PolygonHierarchy

external class PolygonHierarchy(var positions: ERROR CLASS: Symbol not found for ReadonlyArray<cesium/engine/Cartesian3> = definedExternally, var holes: ERROR CLASS: Symbol not found for ReadonlyArray<cesium/engine/PolygonHierarchy> = definedExternally)(source)

An hierarchy of linear rings which define a polygon and its holes. The holes themselves may also have holes which nest inner polygons.

See also

Constructors

Link copied to clipboard
constructor(positions: ERROR CLASS: Symbol not found for ReadonlyArray<cesium/engine/Cartesian3> = definedExternally, holes: ERROR CLASS: Symbol not found for ReadonlyArray<cesium/engine/PolygonHierarchy> = definedExternally)

Properties

Link copied to clipboard
var holes: ERROR CLASS: Symbol not found for ReadonlyArray<cesium/engine/PolygonHierarchy>

An array of polygon hierarchies defining holes in the polygon.

Link copied to clipboard
var positions: ERROR CLASS: Symbol not found for ReadonlyArray<cesium/engine/Cartesian3>

A linear ring defining the outer boundary of the polygon or hole.