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

C

calculate(int) - Method in class es.unex.sextante.libMath.regression.LeastSquaresFit
 
calculate() - Method in class es.unex.sextante.libMath.regression.MultipleRegression
 
calculate() - Method in class es.unex.sextante.libMath.regression.Regression
 
calculate(double[], double[]) - Method in class es.unex.sextante.libMath.regression.Regression
 
calculate(int) - Method in class es.unex.sextante.libMath.regression.Regression
 
call() - Method in class es.unex.sextante.core.ProcessTask
Starts the execution of the task
call() - Method in class es.unex.sextante.gui.batch.BatchProcessSingleUnit
Executes the algorithm
call() - Method in class es.unex.sextante.gui.batch.nonFileBased.BatchProcessSingleUnit
Executes the algorithm
cancel() - Method in class es.unex.sextante.gui.batch.MultipleBandSelectionDialog
 
CANCEL - Static variable in interface es.unex.sextante.gui.core.IGUIFactory
 
cancel() - Method in class es.unex.sextante.gui.modeler.AlgorithmDialog
 
cancelProcess() - Static method in class es.unex.sextante.gui.grass.GrassUtils
 
CheckBoxList - Class in es.unex.sextante.gui.algorithm
A list with checkboxes
CheckBoxList() - Constructor for class es.unex.sextante.gui.algorithm.CheckBoxList
Creates a new checkbox list
checkChangesAndOpenModel(String) - Method in class es.unex.sextante.gui.modeler.ModelerPanel
 
checkGrassMapsetFolder(String) - Static method in class es.unex.sextante.gui.core.SextanteGUI
Checks whether the GRASS mapset folder is valid.
chiSquare(double, int) - Static method in class es.unex.sextante.libMath.pdf.PDF
 
chiSquareCDF(double, int) - Static method in class es.unex.sextante.libMath.pdf.PDF
 
chol() - Method in class es.unex.sextante.libMath.Jama.Matrix
Cholesky Decomposition
CholeskyDecomposition - Class in es.unex.sextante.libMath.Jama
Cholesky Decomposition.
CholeskyDecomposition(Matrix) - Constructor for class es.unex.sextante.libMath.Jama.CholeskyDecomposition
Cholesky algorithm for symmetric and positive definite matrix.
clear() - Method in class es.unex.sextante.core.SextanteLogHandler
 
clear() - Static method in class es.unex.sextante.gui.history.History
 
clearDataObjects() - Method in class es.unex.sextante.core.AbstractInputFactory
 
clearDataObjects() - Method in interface es.unex.sextante.core.IInputFactory
Clears the set of SEXTANTE data objects
clearHistory() - Method in class es.unex.sextante.gui.history.HistoryPanel
 
clearLog() - Method in class es.unex.sextante.gui.history.HistoryPanel
 
clearSelection() - Method in class es.unex.sextante.gui.modeler.MultipleInputSelectionPanel
 
clone() - Method in class es.unex.sextante.libMath.Jama.Matrix
Clone the Matrix object.
close(String) - Method in interface es.unex.sextante.core.IInputFactory
Closes (eliminates it from the application running SEXTANTE) a data object (table or layer) given its name.
close() - Method in interface es.unex.sextante.core.ITaskMonitor
Closes the monitor.
close() - Method in class es.unex.sextante.core.SextanteLogHandler
 
close() - Method in class es.unex.sextante.core.SilentTaskMonitor
 
close() - Method in interface es.unex.sextante.dataObjects.IDataObject
This method closes the data object, which was opened using the open() method.
close() - Method in interface es.unex.sextante.dataObjects.IFeatureIterator
 
close() - Method in interface es.unex.sextante.dataObjects.IRecordsetIterator
 
close() - Method in class es.unex.sextante.docEngines.html.HTMLDoc
Closes the HTML page
close - Class in es.unex.sextante.gui.cmd.bshcommands
 
close() - Constructor for class es.unex.sextante.gui.cmd.bshcommands.close
 
close() - Method in class es.unex.sextante.gui.core.DefaultTaskMonitor
 
closeOrderedList() - Method in class es.unex.sextante.docEngines.html.HTMLDoc
Closes an ordered list
closeUnorderedList() - Method in class es.unex.sextante.docEngines.html.HTMLDoc
Closes an unordered list
collapseAll() - Method in class es.unex.sextante.gui.history.HistoryPanel
 
collapseAll() - Method in class es.unex.sextante.gui.modeler.AlgorithmsPanel
Collapses the tree of algorithms
collapseAll() - Method in class es.unex.sextante.gui.toolbox.AlgorithmsPanel
Collapses the tree of algorithms
colorTableExt - Static variable in class es.unex.sextante.gui.grass.GrassUtils
 
colorTableIdentifier - Static variable in class es.unex.sextante.gui.grass.GrassUtils
 
colorTableVersion - Static variable in class es.unex.sextante.gui.grass.GrassUtils
 
COMMANDLINE - Static variable in class es.unex.sextante.gui.core.SextanteGUI
 
CommandLineData - Class in es.unex.sextante.gui.cmd
 
CommandLineData() - Constructor for class es.unex.sextante.gui.cmd.CommandLineData
 
CommandLineException - Exception in es.unex.sextante.gui.exceptions
 
CommandLineException(String) - Constructor for exception es.unex.sextante.gui.exceptions.CommandLineException
 
compareTo(Object) - Method in class es.unex.sextante.core.ObjectAndDescription
 
compareTo(Object) - Method in class es.unex.sextante.rasterWrappers.GridCell
 
complementaryRegularisedGammaFunction(double, double) - Static method in class es.unex.sextante.libMath.pdf.PDF
 
cond() - Method in class es.unex.sextante.libMath.Jama.Matrix
Matrix condition (2 norm)
cond() - Method in class es.unex.sextante.libMath.Jama.SingularValueDecomposition
Two norm condition number
constructPath(String) - Static method in class jsh.shell.Utils
Constructs a new path from current user path.
constructWithCopy(double[][]) - Static method in class es.unex.sextante.libMath.Jama.Matrix
Construct a matrix from a copy of a 2-D array.
contains(double, double) - Method in class es.unex.sextante.rasterWrappers.GridExtent
Returns true if the given point falls within the area covered by this extent
containsCell(int, int) - Method in class es.unex.sextante.rasterWrappers.GridExtent
Returns true if the cell is within the limits of this grid extent
containsKey(String) - Method in class es.unex.sextante.core.OutputObjectsSet
Return true if the set contains an object associated to the passed key
containsStringInHelpFile(GeoAlgorithm, String) - Static method in class es.unex.sextante.gui.help.HelpIO
Returns true if the help file associated with an algorithm contains a given search string
contFract(double, double, double) - Static method in class es.unex.sextante.libMath.pdf.PDF
 
copy() - Method in class es.unex.sextante.libMath.Jama.Matrix
Make a deep copy of a matrix
CorrelationGraphCreator - Class in es.unex.sextante.additionalResults
This class creates a graph representing a regression analysis, with a cloud of points and an adjusted function
CorrelationGraphCreator(Regression) - Constructor for class es.unex.sextante.additionalResults.CorrelationGraphCreator
Constructs the graph based on a given regression
cosh(double) - Static method in class es.unex.sextante.libMath.pdf.PDF
 
createAlgorithmsDescriptionAndHelpFiles() - Static method in class es.unex.sextante.gui.grass.GrassAlgorithmsFactory
Creates xml files calling grass commands using the --interface-description modifier
createAlgorithmSiblings() - Static method in class es.unex.sextante.gui.grass.GrassAlgorithmsFactory
 
createCircle(double, double, double) - Static method in class es.unex.sextante.shapesTools.ShapesTools
Creates a circle
createDataObjects() - Method in interface es.unex.sextante.core.IInputFactory
Creates the SEXTANTE data objects
createMap(ArrayList) - Static method in class es.unex.sextante.gui.help.HelpIO
 
createPanel() - Method in class es.unex.sextante.gui.settings.Setting
 
createPanel() - Method in class es.unex.sextante.gui.settings.SextanteFolderSettings
 
createPanel() - Method in class es.unex.sextante.gui.settings.SextanteGeneralSettings
 
createPanel() - Method in class es.unex.sextante.gui.settings.SextanteGrassSettings
 
createPanel() - Method in class es.unex.sextante.gui.settings.SextanteWPSSetings
 
createStartupScript() - Static method in class es.unex.sextante.gui.grass.GrassUtils
Creates a compact startup script for GRASS.
createTempMapset() - Static method in class es.unex.sextante.gui.grass.GrassUtils
Creates a temporary location and mapset(s) for GRASS data processing.
CustomCellRenderer - Class in es.unex.sextante.gui.modeler
 
CustomCellRenderer(ImageIcon) - Constructor for class es.unex.sextante.gui.modeler.CustomCellRenderer
 

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