Class: StyledPointCloudVolumeCollection<T>
Defined in: packages/pointcloud-styling/src/StyledPointCloudVolumeCollection.ts:12
Represents either an PointCloudAnnotationVolumeCollection or PointCloudDMVolumeCollection that is associated with an appearance.
Extended by
Type Parameters
T
T
extends DataSourceType
Constructors
Constructor
new StyledPointCloudVolumeCollection<
T
>(objectCollection
,style
):StyledPointCloudVolumeCollection
<T
>
Defined in: packages/pointcloud-styling/src/StyledPointCloudVolumeCollection.ts:20
Parameters
objectCollection
T
["pointCloudCollectionType"
]
The volume collection this StyledPointCloudVolumeCollection represents
Deprecated
style
The appearance applied by the current StyledPointCloudVolumeCollection
Returns
StyledPointCloudVolumeCollection
<T
>
Properties
objectCollection
objectCollection:
T
["pointCloudCollectionType"
]
Defined in: packages/pointcloud-styling/src/StyledPointCloudVolumeCollection.ts:25
The volume collection this StyledPointCloudVolumeCollection represents
Deprecated
style
style:
CompletePointCloudAppearance
Defined in: packages/pointcloud-styling/src/StyledPointCloudVolumeCollection.ts:29
The appearance applied by the current StyledPointCloudVolumeCollection
Accessors
volumeCollection
Get Signature
get volumeCollection():
T
["pointCloudCollectionType"
]
Defined in: packages/pointcloud-styling/src/StyledPointCloudVolumeCollection.ts:16
Get the volume collection for this StyledPointCloudVolumeCollection
Returns
T
["pointCloudCollectionType"
]