[]
Represents the geospatial polyhedral surface.
public class GeoPolyhedralSurface : GeoSurface
| Name | Description |
|---|---|
| GeoPolyhedralSurface(GeometryType, IEnumerable<GeoPolygon>) | Initializes a new instance of the GeoPolyhedralSurface class. |
| GeoPolyhedralSurface(IEnumerable<GeoPolygon>) | Initializes a new instance of the GeoPolyhedralSurface class. |
| Name | Description |
|---|---|
| Bounds | Gets the bounds of the polyhedral surface. |
| Is3D | Gets a value indicating whether any polygon in the collection has z-coordinate values. |
| IsEmpty | Gets a value indicating whether the collection is empty or all polygons in the collection are empty geometry. |
| IsMeasured | Gets a value indicating whether any polygon in the collection has m-coordinate values. |
| PointsCount | Gets the sum of the points count of all polygons. |
| Polygons | Gets the surface polygons. |