Uses of Class
org.hortonmachine.gears.io.las.databases.LasCell
-
Packages that use LasCell Package Description org.hortonmachine.gears.io.las.databases -
-
Uses of LasCell in org.hortonmachine.gears.io.las.databases
Methods in org.hortonmachine.gears.io.las.databases that return types with arguments of type LasCell Modifier and Type Method Description static List<LasCell>LasCellsTable. getLasCells(ASpatialDb db, org.locationtech.jts.geom.Envelope envelope, org.locationtech.jts.geom.Geometry exactGeometry, boolean doPosition, boolean doIntensity, boolean doReturns, boolean doTime, boolean doColor, int limitTo)Query the las cell table.static List<LasCell>LasCellsTable. getLasCells(ASpatialDb db, org.locationtech.jts.geom.Geometry geometry, boolean doPosition, boolean doIntensity, boolean doReturns, boolean doTime, boolean doColor)Query the las cell table on a geometry intersection.static List<LasCell>LasCellsTable. getLasCellsBySource(ASpatialDb db, long sourceId, boolean doPosition, boolean doIntensity, boolean doReturns, boolean doTime, boolean doColor)Query the las cell table based on source.Methods in org.hortonmachine.gears.io.las.databases with parameters of type LasCell Modifier and Type Method Description static short[][]LasCellsTable. getCellColors(LasCell cell)static short[][]LasCellsTable. getCellIntensityClass(LasCell cell)static double[][]LasCellsTable. getCellPositions(LasCell cell)static voidLasCellsTable. insertLasCell(ASpatialDb db, int srid, LasCell cell)Insert cell values in the tableMethod parameters in org.hortonmachine.gears.io.las.databases with type arguments of type LasCell Modifier and Type Method Description static voidLasCellsTable. insertLasCells(ASpatialDb db, int srid, List<LasCell> cells)
-