[][src]Module laz::las

This module contains re-exports of the different version of LAS data compressors & decompressors as well as the definition of the point types.

Re-exports

pub use pointtypes::Point0;
pub use pointtypes::Point6;

Modules

extra_bytes

Defines the different version of compressors and decompressors for ExtraBytes contained in points

file

This module contains a quick implementation of a LAS file reader with just enough code to be able to read points in any LAS file but not enough to support all the features of LAS.

gps

Defines the different version of compressors and decompressors for the GpsTime

laszip

Module with the important struct that people wishing to compress or decompress LAZ data can use

nir

Defines the compressors and decompressors for the Near Infrared (Nir) data

point0

Defines the Point Format 0 ands different version of compressors and decompressors

point6

Defines the Point Format 6 ands different version of compressors and decompressors

rgb

Module with the definition of a RGB struct and implementations of Compressors and Decompressors

v1

This module only contains re exports of compressors / decompressors of the corresponding version for easier access

v2

This module only contains re exports of compressors / decompressors of the corresponding version for easier access

v3

This module only contains re exports of compressors / decompressors of the corresponding version for easier access

Structs

Point1
Point2
Point3
Point7
Point8