public class FilterProcess extends RasterProcess
blinker, externalActions, incrementableTask, taskEventManager, taskParams| Constructor and Description |
|---|
FilterProcess() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSelectedFilters(RasterFilterList filterList,
java.util.ArrayList<ParamStruct> listFilterUsed)
Sustituye la lista de filtros de filterList por la que le pasamos en forma
de ArrayList
|
void |
dispose()
Disposes the current object, to allow it to close and dispose any used
resources.
|
protected void |
finalize() |
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()
Proceso de carga de parámetros.
|
void |
process()
Proceso
|
actionCanceled, actionResumed, actionSuspended, addParam, execute, getActions, getBooleanParam, getByteParam, getDoubleArrayParam, getDoubleParam, getExtentParam, getFloatParam, getIncrementableTask, getIntArrayParam, getIntParam, getLabel, getLayerParam, getLog, getParam, getResult, getStringParam, getTime, getUniqueProcessActions, insertLineLog, isCancelable, isPausable, removeParam, run, setActions, setCancelable, setProgressActive, setUniqueProcessActions, showIncrementableWindow, startpublic void init()
RasterProcessinit in class RasterProcesspublic void process()
throws ProcessInterruptedException,
ProcessException
RasterProcessprocess in class RasterProcessProcessInterruptedExceptionProcessExceptionpublic void addSelectedFilters(RasterFilterList filterList, java.util.ArrayList<ParamStruct> listFilterUsed) throws FilterManagerException, FilterTypeException
filterList - listFilterUsed - FilterTypeExceptionFilterTypeExceptionFilterManagerExceptionpublic int getPercent()
IIncrementablepublic java.lang.String getTitle()
IIncrementablepublic void dispose()
DisposableNOTE:After calling this method, the object may not be usable anymore.
dispose in interface Disposabledispose in class RasterProcessprotected void finalize()
throws java.lang.Throwable
finalize in class RasterProcessjava.lang.Throwable