Name | Description | |
---|---|---|
MapPointBuilderEx Constructor | Overloaded. |
The following tables list the members exposed by MapPointBuilderEx.
Name | Description | |
---|---|---|
MapPointBuilderEx Constructor | Overloaded. |
Name | Description | |
---|---|---|
GeometryType | Overridden. Gets the type of geometry that will be created from this builder. Always returns GeometryType.Point. | |
HasID | Overridden. Gets or sets a value indicating if the MapPointBuilderEx recognizes ID-values also known as ID-awareness. | |
HasM | Overridden. Gets or sets a value indicating if the MapPointBuilderEx recognizes M-values also known as M-awareness. | |
HasZ | Overridden. Gets or sets a value indicating if the MapPointBuilderEx recognizes Z-values also known as Z-awareness. | |
ID | Gets or sets the ID-coordinate. | |
IsEmpty | Overridden. Returns true if the point is empty. An empty point has X or Y equal to NaN. | |
M | Gets or sets the M-coordinate. | |
SpatialReference | Gets or sets the SpatialReference instance on this builder. (Inherited from ArcGIS.Core.Geometry.GeometryBuilderEx) | |
X | Gets or sets the X coordinate of the point. | |
Y | Gets or sets the Y coordinate of the point. | |
Z | Gets or sets the Z-coordinate. |
Name | Description | |
---|---|---|
CreateMapPoint | Overloaded. | |
FromEsriShape | Creates a MapPoint from an Esri shape buffer. | |
FromGeoCoordinateString | Creates a MapPoint from a geographic string representation. | |
FromJson | Creates a MapPoint from a JSON string representation. | |
FromXml | Creates a MapPoint from an XML string representation. | |
IsEqual | Compares this instance of MapPointBuilderEx to the other for equality. | |
SetEmpty | Overridden. Sets X and Y to NaN. Sets other attributes to the default values. Does not change the attribute awareness. | |
SetValues | Overloaded. | |
ToGeometry | Returns a MapPoint instance representing the current state of the builder. |