Package | Description |
---|---|
org.cesiumjs.cs.core | |
org.cesiumjs.cs.core.geometry.options |
Modifier and Type | Field and Description |
---|---|
PolygonHierarchy[] |
PolygonHierarchy.holes
An array of polygon hierarchies defining holes in the polygon.
|
Constructor and Description |
---|
PolygonHierarchy(Cartesian3[] positions,
PolygonHierarchy[] holes)
An hierarchy of linear rings which define a polygon and its holes.
|
Modifier and Type | Field and Description |
---|---|
PolygonHierarchy |
CoplanarPolygonGeometryOptions.polygonHierarchy
A polygon hierarchy that can include holes.
|
PolygonHierarchy |
CoplanarPolygonOutlineGeometryOptions.polygonHierarchy
A polygon hierarchy that can include holes.
|
PolygonHierarchy |
PolygonOutlineGeometryOptions.polygonHierarchy
A polygon hierarchy that can include holes.
|
Modifier and Type | Method and Description |
---|---|
static CoplanarPolygonGeometryOptions |
CoplanarPolygonGeometryOptions.create(PolygonHierarchy polygonHierarchy) |
static CoplanarPolygonOutlineGeometryOptions |
CoplanarPolygonOutlineGeometryOptions.create(PolygonHierarchy polygonHierarchy) |
Copyright © 2019. All rights reserved.