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 Details

  • Constructor Details

    • OmsPointCloudMaximaFinder

      public OmsPointCloudMaximaFinder()
  • Method Details

    • process

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

      public static void doProcess(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, AtomicInteger index, org.hortonmachine.gears.libs.monitor.IHMProgressMonitor pm) throws Exception
      Throws:
      Exception