[]
Represents the collection of geospatial shapes.
public class GeoGeometryCollection : GeoShape
Name | Description |
---|---|
GeoGeometryCollection(GeometryType, IEnumerable<GeoShape>) | Initializes a new instance of the GeoGeometryCollection class. |
GeoGeometryCollection(IEnumerable<GeoShape>) | Initializes a new instance of the GeoGeometryCollection class. |
Name | Description |
---|---|
Is3D | Gets a value indicating whether any shape in the collection has Z-coordinate values. |
IsEmpty | Gets a value indicating whether the collection is empty or all shapes in the collection are empty geometries. |
IsMeasured | Gets a value indicating whether any shape in the collection has M-coordinate values. |
PointsCount | Gets the total number of points used in the shapes. |
Shapes | Gets the inner shapes. |