[]
Represents the geospatial polyhedral surface.
public class GeoPolyhedralSurface : GeoSurface
Name | Description |
---|---|
GeoPolyhedralSurface(GeoGeometryType, IEnumerable<GeoPolygon>) | Initializes a new instance of the GeoPolyhedralSurface class. |
GeoPolyhedralSurface(IEnumerable<GeoPolygon>) | Initializes a new instance of the GeoPolyhedralSurface class. |
Name | Description |
---|---|
Bounds | Returns the bounds 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. |
Polygons | Gets the surface polygons. |