Class LasSource
- java.lang.Object
-
- org.hortonmachine.gears.io.las.databases.LasSource
-
public class LasSource extends Object
LasSourcesTableobject.- Author:
- Andrea Antonello (www.hydrologis.com)
-
-
Field Summary
Fields Modifier and Type Field Description longiddoublelevelFactorThe level multiplication factor.intlevelsNumber of levels produced for this source.doublemaxElevdoublemaxIntensdoubleminElevdoubleminIntensStringnameorg.locationtech.jts.geom.PolygonpolygondoubleresolutionThe cell resolution in the sources srid units.
-
Constructor Summary
Constructors Constructor Description LasSource()
-
-
-
Field Detail
-
id
public long id
-
levels
public int levels
Number of levels produced for this source.tables are named like laslevelN with N starting with 1 being the level that summarizes the
LasCells data.
-
resolution
public double resolution
The cell resolution in the sources srid units.
-
levelFactor
public double levelFactor
The level multiplication factor.
-
polygon
public org.locationtech.jts.geom.Polygon polygon
-
name
public String name
-
minElev
public double minElev
-
maxElev
public double maxElev
-
minIntens
public double minIntens
-
maxIntens
public double maxIntens
-
-