Module las

Module las 

Source
Expand description

LAS/LAZ Readers

Re-exports§

pub use laz::*;
pub use types::*;

Modules§

laz
LAZ Reader
types
Types for LAS Readers
util
LAS Utilities

Structs§

LASIterator
The LAS Iterator tool
LASReader
LAS Reader
LASReaderOptions
Options for the LAS Reader

Functions§

build_geo_key_directory
userID of “LASF_Projection” will contain at least 3 records:
build_wkt
WKT Parsing
las_parse_variable_length_records
The Public Header Block is followed by one or more Variable Length Records (There is one mandatory Variable Length Record, GeoKeyDirectoryTag). The number of Variable Length Records is specified in the “Number of Variable Length Records” field in the Public Header Block. The Variable Length Records must be accessed sequentially since the size of each variable length record is contained in the Variable Length Record Header. Each Variable Length Record Header is 54 bytes in length.

Type Aliases§

LASVectorFeature
An LAS Shaped Vector Feature