Class LasChmTriangulation

java.lang.Object
org.hortonmachine.gears.libs.modules.HMModel
org.hortonmachine.lesto.modules.vector.LasChmTriangulation

public class LasChmTriangulation extends org.hortonmachine.gears.libs.modules.HMModel
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    org.geotools.coverage.grid.GridCoverage2D
     
     
     
    List<org.locationtech.jts.geom.Geometry>
     

    Fields inherited from class org.hortonmachine.gears.libs.modules.HMModel

    doProcess, doReset, gf, pm
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.locationtech.jts.geom.Geometry>
    blanket(List<org.hortonmachine.gears.io.las.core.LasRecord> lasPoints, boolean useGround, org.hortonmachine.gears.libs.monitor.IHMProgressMonitor pm)
     
    void
     

    Methods inherited from class org.hortonmachine.gears.libs.modules.HMModel

    checkCancel, checkFileExists, checkNull, checkWorkingFolderInPath, concatOr, dumpRaster, dumpVector, getDefaultThreadsNum, getRaster, getVector, help, isCanceled, template

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • inLasFile

      public String inLasFile
    • inDtm

      public org.geotools.coverage.grid.GridCoverage2D inDtm
    • pElevThres

      public Double pElevThres
    • trianglesList

      public List<org.locationtech.jts.geom.Geometry> trianglesList
  • Constructor Details

    • LasChmTriangulation

      public LasChmTriangulation()
  • Method Details

    • process

      public void process() throws Exception
      Throws:
      Exception
    • blanket

      public List<org.locationtech.jts.geom.Geometry> blanket(List<org.hortonmachine.gears.io.las.core.LasRecord> lasPoints, boolean useGround, org.hortonmachine.gears.libs.monitor.IHMProgressMonitor pm)