ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / MapPointBuilderEx Class
Properties Methods


In This Topic
    MapPointBuilderEx Class Members
    In This Topic

    The following tables list the members exposed by MapPointBuilderEx.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyOverridden. Gets the type of geometry that will be created from this builder. Always returns GeometryType.Point.  
    Public PropertyOverridden. Gets or sets a value indicating if the MapPointBuilderEx recognizes ID-values also known as ID-awareness.  
    Public PropertyOverridden. Gets or sets a value indicating if the MapPointBuilderEx recognizes M-values also known as M-awareness.  
    Public PropertyOverridden. Gets or sets a value indicating if the MapPointBuilderEx recognizes Z-values also known as Z-awareness.  
    Public Property Gets or sets the ID-coordinate.  
    Public PropertyOverridden.  Returns true if the point is empty. An empty point has X or Y equal to NaN.  
    Public Property Gets or sets the M-coordinate.  
    Public PropertyGets or sets the SpatialReference instance on this builder. (Inherited from ArcGIS.Core.Geometry.GeometryBuilderEx)
    Public Property Gets or sets the X coordinate of the point.  
    Public Property Gets or sets the Y coordinate of the point.  
    Public Property Gets or sets the Z-coordinate.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Overloaded.   
    Public Methodstatic (Shared in Visual Basic)Creates a MapPoint from an Esri shape buffer.  
    Public Methodstatic (Shared in Visual Basic)Creates a MapPoint from a geographic string representation.  
    Public Methodstatic (Shared in Visual Basic)Creates a MapPoint from a JSON string representation.  
    Public Methodstatic (Shared in Visual Basic)Creates a MapPoint from an XML string representation.  
    Public MethodOverloaded.   
    Public MethodOverridden.  Sets X and Y to NaN. Sets other attributes to the default values. Does not change the attribute awareness.  
    Public MethodOverloaded.   
    Public MethodReturns a MapPoint instance representing the current state of the builder.  
    Top
    See Also