Class LasLevel
- java.lang.Object
-
- org.hortonmachine.gears.io.las.databases.LasLevel
-
public class LasLevel extends Object
A level of las average data.- Author:
- Andrea Antonello (www.hydrologis.com)
-
-
Field Summary
Fields Modifier and Type Field Description doubleavgElevshortavgIntensitylongidintleveldoublemaxElevshortmaxIntensitydoubleminElevshortminIntensityorg.locationtech.jts.geom.PolygonpolygonlongsourceId
-
Constructor Summary
Constructors Constructor Description LasLevel()
-
-
-
Field Detail
-
id
public long id
-
sourceId
public long sourceId
-
level
public int level
-
polygon
public org.locationtech.jts.geom.Polygon polygon
-
avgElev
public double avgElev
-
minElev
public double minElev
-
maxElev
public double maxElev
-
avgIntensity
public short avgIntensity
-
minIntensity
public short minIntensity
-
maxIntensity
public short maxIntensity
-
-