[]
Initializes new instance of GeoPolygon.
protected GeoPolygon(GeoGeometryType type, IEnumerable<GeoLinearRing> rings)
Protected Sub New(type As GeoGeometryType, rings As IEnumerable(Of GeoLinearRing))
| Type | Name | Description |
|---|---|---|
| GeoGeometryType | type | The polygon geometry type. |
| IEnumerable<GeoLinearRing> | rings | The polygon rings. |
Initializes new instance of GeoPolygon.
public GeoPolygon(IEnumerable<GeoLinearRing> rings)
Public Sub New(rings As IEnumerable(Of GeoLinearRing))
| Type | Name | Description |
|---|---|---|
| IEnumerable<GeoLinearRing> | rings | The polygon rings. |