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,importance?):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
importance?
number = 0
The importance of the styled collection - styled sets of higher importance gets applied later
Returns
StyledPointCloudVolumeCollection<T>
Properties
importance
importance:
number=0
Defined in: packages/pointcloud-styling/src/StyledPointCloudVolumeCollection.ts:33
The importance of the styled collection - styled sets of higher importance gets applied later
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"]