Package com.gaia3d.converter.jgltf.tiles
Class PointCloudGltfWriter
java.lang.Object
com.gaia3d.converter.jgltf.GltfWriter
com.gaia3d.converter.jgltf.tiles.PointCloudGltfWriter
PointCloudGltfWriter is responsible for writing point cloud data to a GLB file format.
It converts point cloud buffers, feature tables, and batch tables into a GltfModel,
then writes that model to a binary GLB file.
This class extends GltfWriter and provides specific implementations for point cloud data.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwriteGlb(PointCloudBuffer pointCloudBuffer, GaiaFeatureTable featureTable, GaiaBatchTable batchTable, File outputPath)
-
Constructor Details
-
PointCloudGltfWriter
public PointCloudGltfWriter()
-
-
Method Details
-
writeGlb
public void writeGlb(PointCloudBuffer pointCloudBuffer, GaiaFeatureTable featureTable, GaiaBatchTable batchTable, File outputPath)
-