Uses of Class
org.hortonmachine.gears.io.las.databases.LasLevel
-
Packages that use LasLevel Package Description org.hortonmachine.gears.io.las.databases -
-
Uses of LasLevel in org.hortonmachine.gears.io.las.databases
Methods in org.hortonmachine.gears.io.las.databases that return types with arguments of type LasLevel Modifier and Type Method Description static List<LasLevel>LasLevelsTable. getLasLevels(ASpatialDb db, int levelNum, org.locationtech.jts.geom.Envelope envelope)Query the las level table.static List<LasLevel>LasLevelsTable. getLasLevels(ASpatialDb db, int levelNum, org.locationtech.jts.geom.Geometry geometry)Query the las level table on a geometry intersection.Methods in org.hortonmachine.gears.io.las.databases with parameters of type LasLevel Modifier and Type Method Description static voidLasLevelsTable. insertLasLevel(ASpatialDb db, int srid, LasLevel level)Insert cell values in the tableMethod parameters in org.hortonmachine.gears.io.las.databases with type arguments of type LasLevel Modifier and Type Method Description static voidLasLevelsTable. insertLasLevels(ASpatialDb db, int srid, List<LasLevel> levels)
-