Package | Description |
---|---|
org.tinfour.gis.las |
Provides classes and definitions for reading lidar files.
|
Modifier and Type | Method and Description |
---|---|
boolean |
LasRecordFilterByLastReturn.accept(LasPoint record) |
boolean |
LasRecordFilterByFirstReturn.accept(LasPoint record) |
boolean |
LasRecordFilterByClass.accept(LasPoint record) |
boolean |
ILasRecordFilter.accept(LasPoint record)
Tests a LAS file record to see if it meets an application-specified
criteria for acceptance into a vertex list.
|
void |
LasFileReader.readRecord(long recordIndex,
LasPoint p)
Read a record from the LAS file.
|
Copyright © 2021. All rights reserved.