Class: AnnotationIdPointCloudObjectCollection
A simple PointCloudAnnotationVolumeCollection that consists of an explicitly provided list of annotation IDs
Extends
Constructors
new AnnotationIdPointCloudObjectCollection()
new AnnotationIdPointCloudObjectCollection(
ids
):AnnotationIdPointCloudObjectCollection
Parameters
• ids: Iterable
<number
, any
, any
>
Returns
AnnotationIdPointCloudObjectCollection
Overrides
PointCloudAnnotationVolumeCollection
.constructor
Defined in
packages/pointcloud-styling/src/AnnotationIdPointCloudObjectCollection.ts:13
Accessors
isLoading
Get Signature
get isLoading():
false
Whether the collection is still loading data in the background i.e. not yet ready for use
Returns
false
Overrides
PointCloudAnnotationVolumeCollection
.isLoading
Defined in
packages/pointcloud-styling/src/AnnotationIdPointCloudObjectCollection.ts:22
Methods
getAnnotationIds()
getAnnotationIds():
Iterable
<number
,any
,any
>
annotation IDs of the annotations for the objects represented by this PointCloudObjectCollection instance
Returns
Iterable
<number
, any
, any
>
Overrides
PointCloudAnnotationVolumeCollection
.getAnnotationIds
Defined in
packages/pointcloud-styling/src/AnnotationIdPointCloudObjectCollection.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