Class RasterTransformer

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

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

    Fields 
    Modifier and Type Field Description
    boolean doFlipHorizontal  
    boolean doFlipVertical  
    java.lang.String inRaster  
    java.lang.String outBounds  
    java.lang.String outRaster  
    java.lang.Double pAngle  
    java.lang.Double pEast  
    java.lang.String pInterpolation  
    java.lang.Double pNorth  
    java.lang.Double pScaleX  
    java.lang.Double pScaleY  
    java.lang.Double pTransX  
    java.lang.Double pTransY  

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

    doProcess, doReset, gf, pm
  • Constructor Summary

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

      public java.lang.String pInterpolation
    • pTransX

      public java.lang.Double pTransX
    • pTransY

      public java.lang.Double pTransY
    • pScaleX

      public java.lang.Double pScaleX
    • pScaleY

      public java.lang.Double pScaleY
    • doFlipHorizontal

      public boolean doFlipHorizontal
    • doFlipVertical

      public boolean doFlipVertical
    • pNorth

      public java.lang.Double pNorth
    • pEast

      public java.lang.Double pEast
    • pAngle

      public java.lang.Double pAngle
    • outRaster

      public java.lang.String outRaster
    • outBounds

      public java.lang.String outBounds
  • Constructor Details

  • Method Details

    • process

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