Construction options; see LepccDecoderOptions.
Identify a LEPCC blob's attribute type without fully decoding it.
A single LEPCC attribute blob.
The blob's attribute type; see LepccBlobType.
Decode an XYZ-position LEPCC blob.
A LEPCC xyz attribute blob.
A Float64Array of length 3·N — x, y, z interleaved per point, in
the source point cloud's own coordinate units (no projection applied).
Browser LEPCC (Esri Limited Error Point Cloud Compression) decoder over the vendored pure-Rust
turbolepccwasm. LEPCC stores each point attribute (XYZ / RGB / intensity / LAS flag bytes) as its own self-describing blob; call the matchingdecode*method for the blob you hold, or blobType to identify one first. Decode-only — the encoder is not present in the.wasm.Example