Name | Description | |
---|---|---|
Coordinate2D | Gets a Coordinate2D structure with the x and y values. | |
Coordinate3D | Gets a Coordinate3D structure with the x, y, and z values. | |
Dimension | Gets the dimension of the geometry. (Inherited from ArcGIS.Core.Geometry.Geometry) | |
Extent | Overridden. Gets the minimum enclosing envelope of the geometry. | |
GeometryType | Overridden. Gets the GeometryType of this instance. Always returns GeometryType.Point. | |
HasID | Gets a value indicating if the geometry has ID. (Inherited from ArcGIS.Core.Geometry.Geometry) | |
HasM | Gets a value indicating if the geometry has M. (Inherited from ArcGIS.Core.Geometry.Geometry) | |
HasZ | Gets a value indicating if the geometry has Z. (Inherited from ArcGIS.Core.Geometry.Geometry) | |
ID | Gets the ID value. | |
IsEmpty | Overridden. Gets a value indicating whether or not the geometry is empty. | |
M | Gets the measure value. | |
PointCount | Overridden. Gets the point count of the geometry. This is always 1. | |
SpatialReference | Gets the spatial reference of the instance. (Inherited from ArcGIS.Core.Geometry.Geometry) | |
X | Gets the x-coordinate. | |
Y | Gets the y-coordinate. | |
Z | Gets the z-coordinate. |