[]
        
(Showing Draft Content)

C1.FlexMap.GeoPolygon

GeoPolygon Class

Represents the geospatial polygon.

Inheritance
GeoPolygon
Namespace: C1.FlexMap
Assembly: C1.Win.Map.4.8.dll
Syntax
public class GeoPolygon : GeoSurface

Constructors

Name Description
GeoPolygon(GeoGeometryType, IEnumerable<GeoLinearRing>)

Initializes new instance of GeoPolygon.

GeoPolygon(IEnumerable<GeoLinearRing>)

Initializes new instance of GeoPolygon.

Properties

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 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.

Rings

Gets the polygon rings.