Uses of Class
org.hortonmachine.gears.io.las.core.ALasReader
-
Packages that use ALasReader Package Description org.hortonmachine.gears.io.las.core org.hortonmachine.gears.io.las.core.laszip4j org.hortonmachine.gears.io.las.core.v_1_0 org.hortonmachine.gears.io.las.utils -
-
Uses of ALasReader in org.hortonmachine.gears.io.las.core
Methods in org.hortonmachine.gears.io.las.core that return ALasReader Modifier and Type Method Description static ALasReaderLas. getReader(File lasFile)Get a las reader.static ALasReaderLas. getReader(File lasFile, org.opengis.referencing.crs.CoordinateReferenceSystem crs)Get a las reader. -
Uses of ALasReader in org.hortonmachine.gears.io.las.core.laszip4j
Subclasses of ALasReader in org.hortonmachine.gears.io.las.core.laszip4j Modifier and Type Class Description classLaszipReaderLas reader based on laszip4j. -
Uses of ALasReader in org.hortonmachine.gears.io.las.core.v_1_0
Subclasses of ALasReader in org.hortonmachine.gears.io.las.core.v_1_0 Modifier and Type Class Description classLasReaderBufferedLas record reader for las spec 1.0. -
Uses of ALasReader in org.hortonmachine.gears.io.las.utils
Methods in org.hortonmachine.gears.io.las.utils with parameters of type ALasReader Modifier and Type Method Description voidLasConstraints. applyConstraints(ALasReader lasReader, boolean doReread, IProgressPrinter progressPrinter)Get the data filtered by the current constraints.
-