Package org.hortonmachine.modules
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
-
-
Constructor Summary
Constructors Constructor Description RasterTransformer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess()
-
-
-
Field Detail
-
inRaster
public String inRaster
-
pInterpolation
public String pInterpolation
-
pTransX
public Double pTransX
-
pTransY
public Double pTransY
-
pScaleX
public Double pScaleX
-
pScaleY
public Double pScaleY
-
doFlipHorizontal
public boolean doFlipHorizontal
-
doFlipVertical
public boolean doFlipVertical
-
pNorth
public Double pNorth
-
pEast
public Double pEast
-
pAngle
public Double pAngle
-
outRaster
public String outRaster
-
outBounds
public String outBounds
-
-