Class: PointCloudDMVolumeCollection
Defined in: packages/pointcloud-styling/src/PointCloudDMVolumeCollection.ts:10
A simple PointCloudDMVolumeCollection that consists of an explicitly provided list of data model instance.
Constructors
Constructor
new PointCloudDMVolumeCollection(
ids
):PointCloudDMVolumeCollection
Defined in: packages/pointcloud-styling/src/PointCloudDMVolumeCollection.ts:13
Parameters
ids
Iterable
<DMInstanceRef
>
Returns
PointCloudDMVolumeCollection
Accessors
isLoading
Get Signature
get isLoading():
false
Defined in: packages/pointcloud-styling/src/PointCloudDMVolumeCollection.ts:27
Is the collection is still loading data in the background i.e. not yet ready for use
Returns
false
Methods
getDataModelInstanceRefs()
getDataModelInstanceRefs():
Iterable
<DMInstanceRef
>
Defined in: packages/pointcloud-styling/src/PointCloudDMVolumeCollection.ts:20
Gets data model external IDs for the objects represented by this PointCloudDMVolumeCollection instance
Returns
Iterable
<DMInstanceRef
>