Class WindowSampler

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

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

    Fields 
    Modifier and Type Field Description
    java.lang.String inGeodata  
    java.lang.String outGeodata  
    int pCols  
    int pMode  
    int pRows  
    java.lang.Integer pXstep  
    java.lang.Integer pYstep  

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

    doProcess, doReset, gf, pm
  • Constructor Summary

    Constructors 
    Constructor Description
    WindowSampler()  
  • 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

    • inGeodata

      public java.lang.String inGeodata
    • pMode

      public int pMode
    • pRows

      public int pRows
    • pCols

      public int pCols
    • pXstep

      public java.lang.Integer pXstep
    • pYstep

      public java.lang.Integer pYstep
    • outGeodata

      public java.lang.String outGeodata
  • Constructor Details

  • Method Details

    • process

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