[]
Represents the base class of geospatial geometries.
public abstract class GeoGeometry
Name | Description |
---|---|
GeoGeometry(GeoGeometryType) | Creates a new instance of GeoGeometry class. |
Name | Description |
---|---|
Bounds | Returns the bounds of the geometry. |
Center | Gets the centroid of the geometry. |
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. |
Type | Gets the geometry type. |
Name | Description |
---|---|
GetPointsBounds(IEnumerable<GeoPoint>) | Gets the points bound rectangle. |