Skip to main content
Version: Next

Abstract Class: PointCloudObjectCollection

Defined in: packages/data-providers/src/point-cloud-collections/PointCloudObjectCollection.ts:53

Alias for PointCloudAnnotationVolumeCollection

Deprecated​

Use PointCloudAnnotationVolumeCollection instead

Extends​

Constructors​

Constructor​

new PointCloudObjectCollection(): PointCloudObjectCollection

Returns​

PointCloudObjectCollection

Inherited from​

PointCloudAnnotationVolumeCollection.constructor

Accessors​

isLoading​

Get Signature​

get abstract isLoading(): boolean

Defined in: packages/data-providers/src/point-cloud-collections/PointCloudObjectCollection.ts:23

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

Returns​

boolean

Inherited from​

PointCloudAnnotationVolumeCollection.isLoading

Methods​

getAnnotationIds()​

abstract getAnnotationIds(): Iterable<number>

Defined in: packages/data-providers/src/point-cloud-collections/PointCloudObjectCollection.ts:18

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

Returns​

Iterable<number>

Inherited from​

PointCloudAnnotationVolumeCollection.getAnnotationIds


off()​

off(event, listener): void

Defined in: packages/data-providers/src/point-cloud-collections/PointCloudObjectCollection.ts:36

Unregister an event listener on this collection

Parameters​

event​

"changed"

listener​

() => void

Returns​

void

Inherited from​

PointCloudAnnotationVolumeCollection.off


on()​

on(event, listener): void

Defined in: packages/data-providers/src/point-cloud-collections/PointCloudObjectCollection.ts:28

Register an event listener on this collection

Parameters​

event​

"changed"

listener​

() => void

Returns​

void

Inherited from​

PointCloudAnnotationVolumeCollection.on