Name | Description | |
---|---|---|
![]() | Dimension | Gets the dimension of the geometry. (Inherited from ArcGIS.Core.Geometry.Geometry) |
![]() | Extent | Overridden. Gets the minimum enclosing envelope of this instance. |
![]() | GeometryType | Overridden. Gets the geometry type. Always returns GeometryType.Multipoint. |
![]() | 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) |
![]() | IsEmpty | Overridden. Gets a value indicating whether or not this instance is empty. |
![]() | IsKnownMSimple | Indicates whether this geometry is known to be M-simple. A geometry is M-simple if all the M-values are not NaN. False will be returned if GeometryEngine.IsMSimple has never been called. (Inherited from ArcGIS.Core.Geometry.Geometry) |
![]() | IsKnownSimple | Indicates whether this geometry is known to be topologically consistent according to the geometry type for storage in a database. (Inherited from ArcGIS.Core.Geometry.Geometry) |
![]() | IsKnownSimpleOgc | Indicates whether this geometry is known to be topologically consistent according to the Open Geospatial Consortium (OGC) validation specification. (Inherited from ArcGIS.Core.Geometry.Geometry) |
![]() | Length | Gets the length of this geometry (Inherited from ArcGIS.Core.Geometry.Geometry) |
![]() | PointCount | Overridden. Gets the count of points in this instance. |
![]() | Points | Gets the collection of points. |
![]() | SpatialReference | Gets the spatial reference of this instance. (Inherited from ArcGIS.Core.Geometry.Geometry) |