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, taskParams
inputParameters, OUTPUT_HEIGHT, OUTPUT_WIDTH, outputParameters, PREVIEW, PROCESS, PROCESS_NAME, REGISTER_INPUT_PARAMETERS_LABEL, REGISTER_OUTPUT_PARAMETERS_LABEL, ROI_EPSG, WINDOW
doubleNODATA
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, updatePercent
addParam, 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, removeParam
createOutputBuffer, createOutputBuffer, createSourceBuffer, debug, exportRaster, exportRaster, exportRaster, exportRaster, exportRaster, exportRaster, exportRaster, getData, getExtentResult, getIntersectionInPxCoords, getSourcePxBox, isAnalizedEntireLayer, isInsideOfROI, messageBoxError, messageBoxError, messageBoxError
public 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()
DataProcess
init
in class DataProcess
public void process() throws ProcessInterruptedException, ProcessException
process
in class DataProcess
ProcessInterruptedException
ProcessException
public int getPercent()
IIncrementable
getPercent
in interface IIncrementable
getPercent
in class DataProcess
public java.lang.String getTitle()
IIncrementable
public java.lang.String getLog()
DataProcess
getLog
in interface IIncrementable
getLog
in class DataProcess
public java.lang.String getLabel()
DataProcess
getLabel
in interface IIncrementable
getLabel
in class DataProcess