Module laz::record

source ·
Expand description

Everything about compressing & decompressing point records

Structs

Compress points and store them in layers
Decompress points stored in layers.
Compress points and store them sequentially
Decompress points stored sequentially

Traits

Trait to be implemented by FieldCompressors
Trait to be implemented by FieldDecompressors
Trait to be implemented by FieldCompressors that works with layers.
Trait to be implemented by FieldCompressors that works with layers.
Trait describing the interface needed to compress a point record
Trait describing the interface needed to decompress a point record.