public class ReprojectProcess extends DataProcess
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CELLSIZE |
static java.lang.String |
DST_PROJECTION |
static java.lang.String |
FILENAME |
static java.lang.String[] |
INTERP_METHODS |
static java.lang.String |
INTERPOLATION |
static java.lang.String |
PATH |
static java.lang.String |
RASTER_STORE |
static java.lang.String |
SIZEX |
static java.lang.String |
SIZEY |
static java.lang.String |
SRC_PROJECTION |
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, TIME, WINDOW
doubleNODATA
Constructor and Description |
---|
ReprojectProcess() |
Modifier and Type | Method and Description |
---|---|
java.lang.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, 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[] INTERP_METHODS
public static java.lang.String RASTER_STORE
public static java.lang.String PATH
public static java.lang.String DST_PROJECTION
public static java.lang.String SRC_PROJECTION
public static java.lang.String SIZEX
public static java.lang.String SIZEY
public static java.lang.String CELLSIZE
public static java.lang.String FILENAME
public static java.lang.String INTERPOLATION
public static void registerParameters()
public void init()
DataProcess
init
in class DataProcess
public void process() throws ProcessInterruptedException
process
in class DataProcess
ProcessInterruptedException
public java.lang.String getTitle()
IIncrementable