Class OmsRasterNull
- java.lang.Object
-
- org.hortonmachine.gears.libs.modules.HMModel
-
- org.hortonmachine.gears.libs.modules.multiprocessing.MultiProcessing
-
- org.hortonmachine.gears.libs.modules.multiprocessing.GridMultiProcessing
-
- org.hortonmachine.gears.modules.r.rasternull.OmsRasterNull
-
public class OmsRasterNull extends GridMultiProcessing
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.hortonmachine.gears.libs.modules.multiprocessing.GridMultiProcessing
GridMultiProcessing.Calculator
-
-
Field Summary
Fields Modifier and Type Field Description booleandoInverseorg.geotools.coverage.grid.GridCoverage2DinRasterstatic StringOMSRASTERNULL_AUTHORCONTACTSstatic StringOMSRASTERNULL_AUTHORNAMESstatic StringOMSRASTERNULL_DESCRIPTIONstatic StringOMSRASTERNULL_DOCUMENTATIONstatic StringOMSRASTERNULL_doInverse_DESCRIPTIONstatic StringOMSRASTERNULL_IN_RASTER_DESCRIPTIONstatic StringOMSRASTERNULL_KEYWORDSstatic StringOMSRASTERNULL_LABELstatic StringOMSRASTERNULL_LICENSEstatic StringOMSRASTERNULL_NAMEstatic StringOMSRASTERNULL_OUT_RASTER_DESCRIPTIONstatic StringOMSRASTERNULL_P_NULL_DESCRIPTIONstatic StringOMSRASTERNULL_P_VALUE_DESCRIPTIONstatic intOMSRASTERNULL_STATUSorg.geotools.coverage.grid.GridCoverage2DoutRasterDoublepNullDoublepValue
-
Constructor Summary
Constructors Constructor Description OmsRasterNull()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess()-
Methods inherited from class org.hortonmachine.gears.libs.modules.multiprocessing.GridMultiProcessing
processGrid, processGrid
-
Methods inherited from class org.hortonmachine.gears.libs.modules.multiprocessing.MultiProcessing
createDefaultPlanner
-
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
-
pValue
public Double pValue
-
doInverse
public boolean doInverse
-
pNull
public Double pNull
-
outRaster
public org.geotools.coverage.grid.GridCoverage2D outRaster
-
OMSRASTERNULL_DESCRIPTION
public static final String OMSRASTERNULL_DESCRIPTION
- See Also:
- Constant Field Values
-
OMSRASTERNULL_DOCUMENTATION
public static final String OMSRASTERNULL_DOCUMENTATION
- See Also:
- Constant Field Values
-
OMSRASTERNULL_KEYWORDS
public static final String OMSRASTERNULL_KEYWORDS
- See Also:
- Constant Field Values
-
OMSRASTERNULL_LABEL
public static final String OMSRASTERNULL_LABEL
- See Also:
- Constant Field Values
-
OMSRASTERNULL_NAME
public static final String OMSRASTERNULL_NAME
- See Also:
- Constant Field Values
-
OMSRASTERNULL_STATUS
public static final int OMSRASTERNULL_STATUS
- See Also:
- Constant Field Values
-
OMSRASTERNULL_LICENSE
public static final String OMSRASTERNULL_LICENSE
- See Also:
- Constant Field Values
-
OMSRASTERNULL_AUTHORNAMES
public static final String OMSRASTERNULL_AUTHORNAMES
- See Also:
- Constant Field Values
-
OMSRASTERNULL_AUTHORCONTACTS
public static final String OMSRASTERNULL_AUTHORCONTACTS
- See Also:
- Constant Field Values
-
OMSRASTERNULL_IN_RASTER_DESCRIPTION
public static final String OMSRASTERNULL_IN_RASTER_DESCRIPTION
- See Also:
- Constant Field Values
-
OMSRASTERNULL_P_VALUE_DESCRIPTION
public static final String OMSRASTERNULL_P_VALUE_DESCRIPTION
- See Also:
- Constant Field Values
-
OMSRASTERNULL_doInverse_DESCRIPTION
public static final String OMSRASTERNULL_doInverse_DESCRIPTION
- See Also:
- Constant Field Values
-
OMSRASTERNULL_P_NULL_DESCRIPTION
public static final String OMSRASTERNULL_P_NULL_DESCRIPTION
- See Also:
- Constant Field Values
-
OMSRASTERNULL_OUT_RASTER_DESCRIPTION
public static final String OMSRASTERNULL_OUT_RASTER_DESCRIPTION
- See Also:
- Constant Field Values
-
-