Skip to main content
Version: Next

Class: abstract PointCloudAnnotationVolumeCollection

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

Extended by

Constructors

new PointCloudAnnotationVolumeCollection()

new PointCloudAnnotationVolumeCollection(): PointCloudAnnotationVolumeCollection

Returns

PointCloudAnnotationVolumeCollection

Accessors

isLoading

Get Signature

get abstract isLoading(): boolean

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

Returns

boolean

Defined in

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

Methods

getAnnotationIds()

abstract getAnnotationIds(): Iterable<number, any, any>

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

Returns

Iterable<number, any, any>

Defined in

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


off()

off(event, listener): void

Unregister an event listener on this collection

Parameters

event: "changed"

listener

Returns

void

Defined in

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


on()

on(event, listener): void

Register an event listener on this collection

Parameters

event: "changed"

listener

Returns

void

Defined in

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