Class OmsPointCloudMaximaFinder

java.lang.Object
org.hortonmachine.gears.libs.modules.HMModel
org.hortonmachine.lesto.modules.vegetation.OmsPointCloudMaximaFinder

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

    Fields 
    Modifier and Type Field Description
    static java.lang.String DESCR  
    boolean doDynamicRadius  
    static java.lang.String doDynamicRadius_DESCR  
    org.geotools.coverage.grid.GridCoverage2D inDsmDtmDiff  
    static java.lang.String inDsmDtmDiff_DESCR  
    org.geotools.coverage.grid.GridCoverage2D inDtm  
    static java.lang.String inDtm_DESCR  
    java.util.List<org.hortonmachine.gears.io.las.core.LasRecord> inLas  
    static java.lang.String inLas_DESCR  
    org.geotools.data.simple.SimpleFeatureCollection inRoi  
    static java.lang.String inRoi_DESCR  
    static java.lang.String KEYWORDS  
    static java.lang.String LABEL  
    static java.lang.String NAME  
    org.geotools.data.simple.SimpleFeatureCollection outTops  
    static java.lang.String outTops_DESCR  
    static java.lang.String pClass_DESCR  
    double pElevDiffThres  
    static java.lang.String pElevDiffThres_DESCR  
    double pMaxRadius  
    static java.lang.String pMaxRadius_DESCR  
    static java.lang.String pThreshold_DESCR  

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

    doProcess, doReset, gf, pm
  • Constructor Summary

    Constructors 
    Constructor Description
    OmsPointCloudMaximaFinder()  
  • Method Summary

    Modifier and Type Method Description
    static void doProcess​(java.util.List<org.hortonmachine.gears.io.las.core.LasRecord> pointsInTile, double pMaxRadius, boolean doDynamicRadius, org.hortonmachine.lesto.modules.vegetation.OmsPointCloudMaximaFinder.DsmDtmDiffHelper helper, org.geotools.feature.DefaultFeatureCollection outTopsFC, org.geotools.feature.simple.SimpleFeatureBuilder lasBuilder, java.util.concurrent.atomic.AtomicInteger index, 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