[]
Represents the geospatial polygon.
public class GeoPolygon : GeoSurface
| Name | Description |
|---|---|
| GeoPolygon(GeoGeometryType, IEnumerable<GeoLinearRing>) | Initializes new instance of GeoPolygon. |
| GeoPolygon(IEnumerable<GeoLinearRing>) | Initializes new instance of GeoPolygon. |
| Name | Description |
|---|---|
| Bounds | Returns the bounds of the geometry. |
| Center | Gets the centroid of the geometry. |
| ExteriorRing | Gets the geospatial ring for the line. |
| InteriorRings | Gets the geospatial rings enumerator of the GeoLinearRing items for the line. |
| 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. |
| Rings | Gets the polygon rings. |