Skip to content

KBE3D / KBCore / Cesium / PolygonHierarchy

类: PolygonHierarchy

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

参数

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

参数

An array of polygon hierarchies defining holes in the polygon.

属性

positions

positions: Cartesian3[]

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


holes

holes: PolygonHierarchy[]

An array of polygon hierarchies defining holes in the polygon.

构造函数

构造函数

new PolygonHierarchy(positions?: Cartesian3[], holes?: PolygonHierarchy[]): PolygonHierarchy

参数

positions?

Cartesian3[]

holes?

PolygonHierarchy[]

返回

PolygonHierarchy

KBE3D @3.0.0 Copyright © 2024-present KBE3D