See: Description
| Interface | Description |
|---|---|
| ILasRecordFilter |
An interface that specifies methods for filtering LAS file
records
|
| Class | Description |
|---|---|
| GeoTiffData |
Provides the main data collection for accessing data
from the embedded GeoTIFF tags in a LAS file.
|
| GeoTiffKey |
Provides elements and methods for accessing data related to
a GeoTIFF key specification.
|
| GpsTimeConverter |
Provides methods for converting GPS times to Java's internal
milliseconds standard based on epoch 1 January 1970.
|
| LasFileReader |
Reads the content of a LAS file.
|
| LasPoint |
A simple data-holder class for transferring data from
LAS file records.
|
| LasRecordFilterByClass |
An example implementation of a vertex filter, accepts all
records have the specified classification and which
are not marked as "withheld".
|
| LasRecordFilterByFirstReturn |
An example implementation of a vertex filter, accepts all
records give first-return data and which
are not marked as "withheld".
|
| LasRecordFilterByLastReturn |
An example implementation of a vertex filter, accepts all
records give last-return data and which
are not marked as "withheld".
|
| LasScaleAndOffset |
A container class to provide the scale and offset
factors obtained from the LAS file header.
|
| LasVariableLengthRecord |
| Enum | Description |
|---|---|
| LasFileReader.CoordinateReferenceSystemOption |
Provides definitions for the alternate methods for specifying
a coordinate reference system.
|
| LasGpsTimeType |
Indicates which format was used to represent GPS time
values associated with the sample points in an file.
|
Copyright © 2021. All rights reserved.