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