Class LasSource


  • public class LasSource
    extends Object
    Author:
    Andrea Antonello (www.hydrologis.com)
    • 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
      • minElev

        public double minElev
      • maxElev

        public double maxElev
      • minIntens

        public double minIntens
      • maxIntens

        public double maxIntens
    • Constructor Detail

      • LasSource

        public LasSource()