public class SaveRasterProcess extends DataProcess
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BLOCKSIZE |
static java.lang.String |
DIMENSION |
static java.lang.String |
FILENAME |
static java.lang.String |
FLYRS |
static java.lang.String |
PARAMS |
static java.lang.String |
PATH |
static java.lang.String |
PROJECTION |
static java.lang.String |
TIME |
static java.lang.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 |
|---|---|
java.lang.String |
getLabel()
Gets the last line in the increment window
|
java.lang.String |
getLog()
Gets the log of the increment window
|
int |
getPercent()
Devuelve el porcentaje de 0 a 100 de la ventana IncrementableTask
|
java.lang.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 java.lang.String VIEWPORT
public static java.lang.String PATH
public static java.lang.String DIMENSION
public static java.lang.String BLOCKSIZE
public static java.lang.String FILENAME
public static java.lang.String PARAMS
public static java.lang.String FLYRS
public static java.lang.String TIME
public static java.lang.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 java.lang.String getTitle()
IIncrementablepublic java.lang.String getLog()
DataProcessgetLog in interface IIncrementablegetLog in class DataProcesspublic java.lang.String getLabel()
DataProcessgetLabel in interface IIncrementablegetLabel in class DataProcess