Class: abstract
PointCloudObjectCollection
abstract
PointCloudObjectCollectionAlias for PointCloudAnnotationVolumeCollection
Deprecated
Use PointCloudAnnotationVolumeCollection instead
Extends
Constructors
new PointCloudObjectCollection()
new PointCloudObjectCollection():
PointCloudObjectCollection
Returns
Inherited from
PointCloudAnnotationVolumeCollection
.constructor
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
Inherited from
PointCloudAnnotationVolumeCollection
.isLoading
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
>
Inherited from
PointCloudAnnotationVolumeCollection
.getAnnotationIds
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
Inherited from
PointCloudAnnotationVolumeCollection
.off
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
Inherited from
PointCloudAnnotationVolumeCollection
.on
Defined in
packages/pointcloud-styling/src/PointCloudObjectCollection.ts:28