Cesium for Unity 1.23.0
Loading...
Searching...
No Matches
CesiumForUnity.CesiumGeoJsonPolygon Class Reference

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.
 

Detailed Description

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.

Property Documentation

◆ rings

CesiumGeoJsonLineString [] CesiumForUnity.CesiumGeoJsonPolygon.rings
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.


The documentation for this class was generated from the following file: