Skip to main content
Version: Next

Abstract Class: PointCloudAnnotationVolumeCollection

Defined in: packages/pointcloud-styling/src/PointCloudObjectCollection.ts:12

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

Extended by

Constructors

Constructor

new PointCloudAnnotationVolumeCollection(): PointCloudAnnotationVolumeCollection

Returns

PointCloudAnnotationVolumeCollection

Accessors

isLoading

Get Signature

get abstract isLoading(): boolean

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

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

Returns

boolean

Methods

getAnnotationIds()

abstract getAnnotationIds(): Iterable<number>

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

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

Returns

Iterable<number>


off()

off(event, listener): void

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

Unregister an event listener on this collection

Parameters

event

"changed"

listener

() => void

Returns

void


on()

on(event, listener): void

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

Register an event listener on this collection

Parameters

event

"changed"

listener

() => void

Returns

void