Uses of Interface
org.hortonmachine.gears.io.las.core.ILasHeader
-
Packages that use ILasHeader Package Description org.hortonmachine.gears.io.las.core org.hortonmachine.gears.io.las.core.laszip4j org.hortonmachine.gears.io.las.core.v_1_0 -
-
Uses of ILasHeader in org.hortonmachine.gears.io.las.core
Methods in org.hortonmachine.gears.io.las.core that return ILasHeader Modifier and Type Method Description abstract ILasHeaderALasReader. getHeader()Get the las header.Methods in org.hortonmachine.gears.io.las.core with parameters of type ILasHeader Modifier and Type Method Description abstract voidALasWriter. setBounds(ILasHeader header)Possibility to set the min and max bounds. -
Uses of ILasHeader in org.hortonmachine.gears.io.las.core.laszip4j
Classes in org.hortonmachine.gears.io.las.core.laszip4j that implement ILasHeader Modifier and Type Class Description classLaszipHeaderLas header object for las spec 1.0.Methods in org.hortonmachine.gears.io.las.core.laszip4j that return ILasHeader Modifier and Type Method Description ILasHeaderLaszipReader. getHeader() -
Uses of ILasHeader in org.hortonmachine.gears.io.las.core.v_1_0
Classes in org.hortonmachine.gears.io.las.core.v_1_0 that implement ILasHeader Modifier and Type Class Description classLasHeaderLas header object for las spec 1.0.Methods in org.hortonmachine.gears.io.las.core.v_1_0 that return ILasHeader Modifier and Type Method Description ILasHeaderLasReaderBuffered. getHeader()Methods in org.hortonmachine.gears.io.las.core.v_1_0 with parameters of type ILasHeader Modifier and Type Method Description voidLasWriterBuffered. setBounds(ILasHeader header)
-