Class RasterSummary

java.lang.Object
org.hortonmachine.gears.libs.modules.HMModel
org.hortonmachine.modules.RasterSummary

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

    Fields 
    Modifier and Type Field Description
    boolean doHistogram  
    java.lang.String inRaster  
    double[][] outCb  
    java.lang.Double outMax  
    java.lang.Double outMean  
    java.lang.Double outMin  
    java.lang.Double outRange  
    java.lang.Double outSdev  
    java.lang.Double outSum  
    int pBins  

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

    doProcess, doReset, gf, pm
  • Constructor Summary

    Constructors 
    Constructor Description
    RasterSummary()  
  • Method Summary

    Modifier and Type Method Description
    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

    • inRaster

      public java.lang.String inRaster
    • pBins

      public int pBins
    • doHistogram

      public boolean doHistogram
    • outMin

      public java.lang.Double outMin
    • outMax

      public java.lang.Double outMax
    • outMean

      public java.lang.Double outMean
    • outSdev

      public java.lang.Double outSdev
    • outRange

      public java.lang.Double outRange
    • outSum

      public java.lang.Double outSum
    • outCb

      public double[][] outCb
  • Constructor Details

  • Method Details

    • process

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