[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoPolygon.-ctor

GeoPolygon Constructor

GeoPolygon(GeometryType, IEnumerable<GeoLinearRing>)

Initializes new instance of GeoPolygon.

Declaration
protected GeoPolygon(GeometryType type, IEnumerable<GeoLinearRing> rings)
Parameters
Type Name Description
GeometryType 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.