Skip to content
pyautark (soon)

@urban-toolkit/autk-compute


@urban-toolkit/autk-compute / RenderLayer

Interface: RenderLayer

Defined in: api.ts:18

Describes one geometry layer rendered for each sampled viewpoint.

Properties

collection

collection: FeatureCollection

Defined in: api.ts:23

GeoJSON collection triangulated for this layer.


id

id: string

Defined in: api.ts:20

Unique layer identifier used to scope aggregation results.


objectIdProperty?

optional objectIdProperty?: string

Defined in: api.ts:29

Optional feature property used as a stable object identifier.


type

type: LayerType

Defined in: api.ts:26

Layer type used for triangulation and aggregation buckets.

Released under the MIT License.