Package | Description |
---|---|
org.tinfour.gis.las |
Provides classes and definitions for reading lidar files.
|
Modifier and Type | Method and Description |
---|---|
LasVariableLengthRecord |
LasFileReader.getVariableLengthRecordByRecordId(int recordId)
Gets the variable-length record with the specified recordId
|
Modifier and Type | Method and Description |
---|---|
List<LasVariableLengthRecord> |
LasFileReader.getVariableLengthRecordList()
Gets a new instance of a list containing all variable length records.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
LasFileReader.readVariableLengthRecordBytes(LasVariableLengthRecord vlr)
Read the content of a variable length record as a series of bytes.
|
double[] |
LasFileReader.readVariableLengthRecordDoubles(LasVariableLengthRecord vlr)
Read the content of the Variable Length Record interpreting it as
an array of double-precision floating-point values.
|
int[] |
LasFileReader.readVariableLengthRecordUnsignedShorts(LasVariableLengthRecord vlr)
Read the content of the Variable Length Record interpreting it as
an array of unsigned short integers.
|
Copyright © 2021. All rights reserved.