@JsType(isNative=true, namespace="Cesium", name="PolygonHierarchy") public class PolygonHierarchy extends Object
Modifier and Type | Field and Description |
---|---|
PolygonHierarchy[] |
holes
An array of polygon hierarchies defining holes in the polygon.
|
Cartesian3[] |
positions
A linear ring defining the outer boundary of the polygon or hole.
|
Constructor and Description |
---|
PolygonHierarchy()
An hierarchy of linear rings which define a polygon and its holes.
|
PolygonHierarchy(Cartesian3[] positions)
An hierarchy of linear rings which define a polygon and its holes.
|
PolygonHierarchy(Cartesian3[] positions,
PolygonHierarchy[] holes)
An hierarchy of linear rings which define a polygon and its holes.
|
@JsProperty public Cartesian3[] positions
@JsProperty public PolygonHierarchy[] holes
@JsConstructor public PolygonHierarchy()
@JsConstructor public PolygonHierarchy(@JsOptional Cartesian3[] positions)
positions
- Positions@JsConstructor public PolygonHierarchy(@JsOptional Cartesian3[] positions, @JsOptional PolygonHierarchy[] holes)
positions
- A linear ring defining the outer boundary of the polygon or hole.holes
- An array of polygon hierarchies defining holes in the polygon.Copyright © 2019. All rights reserved.