Class: abstract PointCloudObjectCollection
Base class for collections of point cloud objects intended for styling operations
Extended by
Constructors
new PointCloudObjectCollection()
new PointCloudObjectCollection():
PointCloudObjectCollection
Returns
Accessors
isLoading
getabstractisLoading():boolean
Returns
boolean
whether the collection is still loading data in the background i.e. not yet ready for use
Defined in
packages/pointcloud-styling/src/PointCloudObjectCollection.ts:23
Methods
getAnnotationIds()
abstractgetAnnotationIds():Iterable<number>
Returns
Iterable<number>
annotation IDs of the annotations for the objects represented by this PointCloudObjectCollection instance
Defined in
packages/pointcloud-styling/src/PointCloudObjectCollection.ts:18
off()
off(
event,listener):void
Parameters
• event: "changed"
• listener
Returns
void
Defined in
packages/pointcloud-styling/src/PointCloudObjectCollection.ts:30
on()
on(
event,listener):void
Parameters
• event: "changed"
• listener
Returns
void
Defined in
packages/pointcloud-styling/src/PointCloudObjectCollection.ts:25