Uses of Class
com.luciad.fusion.pointcloud.TLfnPointCloudPreprocessor.Builder
Package
Description
This package exists to enable handling point cloud data using an API.
-
Uses of TLfnPointCloudPreprocessor.Builder in com.luciad.fusion.pointcloud
Modifier and TypeMethodDescriptionConfigures the name of the processed point cloud store.TLfnPointCloudPreprocessor.newBuilder()
Creates a new builder with the default values.TLfnPointCloudPreprocessor.Builder.pointCloudCompression
(ELcdOGC3DTilesPointCloudCompressionType aPointCloudCompression) Sets the desired point cloud compression typeConfigures the name of a point cloud source to be processed.TLfnPointCloudPreprocessor.Builder.sources
(Collection<String> aSourceNames) Configures the source names of point cloud source to be processed.TLfnPointCloudPreprocessor.Builder.targetDirectory
(String aTargetDirectory) Configures the directory in which the processed point cloud will be stored.TLfnPointCloudPreprocessor.Builder.tempDirectory
(String aTempDirectory) Configures the directory to store any temporary files that are needed for preprocessing.