A B C D E F G H I L M O P R S T U W 

A

AbstractOperation - Class in org.gvsig.raster.algorithm.util
Interface for operations
AbstractOperation() - Constructor for class org.gvsig.raster.algorithm.util.AbstractOperation
 
actionButtonPressed(ButtonsPanelEvent) - Method in class org.gvsig.raster.algorithm.gui.IncrementableTask
Metodo para gestionar todos los eventos del objeto.
actionCanceled(IncrementableEvent) - Method in interface org.gvsig.raster.algorithm.gui.IncrementableListener
Invocado cuando se aprieta el boton Cancelar de la ventana
actionCanceled(IncrementableEvent) - Method in class org.gvsig.raster.algorithm.process.DataProcess
Un evento de cancelado es enviado a la tarea cuando actionCanceled es activado.
actionResumed(IncrementableEvent) - Method in interface org.gvsig.raster.algorithm.gui.IncrementableListener
Invocado cuando se aprieta el boton Resumir de la ventana
actionResumed(IncrementableEvent) - Method in class org.gvsig.raster.algorithm.process.DataProcess
 
actionSuspended(IncrementableEvent) - Method in interface org.gvsig.raster.algorithm.gui.IncrementableListener
Invocado cuando se aprieta el boton Suspender de la ventana
actionSuspended(IncrementableEvent) - Method in class org.gvsig.raster.algorithm.process.DataProcess
 
addButtonPressedListener(ButtonsPanelListener) - Method in class org.gvsig.raster.algorithm.gui.ProgressPanel
 
addIncrementableListener(IncrementableListener) - Method in class org.gvsig.raster.algorithm.gui.IncrementableTask
A�adir el manejador de eventos para atender las peticiones de start, stop...
addLine(String) - Method in class org.gvsig.raster.algorithm.gui.LogControl
Añade una línea al log.
addLineLog(String) - Method in class org.gvsig.raster.algorithm.gui.ProgressPanel
 
addListener(EventListener) - Method in interface org.gvsig.raster.algorithm.BasicAPISwingPanel
Adds a listener to the components of a panel.
addOutputValue(String, Object) - Method in class org.gvsig.raster.algorithm.process.DataProcess
Adds a output from the process in runtime
addParam(String, Object) - Method in class org.gvsig.raster.algorithm.process.ProcessParamsManagement
Add a parameter to this task at runtime.

B

BasicAPISwingPanel - Interface in org.gvsig.raster.algorithm
Interface for panels which build an algorithm using the parameters selected by the user
blinker - Variable in class org.gvsig.raster.algorithm.process.DataProcess
 

C

Cancel - Class in org.gvsig.raster.algorithm.gui
 
Cancel() - Constructor for class org.gvsig.raster.algorithm.gui.Cancel
Crea un nuevo CancelDraw.
CANCELED - Static variable in class org.gvsig.raster.algorithm.gui.IncrementableEvent
Definir si la acción que esta ocurriendo es la de cancelar.
Cancellable - Interface in org.gvsig.raster.algorithm.gui
Cancellable interface is designed for adding support to notify that a task must be cancelled.
compare(double, double) - Method in class org.gvsig.raster.algorithm.util.AbstractOperation
 
compare(double, double) - Method in interface org.gvsig.raster.algorithm.util.Operation
 
configureProgressPanel() - Method in class org.gvsig.raster.algorithm.gui.IncrementableTask
 
createOutputBuffer(int, int, int) - Method in class org.gvsig.raster.algorithm.process.ProcessUtils
Builds the output buffer
createOutputBuffer(int, int, int, int) - Method in class org.gvsig.raster.algorithm.process.ProcessUtils
 
createRasterTask(String) - Method in class org.gvsig.raster.algorithm.RasterBaseAlgorithmManager
Returns a new instance of a process.
createSourceBuffer(RasterDataStore, Rectangle2D, boolean[]) - Method in class org.gvsig.raster.algorithm.process.ProcessUtils
Gets a data buffer from a RasterDataStore

D

DataProcess - Class in org.gvsig.raster.algorithm.process
Clase base de todos los procesos raster.
DataProcess() - Constructor for class org.gvsig.raster.algorithm.process.DataProcess
 
debug(String, Object, Exception) - Method in class org.gvsig.raster.algorithm.process.ProcessUtils
Registra un mensaje de error en el log de gvSIG
dispose() - Method in class org.gvsig.raster.algorithm.process.DataProcess
 
doInitialize() - Method in class org.gvsig.raster.algorithm.RasterBaseAlgorithmLibrary
 
doPostInitialize() - Method in class org.gvsig.raster.algorithm.RasterBaseAlgorithmLibrary
 
doubleNODATA - Variable in class org.gvsig.raster.algorithm.process.ProcessUtils
 

E

end(Object) - Method in interface org.gvsig.raster.algorithm.process.IProcessActions
Acciones de finalización del proceso
execute() - Method in class org.gvsig.raster.algorithm.process.DataProcess
Sequential execution of this task
exportRaster(String, Buffer, ColorInterpretation, Extent, NoData, IProjection) - Method in class org.gvsig.raster.algorithm.process.ProcessUtils
Exports a raster buffer to disk
exportRaster(String, Buffer, double, double, double, NoData) - Method in class org.gvsig.raster.algorithm.process.ProcessUtils
Exports a raster buffer to disk
exportRaster(String, Buffer, Buffer, double, double, double) - Method in class org.gvsig.raster.algorithm.process.ProcessUtils
Exports a raster buffer to disk
exportRaster(String, Buffer, double, double, double) - Method in class org.gvsig.raster.algorithm.process.ProcessUtils
Exports a raster buffer to disk
externalActions - Variable in class org.gvsig.raster.algorithm.process.DataProcess
 

F

finalize() - Method in class org.gvsig.raster.algorithm.process.DataProcess
 
finalize() - Method in class org.gvsig.raster.algorithm.process.ProcessParamsManagement
 

G

getActions() - Method in class org.gvsig.raster.algorithm.process.DataProcess
Gets the object to execute external actions.
getBilinearValue(double, double, int) - Method in class org.gvsig.raster.algorithm.util.Interpolation
Calcula los valores N y Z para el método bilinear y obtiene el valor del pixel como Z / N
getBooleanParam(String) - Method in class org.gvsig.raster.algorithm.process.ProcessParamsManagement
Gets a Boolean parameter from its key
getButtonsPanel() - Method in class org.gvsig.raster.algorithm.gui.IncrementableTask
 
getButtonsPanel() - Method in class org.gvsig.raster.algorithm.gui.ProgressPanel
 
getByteParam(String) - Method in class org.gvsig.raster.algorithm.process.ProcessParamsManagement
Gets a Byte parameter from its key
getComponent() - Method in interface org.gvsig.raster.algorithm.BasicAPISwingPanel
Gets the main component
getComponentIDByObject(Object) - Method in interface org.gvsig.raster.algorithm.BasicAPISwingPanel
Gets the component ID using the object of this component.
getData(Buffer, int, int, int) - Method in class org.gvsig.raster.algorithm.process.ProcessUtils
Gets a value of the buffer in double format
getDefaultButtonsPanel() - Method in class org.gvsig.raster.algorithm.gui.ProgressPanel
This method initializes DefaultButtonsPanel
getDoubleArrayParam(String) - Method in class org.gvsig.raster.algorithm.process.ProcessParamsManagement
Gets a double[] parameter from its key
getDoubleParam(String) - Method in class org.gvsig.raster.algorithm.process.ProcessParamsManagement
Gets a double parameter from its key
getExtentParam(String) - Method in class org.gvsig.raster.algorithm.process.ProcessParamsManagement
Gets a Extent parameter from its key
getExtentResult(Extent, List<ROI>, RasterDataStore) - Method in class org.gvsig.raster.algorithm.process.ProcessUtils
Gets the bounding box taking into account whether there are ROIs or not
getFloatParam(String) - Method in class org.gvsig.raster.algorithm.process.ProcessParamsManagement
Gets a Float parameter from its key
getIncrementableTask() - Method in class org.gvsig.raster.algorithm.process.DataProcess
Builds the window IncrementableTask to show the increment of the task.
getIndeterminate() - Method in class org.gvsig.raster.algorithm.gui.ProgressPanel
Gets whether this panel will show a normal progress bar or an indeterminate one.
getInstance() - Static method in class org.gvsig.raster.algorithm.RasterBaseAlgorithmManager
Gets an instance of this object for internal use.
getIntArrayParam(String) - Method in class org.gvsig.raster.algorithm.process.ProcessParamsManagement
Gets a int[] parameter from its key
getIntersectionInPxCoords(RasterDataStore[]) - Method in class org.gvsig.raster.algorithm.process.ProcessUtils
Gets a list of rectangles which represents the pixel coordinates of each DataStore.
getIntParam(String) - Method in class org.gvsig.raster.algorithm.process.ProcessParamsManagement
Gets a int parameter from its key
getInverseDistance(double, double, int) - Method in class org.gvsig.raster.algorithm.util.Interpolation
Calcula los valores N y Z para el método de distancia inversa y calcula el valor del pixel como Z / N.
getLabel() - Method in interface org.gvsig.raster.algorithm.gui.IIncrementable
Devuelve la etiqueta de la ventana IncrementableTask
getLabel() - Method in class org.gvsig.raster.algorithm.process.DataProcess
Gets the last line in the increment window
getLog() - Method in interface org.gvsig.raster.algorithm.gui.IIncrementable
Devuelve el contenido del log de la ventana IncrementableTask
getLog() - Method in class org.gvsig.raster.algorithm.process.DataProcess
Gets the log of the increment window
getManager() - Static method in class org.gvsig.raster.algorithm.RasterBaseAlgorithmLibrary
Returns the instance of the manager
getName() - Method in class org.gvsig.raster.algorithm.process.DataProcess
 
getNearestNeighbour(double, double, int) - Method in class org.gvsig.raster.algorithm.util.Interpolation
 
getOutputHeight() - Method in class org.gvsig.raster.algorithm.process.ProcessParamsManagement
Gets the height in pixels of the output
getOutputWidth() - Method in class org.gvsig.raster.algorithm.process.ProcessParamsManagement
Gets the width in pixels of the output
getOutputWindow() - Method in class org.gvsig.raster.algorithm.process.ProcessParamsManagement
Gets the bounding box defined by the user to the process
getParam(String) - Method in class org.gvsig.raster.algorithm.process.ProcessParamsManagement
Gets a parameter from its key
getParameterClassList(String, String) - Method in class org.gvsig.raster.algorithm.process.ProcessParamsManagement
Gets a list with the class of all parameters.
getParameterTypeByProcess(String, String) - Method in class org.gvsig.raster.algorithm.process.ProcessParamsManagement
Gets the class of a parameter in a process.
getPercent() - Method in interface org.gvsig.raster.algorithm.gui.IIncrementable
Devuelve el porcentaje de 0 a 100 de la ventana IncrementableTask
getPercent() - Method in class org.gvsig.raster.algorithm.gui.ProgressPanel
 
getPercent() - Method in class org.gvsig.raster.algorithm.process.DataProcess
 
getProcessName(Class<?>) - Static method in class org.gvsig.raster.algorithm.RasterBaseAlgorithmLibrary
Gets the process name
getProgressPanel() - Method in class org.gvsig.raster.algorithm.gui.IncrementableTask
Devuelve el componente ProgressPanel de la ventana incrementable.
getRasterTaskInputParameters(String) - Method in class org.gvsig.raster.algorithm.process.ProcessParamsManagement
Gets the key list of the input parameters
getRasterTaskOutputParameters(String) - Method in class org.gvsig.raster.algorithm.process.ProcessParamsManagement
Gets the key list of the output parameters
getResult() - Method in interface org.gvsig.raster.algorithm.BasicAPISwingPanel
Gets the process loaded with the data selected in the interface
getResult() - Method in class org.gvsig.raster.algorithm.process.DataProcess
Gets the result of the process.
getROIEPSG() - Method in class org.gvsig.raster.algorithm.process.ProcessParamsManagement
Gets the default EPSG for the regions of interest.
getSourcePxBox(Extent, RasterDataStore) - Method in class org.gvsig.raster.algorithm.process.ProcessUtils
Gets the bounding box of the source in pixel coordinates
getStringParam(String) - Method in class org.gvsig.raster.algorithm.process.ProcessParamsManagement
Gets a String parameter from its key
getText() - Method in class org.gvsig.raster.algorithm.gui.LogControl
Devuelve el contenido del log.
getTime() - Method in class org.gvsig.raster.algorithm.process.DataProcess
Gets the time that a task lasts
getTitle() - Method in interface org.gvsig.raster.algorithm.gui.IIncrementable
Devuelve el titulo de la ventana IncrementableTask
getUniqueProcessActions() - Method in class org.gvsig.raster.algorithm.process.DataProcess
Gets the object to execute actions in the queue of processes

H

hideWindow() - Method in class org.gvsig.raster.algorithm.gui.IncrementableTask
Ocultar la ventana

I

IIncrementable - Interface in org.gvsig.raster.algorithm.gui
 
IncrementableEvent - Class in org.gvsig.raster.algorithm.gui
Se utiliza para poder definir que acción esta ocurriendo en un momento dado en la ventana IncrementableTask
IncrementableEvent(Object) - Constructor for class org.gvsig.raster.algorithm.gui.IncrementableEvent
Constructor de IncrementableEvent
IncrementableListener - Interface in org.gvsig.raster.algorithm.gui
Interfaz para la ventana IncrementableTask, aqui se define los comportamientos de los botones de la ventana.
IncrementableTask - Class in org.gvsig.raster.algorithm.gui
IncrementableTask.
IncrementableTask(IIncrementable, ProgressPanel) - Constructor for class org.gvsig.raster.algorithm.gui.IncrementableTask
Constructor del IncrementableTask.
IncrementableTask(IIncrementable) - Constructor for class org.gvsig.raster.algorithm.gui.IncrementableTask
Constructor del IncrementableTask.
incrementableTask - Variable in class org.gvsig.raster.algorithm.process.DataProcess
 
init() - Method in class org.gvsig.raster.algorithm.process.DataProcess
A specific task will load parameters using this initialization.
initialize() - Method in interface org.gvsig.raster.algorithm.BasicAPISwingPanel
Initialization actions.
inputParameters - Variable in class org.gvsig.raster.algorithm.process.ProcessParamsManagement
 
insertLineLog(String) - Method in class org.gvsig.raster.algorithm.process.DataProcess
Inserts a new line in the increment window
Interpolation - Class in org.gvsig.raster.algorithm.util
Calculates a pixel value using a interpolation method
Interpolation(Buffer) - Constructor for class org.gvsig.raster.algorithm.util.Interpolation
 
interrupted() - Method in interface org.gvsig.raster.algorithm.process.IProcessActions
El proceso comunica que ha sido interrumpido
invoke() - Method in class org.gvsig.raster.algorithm.util.AbstractOperation
 
invoke() - Method in interface org.gvsig.raster.algorithm.util.Operation
 
IProcessActions - Interface in org.gvsig.raster.algorithm.process
Acciones que puede ejecutar un proceso sobre un objeto externo.
isAlive() - Method in class org.gvsig.raster.algorithm.gui.IncrementableTask
Devuelve un booleano indicando si esta activa la ventana.
isAnalizedEntireLayer(Extent, List<ROI>, RasterDataStore) - Method in class org.gvsig.raster.algorithm.process.ProcessUtils
Returns true if the algorithm is applied to the entire layer
isCancelable() - Method in interface org.gvsig.raster.algorithm.gui.IIncrementable
Determines if this process can be canceled.
isCancelable() - Method in class org.gvsig.raster.algorithm.process.DataProcess
 
isCanceled() - Method in class org.gvsig.raster.algorithm.gui.Cancel
 
isCanceled() - Method in interface org.gvsig.raster.algorithm.gui.Cancellable
Determines if the related task must be canceled.
isForPreviews() - Method in class org.gvsig.raster.algorithm.process.ProcessParamsManagement
Returns true if the output of this algorithm is for previews.
isInsideOfROI(int, int, List<ROI>, Extent) - Method in class org.gvsig.raster.algorithm.process.ProcessUtils
Checks if the point in pixel coordinates is inside the region of interest or not.
isOutputRescaled() - Method in class org.gvsig.raster.algorithm.process.ProcessParamsManagement
Returns true if the output will be rescaled
isPausable() - Method in interface org.gvsig.raster.algorithm.gui.IIncrementable
Determines if this process can be paused.
isPausable() - Method in class org.gvsig.raster.algorithm.process.DataProcess
 

L

loadGlobalParameters() - Method in class org.gvsig.raster.algorithm.process.ProcessParamsManagement
Loads global parameters defined in this class
LogControl - Class in org.gvsig.raster.algorithm.gui
LogControl.
LogControl() - Constructor for class org.gvsig.raster.algorithm.gui.LogControl
 
logger - Variable in class org.gvsig.raster.algorithm.process.DataProcess
 

M

messageBoxError(String, Object) - Method in class org.gvsig.raster.algorithm.process.ProcessUtils
Shows a error dialog with a text and a accept button
messageBoxError(String, Object, Exception) - Method in class org.gvsig.raster.algorithm.process.ProcessUtils
Muestra un dialogo de error con un texto y un botón de aceptar.
messageBoxError(String, Object, ArrayList<Exception>) - Method in class org.gvsig.raster.algorithm.process.ProcessUtils
Muestra un dialogo de error con un texto y un botón de aceptar.

O

Operation - Interface in org.gvsig.raster.algorithm.util
Interface for operations
org.gvsig.raster.algorithm - package org.gvsig.raster.algorithm
 
org.gvsig.raster.algorithm.gui - package org.gvsig.raster.algorithm.gui
 
org.gvsig.raster.algorithm.process - package org.gvsig.raster.algorithm.process
 
org.gvsig.raster.algorithm.util - package org.gvsig.raster.algorithm.util
 
OUTPUT_HEIGHT - Static variable in class org.gvsig.raster.algorithm.process.ProcessParamsManagement
Input parameter: Force to this height in pixels in the output buffer
OUTPUT_WIDTH - Static variable in class org.gvsig.raster.algorithm.process.ProcessParamsManagement
Input parameter: Force to this width in pixels in the output buffer
outputParameters - Variable in class org.gvsig.raster.algorithm.process.ProcessParamsManagement
 

P

PREVIEW - Static variable in class org.gvsig.raster.algorithm.process.ProcessParamsManagement
Input parameter: The output of this algorithm is for previews.
process() - Method in class org.gvsig.raster.algorithm.process.DataProcess
This call will be implemented by a specific process.
PROCESS - Static variable in class org.gvsig.raster.algorithm.process.ProcessParamsManagement
Output parameter: The getResult sets the correct value in the output.
PROCESS_NAME - Static variable in class org.gvsig.raster.algorithm.process.ProcessParamsManagement
Output parameter: The getResult sets the correct value in the output.
ProcessException - Exception in org.gvsig.raster.algorithm.process
This exception is thrown when a problem inside a raster process is detected.
ProcessException(String, Throwable) - Constructor for exception org.gvsig.raster.algorithm.process.ProcessException
 
ProcessException(String) - Constructor for exception org.gvsig.raster.algorithm.process.ProcessException
 
processFinalize() - Method in class org.gvsig.raster.algorithm.gui.IncrementableTask
Termina el proceso de lectura de porcentajes y logs de la ventana y cierra esta.
ProcessParamsManagement - Class in org.gvsig.raster.algorithm.process
Base class for all geoprocesses.
ProcessParamsManagement() - Constructor for class org.gvsig.raster.algorithm.process.ProcessParamsManagement
 
ProcessUtils - Class in org.gvsig.raster.algorithm.process
Clase base de todos los procesos raster.
ProcessUtils() - Constructor for class org.gvsig.raster.algorithm.process.ProcessUtils
 
ProgressPanel - Class in org.gvsig.raster.algorithm.gui
ProgressPanel.
ProgressPanel() - Constructor for class org.gvsig.raster.algorithm.gui.ProgressPanel
Constructor
ProgressPanel(boolean) - Constructor for class org.gvsig.raster.algorithm.gui.ProgressPanel
 
ProgressPanel(Dialog, boolean) - Constructor for class org.gvsig.raster.algorithm.gui.ProgressPanel
 
ProgressPanel(Dialog, String, boolean, GraphicsConfiguration) - Constructor for class org.gvsig.raster.algorithm.gui.ProgressPanel
 
ProgressPanel(Dialog, String, boolean) - Constructor for class org.gvsig.raster.algorithm.gui.ProgressPanel
 
ProgressPanel(Dialog, String) - Constructor for class org.gvsig.raster.algorithm.gui.ProgressPanel
 
ProgressPanel(Dialog) - Constructor for class org.gvsig.raster.algorithm.gui.ProgressPanel
 
ProgressPanel(Frame, boolean) - Constructor for class org.gvsig.raster.algorithm.gui.ProgressPanel
 
ProgressPanel(Frame, String, boolean, GraphicsConfiguration) - Constructor for class org.gvsig.raster.algorithm.gui.ProgressPanel
 
ProgressPanel(Frame, String, boolean) - Constructor for class org.gvsig.raster.algorithm.gui.ProgressPanel
 
ProgressPanel(Frame, String) - Constructor for class org.gvsig.raster.algorithm.gui.ProgressPanel
 
ProgressPanel(Frame) - Constructor for class org.gvsig.raster.algorithm.gui.ProgressPanel
 

R

RasterBaseAlgorithmLibrary - Class in org.gvsig.raster.algorithm
Initialization of RasterBaseAlgorithmLibrary library.
RasterBaseAlgorithmLibrary() - Constructor for class org.gvsig.raster.algorithm.RasterBaseAlgorithmLibrary
 
RasterBaseAlgorithmManager - Class in org.gvsig.raster.algorithm
Default RasterManager implementation.
RasterBaseAlgorithmManager() - Constructor for class org.gvsig.raster.algorithm.RasterBaseAlgorithmManager
 
register(String, Class<?>) - Static method in class org.gvsig.raster.algorithm.RasterBaseAlgorithmLibrary
Registers a raster process
REGISTER_INPUT_PARAMETERS_LABEL - Static variable in class org.gvsig.raster.algorithm.process.ProcessParamsManagement
 
REGISTER_INPUT_PARAMETERS_LABEL - Static variable in class org.gvsig.raster.algorithm.RasterBaseAlgorithmLibrary
 
REGISTER_OUTPUT_PARAMETERS_LABEL - Static variable in class org.gvsig.raster.algorithm.process.ProcessParamsManagement
 
REGISTER_OUTPUT_PARAMETERS_LABEL - Static variable in class org.gvsig.raster.algorithm.RasterBaseAlgorithmLibrary
 
REGISTER_PROCESS_LABEL - Static variable in class org.gvsig.raster.algorithm.RasterBaseAlgorithmLibrary
 
registerGlobalInputParameters(String, Class<?>, String) - Static method in class org.gvsig.raster.algorithm.process.ProcessParamsManagement
 
registerGlobalOutputParameters(String, Class<?>, String) - Static method in class org.gvsig.raster.algorithm.process.ProcessParamsManagement
 
registerInputParameter(String, Class<?>, String) - Static method in class org.gvsig.raster.algorithm.process.ProcessParamsManagement
Registers input parameters of a raster process
registerOutputParameter(String, Class<?>, String) - Static method in class org.gvsig.raster.algorithm.process.ProcessParamsManagement
Registers output parameters of a raster process
removeButtonPressedListener(ButtonsPanelListener) - Method in class org.gvsig.raster.algorithm.gui.ProgressPanel
 
removeIncrementableListener(IncrementableListener) - Method in class org.gvsig.raster.algorithm.gui.IncrementableTask
Borrar un manejador de eventos.
removeParam(String) - Method in class org.gvsig.raster.algorithm.process.ProcessParamsManagement
Remove a parameter to this task at runtime.
replaceLastLine(String) - Method in class org.gvsig.raster.algorithm.gui.LogControl
Reemplaza la última línea añadida al log.
replaceLastLineLog(String) - Method in class org.gvsig.raster.algorithm.gui.ProgressPanel
 
RESUMED - Static variable in class org.gvsig.raster.algorithm.gui.IncrementableEvent
Definir si la acción que esta ocurriendo es la de resumir.
ROI_EPSG - Static variable in class org.gvsig.raster.algorithm.process.ProcessParamsManagement
Input parameter: If is defined then the ROIs will be used
run() - Method in class org.gvsig.raster.algorithm.gui.IncrementableTask
Este thread va leyendo el porcentaje hasta que se completa el histograma.
run() - Method in class org.gvsig.raster.algorithm.process.DataProcess
This method will be executed by the Thread.

S

setActions(IProcessActions) - Method in class org.gvsig.raster.algorithm.process.DataProcess
Sets the object to execute external actions.
setAskCancel(boolean) - Method in class org.gvsig.raster.algorithm.gui.IncrementableTask
Definir si queremos que confirme al usuario si realmente desea cancelar el proceso
setCancelable(boolean) - Method in class org.gvsig.raster.algorithm.process.DataProcess
Sets the button to cancel the task
setCanceled(boolean) - Method in class org.gvsig.raster.algorithm.gui.Cancel
Insertar si se debe cancelar el dibujado.
setCanceled(boolean) - Method in interface org.gvsig.raster.algorithm.gui.Cancellable
Sets if the related task must be canceled.
setIndeterminate(boolean) - Method in class org.gvsig.raster.algorithm.gui.ProgressPanel
Sets whether this panel will show a normal progress bar or an indeterminate one.
setLabel(String) - Method in class org.gvsig.raster.algorithm.gui.ProgressPanel
 
setLog(String) - Method in class org.gvsig.raster.algorithm.gui.ProgressPanel
 
setName(String) - Method in class org.gvsig.raster.algorithm.process.DataProcess
 
setPercent(int) - Method in class org.gvsig.raster.algorithm.gui.ProgressPanel
 
setProgressActive(boolean) - Method in class org.gvsig.raster.algorithm.process.DataProcess
When the process is launched in a thread, this method enables or disables the GUI to show the progress.
setText(String) - Method in class org.gvsig.raster.algorithm.gui.LogControl
Establece el texto completo del log.
setUniqueProcessActions(IProcessActions) - Method in class org.gvsig.raster.algorithm.process.DataProcess
Asigna el objeto para ejecutar acciones externar.
showIncrementableWindow() - Method in class org.gvsig.raster.algorithm.process.DataProcess
Show the increment of this task IncrementableTask
showLog(boolean) - Method in class org.gvsig.raster.algorithm.gui.ProgressPanel
 
showPause(boolean) - Method in class org.gvsig.raster.algorithm.gui.ProgressPanel
 
showWindow() - Method in class org.gvsig.raster.algorithm.gui.IncrementableTask
Muestra la ventana de incremento con el porcentaje de la construcci�n del histograma.
start() - Method in class org.gvsig.raster.algorithm.gui.IncrementableTask
Inicio del thread para que la ventana vaya consultando por si sola al iIncrementable
start() - Method in class org.gvsig.raster.algorithm.process.DataProcess
Starts the process.
stop() - Method in class org.gvsig.raster.algorithm.gui.IncrementableTask
Detiene el proceso de consulta de la ventana.
SUSPENDED - Static variable in class org.gvsig.raster.algorithm.gui.IncrementableEvent
Definir si la acción que esta ocurriendo es la de suspender

T

taskEventManager - Variable in class org.gvsig.raster.algorithm.process.DataProcess
 
taskParams - Variable in class org.gvsig.raster.algorithm.process.DataProcess
 
TIME - Static variable in class org.gvsig.raster.algorithm.process.ProcessParamsManagement
Output parameter: The getResult sets the correct value in the output.

U

updatePercent(int, int) - Method in class org.gvsig.raster.algorithm.process.DataProcess
Updates the percentaje of progress and manages the cancelation
updateProgress(int, int) - Method in interface org.gvsig.raster.algorithm.process.IProcessActions
A process can report the progress of the task

W

WINDOW - Static variable in class org.gvsig.raster.algorithm.process.ProcessParamsManagement
Input parameter: Force to this bounding box.
A B C D E F G H I L M O P R S T U W 

Copyright © 2014 gvSIG Association. All Rights Reserved.