public class TasseledCapProcess extends DataProcess
Modifier and Type | Field and Description |
---|---|
static String |
BANDS |
static String |
BUFFERS |
static String |
FILENAME |
static String |
GRAPHIC_DATA |
static int |
LANDSAT_ETM |
static int |
LANDSAT_MS |
static int |
LANDSAT_TM |
static String |
LANDSAT_TYPE |
static String |
PATH |
static String |
RASTER_STORE |
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 |
---|
TasseledCapProcess() |
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()
This call will be implemented by a specific process.
|
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 int LANDSAT_MS
public static int LANDSAT_TM
public static int LANDSAT_ETM
public static String RASTER_STORE
public static String PATH
public static String FILENAME
public static String LANDSAT_TYPE
public static final String BUFFERS
public static final String GRAPHIC_DATA
public static final String BANDS
public static void registerParameters()
public void init()
DataProcess
init
in class DataProcess
public void process() throws ProcessInterruptedException, ProcessException
DataProcess
process
in class DataProcess
ProcessInterruptedException
ProcessException
public String getTitle()
IIncrementable