[]
        
(Showing Draft Content)

C1.FlexMap.GeoPolygon.-ctor

GeoPolygon Constructor

GeoPolygon(GeoGeometryType, IEnumerable<GeoLinearRing>)

Initializes new instance of GeoPolygon.

Declaration
protected GeoPolygon(GeoGeometryType type, IEnumerable<GeoLinearRing> rings)
Parameters
Type Name Description
GeoGeometryType type

The polygon geometry type.

IEnumerable<GeoLinearRing> rings

The polygon rings.

GeoPolygon(IEnumerable<GeoLinearRing>)

Initializes new instance of GeoPolygon.

Declaration
public GeoPolygon(IEnumerable<GeoLinearRing> rings)
Parameters
Type Name Description
IEnumerable<GeoLinearRing> rings

The polygon rings.