![]() |
Cesium for Unity 1.23.0
|
Represents a Polygon in a GeoJSON document. More...
Properties | |
| CesiumGeoJsonLineString[] | rings [get, set] |
| Gets the rings of this polygon as an array of line strings. | |
Represents a Polygon in a GeoJSON document.
A GeoJSON Polygon consists of one or more linear rings. The first ring is the exterior ring, and any subsequent rings are holes.
Definition at line 12 of file CesiumGeoJsonPolygon.cs.
|
getset |
Gets the rings of this polygon as an array of line strings.
The first element is the exterior ring, and any subsequent elements are interior rings (holes).
Definition at line 21 of file CesiumGeoJsonPolygon.cs.