Name | Description | |
---|---|---|
MapPointBuilder Constructor | Overloaded. |
The following tables list the members exposed by MapPointBuilder.
Name | Description | |
---|---|---|
MapPointBuilder Constructor | Overloaded. |
Name | Description | |
---|---|---|
GeometryType | Overridden. Gets the GeometryType of this instance. Always returns GeometryType.Point. | |
Handle | Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase) | |
HasID | Gets or sets the HasID flag of the instance. (Inherited from ArcGIS.Core.Geometry.GeometryBuilder<MapPoint>) | |
HasM | Gets or sets the HasM flag of the instance. This indicates whether the geometry contains Ms. (Inherited from ArcGIS.Core.Geometry.GeometryBuilder<MapPoint>) | |
HasZ | Gets or sets the HasZ flag of the instance. This indicates whether the geometry contains Zs. (Inherited from ArcGIS.Core.Geometry.GeometryBuilder<MapPoint>) | |
ID | Gets or sets the ID value. | |
IsEmpty | Gets if the instance is an empty geometry. (Inherited from ArcGIS.Core.Geometry.GeometryBuilder<MapPoint>) | |
M | Gets or sets the measure value. | |
SpatialReference | Gets or sets the SpatialReference for the geometry being built. (Inherited from ArcGIS.Core.Geometry.GeometryBuilder<MapPoint>) | |
X | Gets or sets the X coordinate. | |
Y | Gets or sets the Y coordinate. | |
Z | Gets or sets the height. |
Name | Description | |
---|---|---|
Clone | Returns a clone of the builder object. This method must be called on the MCT. Use QueuedTask.Run. | |
CreateMapPoint | Overloaded. | |
Dispose | (Inherited from ArcGIS.Core.CoreObjectsBase) | |
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. | |
SetEmpty | Sets the geometry of this builder to empty. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Geometry.GeometryBuilder<MapPoint>) | |
SetValues | Overloaded. | |
ToGeometry | Overridden. Returns a MapPoint instance representing the current state of the builder. This method must be called on the MCT. Use QueuedTask.Run. |