Name | Description | |
---|---|---|
![]() | MapPointBuilderEx Constructor | Overloaded. |
The following tables list the members exposed by MapPointBuilderEx.
Name | Description | |
---|---|---|
![]() | MapPointBuilderEx Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | 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 | |
---|---|---|
![]() | 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. |
![]() | ToGeometry | Overridden. Returns a MapPoint instance representing the current state of the builder. |