Class: AnnotationIdPointCloudObjectCollection
A simple PointCloudObjectCollection that consists of an explicitly provided list of annotation IDs
Extends
Constructors
new AnnotationIdPointCloudObjectCollection()
new AnnotationIdPointCloudObjectCollection(
ids):AnnotationIdPointCloudObjectCollection
Parameters
• ids: Iterable<number>
Returns
AnnotationIdPointCloudObjectCollection
Overrides
PointCloudObjectCollection . constructor
Defined in
packages/pointcloud-styling/src/AnnotationIdPointCloudObjectCollection.ts:13
Accessors
isLoading
getisLoading():false
Returns
false
whether the collection is still loading data in the background i.e. not yet ready for use
Overrides
PointCloudObjectCollection . isLoading
Defined in
packages/pointcloud-styling/src/AnnotationIdPointCloudObjectCollection.ts:22
Methods
getAnnotationIds()
getAnnotationIds():
Iterable<number>
Returns
Iterable<number>
annotation IDs of the annotations for the objects represented by this PointCloudObjectCollection instance
Overrides
PointCloudObjectCollection . getAnnotationIds
Defined in
packages/pointcloud-styling/src/AnnotationIdPointCloudObjectCollection.ts:18
off()
off(
event,listener):void
Parameters
• event: "changed"
• listener
Returns
void
Inherited from
PointCloudObjectCollection . off
Defined in
packages/pointcloud-styling/src/PointCloudObjectCollection.ts:30
on()
on(
event,listener):void
Parameters
• event: "changed"
• listener
Returns
void
Inherited from
PointCloudObjectCollection . on
Defined in
packages/pointcloud-styling/src/PointCloudObjectCollection.ts:25