public class SaveRasterProcess extends DataProcess
| Modifier and Type | Field and Description |
|---|---|
static String |
BLOCKSIZE |
static String |
DIMENSION |
static String |
FILENAME |
static String |
FLYRS |
static String |
PARAMS |
static String |
PATH |
static String |
PROJECTION |
static String |
TIME |
static String |
VIEWPORT |
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, WINDOWdoubleNODATA| Constructor and Description |
|---|
SaveRasterProcess() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel()
Gets the last line in the increment window
|
String |
getLog()
Gets the log of the increment window
|
int |
getPercent()
Devuelve el porcentaje de 0 a 100 de la ventana IncrementableTask
|
String |
getTitle()
Devuelve el titulo de la ventana IncrementableTask
|
void |
init()
A specific task will load parameters using this initialization.
|
void |
process()
Procesos de escritura de una porción de la vista.
|
static void |
registerParameters() |
actionCanceled, actionResumed, actionSuspended, addOutputValue, dispose, execute, finalize, getActions, getIncrementableTask, getName, 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 String VIEWPORT
public static String PATH
public static String DIMENSION
public static String BLOCKSIZE
public static String FILENAME
public static String PARAMS
public static String FLYRS
public static String TIME
public static String PROJECTION
public static void registerParameters()
public void init()
DataProcessinit in class DataProcesspublic void process()
throws ProcessInterruptedException,
ProcessException
process in class DataProcessProcessInterruptedExceptionProcessExceptionpublic int getPercent()
IIncrementablegetPercent in interface IIncrementablegetPercent in class DataProcesspublic String getTitle()
IIncrementablepublic String getLog()
DataProcessgetLog in interface IIncrementablegetLog in class DataProcesspublic String getLabel()
DataProcessgetLabel in interface IIncrementablegetLabel in class DataProcess