public class ReprojectProcess extends DataProcess
| Modifier and Type | Field and Description |
|---|---|
static String |
CELLSIZE |
static String |
DST_PROJECTION |
static String |
FILENAME |
static String[] |
INTERP_METHODS |
static String |
INTERPOLATION |
static String |
PATH |
static String |
RASTER_STORE |
static String |
SIZEX |
static String |
SIZEY |
static String |
SRC_PROJECTION |
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 |
|---|
ReprojectProcess() |
| Modifier and Type | Method and Description |
|---|---|
String |
getTitle()
Devuelve el titulo de la ventana IncrementableTask
|
void |
init()
A specific task will load parameters using this initialization.
|
void |
process()
Método donde se ejecutará el Thread, aquí se reproyecta el raster.
|
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 String[] INTERP_METHODS
public static String RASTER_STORE
public static String PATH
public static String DST_PROJECTION
public static String SRC_PROJECTION
public static String SIZEX
public static String SIZEY
public static String CELLSIZE
public static String FILENAME
public static String INTERPOLATION
public static void registerParameters()
public void init()
DataProcessinit in class DataProcesspublic void process()
throws ProcessInterruptedException
process in class DataProcessProcessInterruptedExceptionpublic String getTitle()
IIncrementable