Interface: PointsDataStorage<TPointsData>
Defined in: storage/points.ts:9
Data storage adapter for point clouds
Extends
Type Parameters
TPointsData
TPointsData extends PointsData
The concrete PointsData type produced by this storage adapter
Methods
loadPoints()
loadPoints(
options?):Promise<TPointsData>
Defined in: storage/points.ts:18
Loads the points data from the configured data source
Parameters
options?
Optional abort signal and progress callback
onProgress?
signal?
AbortSignal
Returns
Promise<TPointsData>
The loaded points data