GeoJSONPolygon Constructor
Overload List
Name | Description | |
---|---|---|
![]() |
GeoJSONPolygon(IEnumerable<(Of <<'(LineString>)>>)) |
Initializes a new instance of the Polygon class.
|
![]() |
GeoJSONPolygon(IEnumerable<(Of <<'(IEnumerable<(Of <<'(IEnumerable<(Of <<'(Double>)>>)>)>>)>)>>)) |
Initializes a new Polygon from a 3-d array of Doubles
that matches the "coordinates" field in the JSON representation.
|
![]() |
GeoJSONPolygon(Polygon) |