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 inDtm  
    java.lang.String inLasFile  
    java.lang.Double pElevThres  
    java.util.List<org.locationtech.jts.geom.Geometry> trianglesList  

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

    doProcess, doReset, gf, pm
  • Constructor Summary

    Constructors 
    Constructor Description
    LasChmTriangulation()  
  • Method Summary

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

    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 java.lang.String inLasFile
    • inDtm

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

      public java.lang.Double pElevThres
    • trianglesList

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

  • Method Details

    • process

      public void process() throws java.lang.Exception
      Throws:
      java.lang.Exception
    • blanket

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