[]
        
(Showing Draft Content)

C1.FlexMap.GeoPolyhedralSurface

GeoPolyhedralSurface Class

Represents the geospatial polyhedral surface.

Inheritance
GeoPolyhedralSurface
Namespace: C1.FlexMap
Assembly: C1.Win.Map.8.dll
Syntax
public class GeoPolyhedralSurface : GeoSurface

Constructors

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.

Properties

Name Description
Bounds

Returns the bounds of the geometry.

Is3D

Returns true if the geometry has z-coordinate values.

IsEmpty

Returns the value indicating whether the geometry is empty geometry.

IsMeasured

Returns true if the geometry has m-coordinate values.

PointsCount

Returns the number of points used in a geometry.

Polygons

Gets the surface polygons.