[]
Represents the geospatial shape base class.
public abstract class GeoShape
Based on Open Geospatial Consortium Simple Feature Access v1.2.1 spec (http://www.opengeospatial.org/standards/sfa).
| Name | Description |
|---|---|
| GeoShape(GeometryType) | Initializes a new instance of the GeoShape class. |
| Name | Description |
|---|---|
| Bounds | Gets the bounds of the shape. |
| Center | Gets the centroid of the shape. |
| Is3D | Gets a value indicating whether the shape has z-coordinate values. |
| IsEmpty | Gets a value indicating whether the shape is empty geometry. |
| IsMeasured | Gets a value indicating whether the shape has m-coordinate values. |
| PointsCount | Gets the number of points used in the shape. |
| Type | Gets the geometry type. |
| Name | Description |
|---|---|
| GetPointsBounds(IEnumerable<GeoPoint>) | Gets the points bounds. |