Class OmsRasterGenerator
- java.lang.Object
-
- org.hortonmachine.gears.libs.modules.HMModel
-
- org.hortonmachine.gears.modules.r.rastergenerator.OmsRasterGenerator
-
public class OmsRasterGenerator extends HMModel
-
-
Field Summary
Fields Modifier and Type Field Description static StringDESCRIPTIONbooleandoRandomstatic StringdoRandom_DESCRIPTIONorg.opengis.referencing.crs.CoordinateReferenceSysteminCrsstatic StringKEYWORDSstatic StringNAMEorg.geotools.coverage.grid.GridCoverage2DoutRasterstatic StringoutRaster_DESCRIPTIONStringpCodestatic StringpCode_DESCRIPTIONstatic StringpCrs_DESCRIPTIONDoublepEaststatic StringpEast_DESCRIPTIONDoublepNorthstatic StringpNorth_DESCRIPTIONdoublepOffsetstatic StringpOffset_DESCRIPTIONdoublepScalestatic StringpScale_DESCRIPTIONDoublepSouthstatic StringpSouth_DESCRIPTIONdoublepValuestatic StringpValue_DESCRIPTIONDoublepWeststatic StringpWest_DESCRIPTIONDoublepXresstatic StringpXres_DESCRIPTIONDoublepYresstatic StringpYres_DESCRIPTION
-
Constructor Summary
Constructors Constructor Description OmsRasterGenerator()
-
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
-
pNorth
public Double pNorth
-
pSouth
public Double pSouth
-
pWest
public Double pWest
-
pEast
public Double pEast
-
pXres
public Double pXres
-
pYres
public Double pYres
-
pCode
public String pCode
-
inCrs
public org.opengis.referencing.crs.CoordinateReferenceSystem inCrs
-
pValue
public double pValue
-
doRandom
public boolean doRandom
-
pOffset
public double pOffset
-
pScale
public double pScale
-
outRaster
public org.geotools.coverage.grid.GridCoverage2D outRaster
-
DESCRIPTION
public static final String DESCRIPTION
- See Also:
- Constant Field Values
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
KEYWORDS
public static final String KEYWORDS
- See Also:
- Constant Field Values
-
pNorth_DESCRIPTION
public static final String pNorth_DESCRIPTION
- See Also:
- Constant Field Values
-
pSouth_DESCRIPTION
public static final String pSouth_DESCRIPTION
- See Also:
- Constant Field Values
-
pWest_DESCRIPTION
public static final String pWest_DESCRIPTION
- See Also:
- Constant Field Values
-
pEast_DESCRIPTION
public static final String pEast_DESCRIPTION
- See Also:
- Constant Field Values
-
pXres_DESCRIPTION
public static final String pXres_DESCRIPTION
- See Also:
- Constant Field Values
-
pYres_DESCRIPTION
public static final String pYres_DESCRIPTION
- See Also:
- Constant Field Values
-
pCode_DESCRIPTION
public static final String pCode_DESCRIPTION
- See Also:
- Constant Field Values
-
pCrs_DESCRIPTION
public static final String pCrs_DESCRIPTION
- See Also:
- Constant Field Values
-
outRaster_DESCRIPTION
public static final String outRaster_DESCRIPTION
- See Also:
- Constant Field Values
-
pScale_DESCRIPTION
public static final String pScale_DESCRIPTION
- See Also:
- Constant Field Values
-
pOffset_DESCRIPTION
public static final String pOffset_DESCRIPTION
- See Also:
- Constant Field Values
-
doRandom_DESCRIPTION
public static final String doRandom_DESCRIPTION
- See Also:
- Constant Field Values
-
pValue_DESCRIPTION
public static final String pValue_DESCRIPTION
- See Also:
- Constant Field Values
-
-