- 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
- 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
-
- 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