public class LayerDatatypeProcess extends DataProcess
RasterDataStore of data type
10/12/2007| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ADJUST_BIG2SMALL |
static java.lang.String |
ADJUST_DEC2INT |
static java.lang.String[] |
BIG2SMALL_OPTIONS |
static java.lang.String |
DATATYPE |
static java.lang.String[] |
DEC2INT_OPTIONS |
static java.lang.String |
FILENAME |
static java.lang.String |
PATH |
static java.lang.String |
RASTER_STORE1 |
blinker, externalActions, incrementableTask, logger, taskEventManager, taskParamsinputParameters, OUTPUT_HEIGHT, OUTPUT_WIDTH, outputParameters, PREVIEW, PROCESS, PROCESS_NAME, REGISTER_INPUT_PARAMETERS_LABEL, REGISTER_OUTPUT_PARAMETERS_LABEL, ROI_EPSG, TIME, WINDOWdoubleNODATA| Constructor and Description |
|---|
LayerDatatypeProcess() |
| Modifier and Type | Method and Description |
|---|---|
double |
getDecimalValue(double value,
int inDataType) |
java.lang.String |
getTitle()
Devuelve el titulo de la ventana IncrementableTask
|
void |
init()
A specific task will load parameters using this initialization.
|
void |
process()
This call will be implemented by a specific process.
|
static void |
registerParameters() |
actionCanceled, actionResumed, actionSuspended, addOutputValue, dispose, execute, finalize, getActions, getIncrementableTask, getLabel, getLog, getName, getPercent, getResult, getTime, getUniqueProcessActions, insertLineLog, isCancelable, isPausable, run, setActions, setCancelable, setName, setProgressActive, setUniqueProcessActions, showIncrementableWindow, start, updatePercentaddParam, getBooleanParam, getByteParam, getDoubleArrayParam, getDoubleParam, getExtentParam, getFloatParam, getIntArrayParam, getIntParam, getOutputHeight, getOutputWidth, getOutputWindow, getParam, getParameterClassList, getParameterTypeByProcess, getRasterTaskInputParameters, getRasterTaskOutputParameters, getROIEPSG, getStringParam, isForPreviews, isOutputRescaled, loadGlobalParameters, registerGlobalInputParameters, registerGlobalOutputParameters, registerInputParameter, registerOutputParameter, removeParamcreateOutputBuffer, createOutputBuffer, createSourceBuffer, debug, exportRaster, exportRaster, exportRaster, exportRaster, exportRaster, exportRaster, exportRaster, getData, getExtentResult, getIntersectionInPxCoords, getSourcePxBox, isAnalizedEntireLayer, isInsideOfROI, messageBoxError, messageBoxError, messageBoxErrorpublic static java.lang.String RASTER_STORE1
public static java.lang.String PATH
public static java.lang.String FILENAME
public static java.lang.String DATATYPE
public static java.lang.String ADJUST_DEC2INT
public static java.lang.String ADJUST_BIG2SMALL
public static java.lang.String[] DEC2INT_OPTIONS
public static java.lang.String[] BIG2SMALL_OPTIONS
public static void registerParameters()
public void init()
DataProcessinit in class DataProcesspublic void process()
throws ProcessInterruptedException
DataProcessprocess in class DataProcessProcessInterruptedExceptionpublic double getDecimalValue(double value,
int inDataType)
public java.lang.String getTitle()
IIncrementable