Class LasHeightDistribution

java.lang.Object
org.hortonmachine.gears.libs.modules.HMModel
org.hortonmachine.lesto.modules.filter.LasHeightDistribution

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

    Fields 
    Modifier and Type Field Description
    java.lang.String fId  
    java.lang.String inDem  
    java.lang.String inIndexFile  
    java.lang.String inVector  
    java.lang.String outCats  
    double pOverlapPerc  
    double pThres  

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

    doProcess, doReset, gf, pm
  • Constructor Summary

    Constructors 
    Constructor Description
    LasHeightDistribution()  
  • Method Summary

    Modifier and Type Method Description
    void process()  
    static double[][] toBins​(double[] values, double binSize)  

    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

    • inIndexFile

      public java.lang.String inIndexFile
    • inDem

      public java.lang.String inDem
    • inVector

      public java.lang.String inVector
    • pThres

      public double pThres
    • pOverlapPerc

      public double pOverlapPerc
    • fId

      public java.lang.String fId
    • outCats

      public java.lang.String outCats
  • Constructor Details

  • Method Details

    • process

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

      public static double[][] toBins​(double[] values, double binSize)