Class OmsRasterTransformer
- java.lang.Object
-
- org.hortonmachine.gears.libs.modules.HMModel
-
- org.hortonmachine.gears.modules.r.transformer.OmsRasterTransformer
-
public class OmsRasterTransformer extends HMModel
-
-
Field Summary
Fields Modifier and Type Field Description booleandoFlipHorizontalbooleandoFlipVerticalorg.geotools.coverage.grid.GridCoverage2DinRasterorg.geotools.data.simple.SimpleFeatureCollectionoutBoundsorg.geotools.coverage.grid.GridCoverage2DoutRasterDoublepAngleDoublepEastStringpInterpolationDoublepNorthDoublepScaleXDoublepScaleYDoublepTransXDoublepTransY
-
Constructor Summary
Constructors Constructor Description OmsRasterTransformer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess()-
Methods inherited from class org.hortonmachine.gears.libs.modules.HMModel
checkCancel, checkFileExists, checkNull, checkWorkingFolderInPath, concatOr, dumpRaster, dumpVector, getDefaultThreadsNum, getRaster, getVector, help, isCanceled, template
-
-
-
-
Field Detail
-
inRaster
public org.geotools.coverage.grid.GridCoverage2D 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 org.geotools.coverage.grid.GridCoverage2D outRaster
-
outBounds
public org.geotools.data.simple.SimpleFeatureCollection outBounds
-
-