[]
Represents the collection of geospatial geometries.
public class GeoGeometryCollection : GeoGeometry
Name | Description |
---|---|
GeoGeometryCollection(GeoGeometryType, IEnumerable<GeoGeometry>) | Creates a new instance of GeoGeometryCollection class. |
GeoGeometryCollection(IEnumerable<GeoGeometry>) | Initializes a new instance of the GeoGeometryCollection class. |
Name | Description |
---|---|
Geometries | Gets the inner geometries. |
Is3D | Returns |
IsEmpty | Returns the value indicating whether the geometry is empty geometry. |
IsMeasured | Returns |
PointsCount | Returns the number of points used in a geometry. |