Construction options; see LepccI3sPointCloudDecoderOptions.
Decode + project one I3S point node into a packed ENU tile.
The node's geometry blob plus its per-attribute blobs, keyed by
attribute key; see I3sNodeBlobs.
Per-node decode context (node ENU origin, geoid height, grid,
attribute layout, CRS); see I3sDecodeContext.
A PackedPointTile — positions quantized into the shared ENU
grid plus any decoded color/intensity/LAS attribute channels.
Main-thread
I3sPointCloudDecoderfor native Esri I3S point-cloud (PCSL) services, backed by the turbo-lepcc wasm. Decodes a node's LEPCC geometry + attribute blobs, then projects and requantizes them into the engine's shared ENU grid as aPackedPointTile. Inject it into a higher-level consumer (the@bitruvius/i3sengine / the@bitruvius/sdk-maplibreI3S point-cloud layer) rather than callingdecodedirectly; prefer WorkerLepccI3sPointCloudDecoder to keep decode off the main thread.Example