[]
Initializes new instance of GeoPolygon.
protected GeoPolygon(GeometryType type, IEnumerable<GeoLinearRing> rings)
| Type | Name | Description |
|---|---|---|
| GeometryType | type | The polygon geometry type. |
| IEnumerable<GeoLinearRing> | rings | The polygon rings. |
Initializes new instance of GeoPolygon.
public GeoPolygon(IEnumerable<GeoLinearRing> rings)
| Type | Name | Description |
|---|---|---|
| IEnumerable<GeoLinearRing> | rings | The polygon rings. |