Skip to main content
Version: Next

Class: abstract PointCloudObjectCollection

Base class for collections of point cloud objects intended for styling operations

Extended by

Constructors

new PointCloudObjectCollection()

new PointCloudObjectCollection(): PointCloudObjectCollection

Returns

PointCloudObjectCollection

Accessors

isLoading

get abstract isLoading(): boolean

Returns

boolean

whether the collection is still loading data in the background i.e. not yet ready for use

Defined in

packages/pointcloud-styling/src/PointCloudObjectCollection.ts:23

Methods

getAnnotationIds()

abstract getAnnotationIds(): Iterable<number>

Returns

Iterable<number>

annotation IDs of the annotations for the objects represented by this PointCloudObjectCollection instance

Defined in

packages/pointcloud-styling/src/PointCloudObjectCollection.ts:18


off()

off(event, listener): void

Parameters

event: "changed"

listener

Returns

void

Defined in

packages/pointcloud-styling/src/PointCloudObjectCollection.ts:30


on()

on(event, listener): void

Parameters

event: "changed"

listener

Returns

void

Defined in

packages/pointcloud-styling/src/PointCloudObjectCollection.ts:25