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

A

AbstractInputFactory - Class in es.unex.sextante.gui.core
 
AbstractInputFactory() - Constructor for class es.unex.sextante.gui.core.AbstractInputFactory
 
AbstractRasterLayer - Class in es.unex.sextante.dataObjects
A convenience class which implements some of the methods of the IRasterLayer interface.
AbstractRasterLayer() - Constructor for class es.unex.sextante.dataObjects.AbstractRasterLayer
 
AbstractTable - Class in es.unex.sextante.dataObjects
A convenience class which implements some of the methods of the ITable interface.
AbstractTable() - Constructor for class es.unex.sextante.dataObjects.AbstractTable
 
AbstractVectorLayer - Class in es.unex.sextante.dataObjects
A convenience class which implements some of the methods of the IVectorLayer interface.
AbstractVectorLayer() - Constructor for class es.unex.sextante.dataObjects.AbstractVectorLayer
 
accept(File) - Method in class es.unex.sextante.gui.algorithm.GenericFileFilter
 
accept(File) - Method in class es.unex.sextante.gui.modeler.ModelFileFilter
 
accepted() - Method in class es.unex.sextante.gui.algorithm.FixedTableDialog
Returns true if the user accepted the introduced data.
add(Output) - Method in class es.unex.sextante.core.OutputObjectsSet
adds a new output to the set.
add(IRasterLayer) - Method in class es.unex.sextante.dataObjects.AbstractRasterLayer
 
add(IRasterLayer) - Method in interface es.unex.sextante.dataObjects.IRasterLayer
adds the value of another raster layer to this one.
addAlgorithm(String) - Static method in class es.unex.sextante.core.AlgorithmsAndResources
Adds a new algorithm to the list or currently available ones
addAlgorithm(String) - Method in class es.unex.sextante.gui.modeler.ModelGraphPanel
 
addAlgorithm(GeoAlgorithm, String) - Method in class es.unex.sextante.modeler.ModelAlgorithm
Adds a new algorithm to the model
addBand(String, String, String) - Method in class es.unex.sextante.core.ParametersSet
Adds a band to the set
addBoldText(String) - Method in class es.unex.sextante.docEngines.html.HTMLDoc
Adds the given text in bold font
addBoolean(String, String, boolean) - Method in class es.unex.sextante.core.ParametersSet
Adds a boolean value to the set
addComponent(ObjectAndDescription) - Static method in class es.unex.sextante.gui.additionalResults.AdditionalResults
Adds a new result
addCourierText(String) - Method in class es.unex.sextante.docEngines.html.HTMLDoc
Adds text in courier font
addDataObject(IDataObject) - Method in class es.unex.sextante.gui.core.AbstractInputFactory
 
addDataObject(IDataObject) - Method in interface es.unex.sextante.gui.core.IInputFactory
Adds a new data object to the ones already existing.
addExtent(GridExtent) - Method in class es.unex.sextante.rasterWrappers.GridExtent
Modifies this extent to incorporate another one into its boundaries
addFeature(IFeature) - Method in class es.unex.sextante.dataObjects.AbstractVectorLayer
 
addFeature(Geometry, Object[]) - Method in interface es.unex.sextante.dataObjects.IVectorLayer
Adds a new feature to the layer
addFeature(IFeature) - Method in interface es.unex.sextante.dataObjects.IVectorLayer
Adds a new feature to the layer
addFields(OutputFactory, IVectorLayer, String, String[], Object[][], Class[]) - Static method in class es.unex.sextante.shapesTools.ShapesTools
Returns a new vector layer identical to a given one but with additional fields in its attributes table
addFilepath(String, String, boolean, boolean, String) - Method in class es.unex.sextante.core.ParametersSet
Adds a filepath to the set
addFixedTable(String, String, String[], int, boolean) - Method in class es.unex.sextante.core.ParametersSet
Adds a fixed table to the set
addHeader(String, int) - Method in class es.unex.sextante.docEngines.html.HTMLDoc
Adds a header
addHorizontalSeparator() - Method in class es.unex.sextante.docEngines.html.HTMLDoc
Adds a horizontal separator
addHyperlink(String, String) - Method in class es.unex.sextante.docEngines.html.HTMLDoc
Adds a hyperlink
addImage(String) - Method in class es.unex.sextante.docEngines.html.HTMLDoc
Adds an image
addImageAndDescription(String, String) - Method in class es.unex.sextante.docEngines.html.HTMLDoc
Adds an image an a caption describing it
addInput(String) - Method in class es.unex.sextante.gui.modeler.ModelGraphPanel
 
addInput(Parameter) - Method in class es.unex.sextante.modeler.ModelAlgorithm
Adds an input to the model
addInputAsignment(String, String, GeoAlgorithm) - Method in class es.unex.sextante.modeler.ModelAlgorithm
Adds an input assignment
addInputRasterLayer(String, String, boolean) - Method in class es.unex.sextante.core.ParametersSet
Adds a raster layer to the parameter set
addInputTable(String, String, boolean) - Method in class es.unex.sextante.core.ParametersSet
Adds a table to the parameter set
addInputToArray(String, Object, ArrayList) - Method in class es.unex.sextante.gui.modeler.ModelerPanel
 
addInputVectorLayer(String, String, int, boolean) - Method in class es.unex.sextante.core.ParametersSet
Adds a vector layer to the parameter set
AdditionalInfo - Interface in es.unex.sextante.additionalInfo
Additional information for a Parameter in a es.unex.sextante.core.OutputParameterSet This information includes all the necessary elements to fully define the parameter, like a default value, a range of possible values, or any other thing needed.
AdditionalInfoBand - Class in es.unex.sextante.additionalInfo
Additional information for a parameter representing a band
AdditionalInfoBand(String) - Constructor for class es.unex.sextante.additionalInfo.AdditionalInfoBand
Creates a new instance
AdditionalInfoBoolean - Class in es.unex.sextante.additionalInfo
Additional information for a parameter representing a boolean value
AdditionalInfoBoolean(boolean) - Constructor for class es.unex.sextante.additionalInfo.AdditionalInfoBoolean
Creates a new instance
AdditionalInfoDataObject - Class in es.unex.sextante.additionalInfo
Additional information for a parameter representing a data object (layer or table)
AdditionalInfoDataObject(boolean) - Constructor for class es.unex.sextante.additionalInfo.AdditionalInfoDataObject
Creates a new instance
AdditionalInfoFilepath - Class in es.unex.sextante.additionalInfo
Additional info for a parameter representing a filepath
AdditionalInfoFilepath() - Constructor for class es.unex.sextante.additionalInfo.AdditionalInfoFilepath
 
AdditionalInfoFilepath(boolean, boolean, String) - Constructor for class es.unex.sextante.additionalInfo.AdditionalInfoFilepath
 
AdditionalInfoFixedTable - Class in es.unex.sextante.additionalInfo
Additional info for a parameter representing a fixed table
AdditionalInfoFixedTable(String[], int, boolean) - Constructor for class es.unex.sextante.additionalInfo.AdditionalInfoFixedTable
Constructor
AdditionalInfoMultipleInput - Class in es.unex.sextante.additionalInfo
Additional information for a parameter representing a multiple input
AdditionalInfoMultipleInput(int, boolean) - Constructor for class es.unex.sextante.additionalInfo.AdditionalInfoMultipleInput
 
AdditionalInfoNumericalValue - Class in es.unex.sextante.additionalInfo
Additional information for a parameter representing a numerical value
AdditionalInfoNumericalValue(int, double, double, double) - Constructor for class es.unex.sextante.additionalInfo.AdditionalInfoNumericalValue
Constructor
AdditionalInfoPoint - Class in es.unex.sextante.additionalInfo
 
AdditionalInfoPoint() - Constructor for class es.unex.sextante.additionalInfo.AdditionalInfoPoint
 
AdditionalInfoRasterLayer - Class in es.unex.sextante.additionalInfo
 
AdditionalInfoRasterLayer(boolean) - Constructor for class es.unex.sextante.additionalInfo.AdditionalInfoRasterLayer
 
AdditionalInfoSelection - Class in es.unex.sextante.additionalInfo
 
AdditionalInfoSelection(String[]) - Constructor for class es.unex.sextante.additionalInfo.AdditionalInfoSelection
 
AdditionalInfoString - Class in es.unex.sextante.additionalInfo
 
AdditionalInfoString() - Constructor for class es.unex.sextante.additionalInfo.AdditionalInfoString
 
AdditionalInfoTable - Class in es.unex.sextante.additionalInfo
 
AdditionalInfoTable(boolean) - Constructor for class es.unex.sextante.additionalInfo.AdditionalInfoTable
 
AdditionalInfoTableField - Class in es.unex.sextante.additionalInfo
 
AdditionalInfoTableField(String) - Constructor for class es.unex.sextante.additionalInfo.AdditionalInfoTableField
 
AdditionalInfoVectorLayer - Class in es.unex.sextante.additionalInfo
 
AdditionalInfoVectorLayer(int, boolean) - Constructor for class es.unex.sextante.additionalInfo.AdditionalInfoVectorLayer
 
AdditionalResults - Class in es.unex.sextante.gui.additionalResults
This class stores results generated by SEXTANTE geoalgorithms that are neither layers nor tables (i.e text results and charts).
AdditionalResults() - Constructor for class es.unex.sextante.gui.additionalResults.AdditionalResults
 
AdditionalResultsDialog - Class in es.unex.sextante.gui.additionalResults
 
AdditionalResultsDialog(ArrayList, Frame) - Constructor for class es.unex.sextante.gui.additionalResults.AdditionalResultsDialog
 
AdditionalResultsTreeCellRenderer - Class in es.unex.sextante.gui.additionalResults
 
AdditionalResultsTreeCellRenderer() - Constructor for class es.unex.sextante.gui.additionalResults.AdditionalResultsTreeCellRenderer
 
addLineBreak() - Method in class es.unex.sextante.docEngines.html.HTMLDoc
Adds a line break
addListElement(String) - Method in class es.unex.sextante.docEngines.html.HTMLDoc
Adds an element to the last opened list (ordered or unordered)
addMultipleInput(String, String, int, boolean) - Method in class es.unex.sextante.core.ParametersSet
Adds a multiple input the parameter set
addNumericalValue(String, String, int, double, double, double) - Method in class es.unex.sextante.core.ParametersSet
Adds a numerical value to the set
addNumericalValue(String, String, double, int) - Method in class es.unex.sextante.core.ParametersSet
Adds a numerical value to the set.
addOrderedList(String[]) - Method in class es.unex.sextante.docEngines.html.HTMLDoc
Creates an ordered list from a set of elements
addParagraph(String) - Method in class es.unex.sextante.docEngines.html.HTMLDoc
Adds a new paragraph
addParameter(Parameter) - Method in class es.unex.sextante.core.ParametersSet
Adds a new parameter to the set
addPoint(String, String) - Method in class es.unex.sextante.core.ParametersSet
Add a point to the set
addPropertiesFile(String) - Static method in class es.unex.sextante.core.AlgorithmsAndResources
Adds a new properties file to the list
addRecord(Object[]) - Method in interface es.unex.sextante.dataObjects.ITable
adds a new record to the table
addRow() - Method in class es.unex.sextante.gui.batch.MultipleBandsSelectionTableModel
Adds a new row to the table
addRow() - Method in class es.unex.sextante.gui.batch.ParametersTableModel
Adds a new row to the table (i.e. a new single algorithm execution)
addRow() - Method in class es.unex.sextante.parameters.FixedTableModel
Adds a new row to the table, only if possible
addSelectedInput() - Method in class es.unex.sextante.gui.modeler.InputsPanel
 
addSelectedProcess() - Method in class es.unex.sextante.gui.modeler.AlgorithmsPanel
 
addSelection(String, String, String[]) - Method in class es.unex.sextante.core.ParametersSet
Add a selection index (to choose from a list) to the set
addString(String, String) - Method in class es.unex.sextante.core.ParametersSet
Add a string to the set
addString(String, String, String) - Method in class es.unex.sextante.core.ParametersSet
Add a string to the set
addTable(String[][], String, boolean, boolean) - Method in class es.unex.sextante.docEngines.html.HTMLDoc
Adds a table
addTableField(String, String, String) - Method in class es.unex.sextante.core.ParametersSet
Adds a table field to the set
addText(String) - Method in class es.unex.sextante.docEngines.html.HTMLDoc
adds the given text.
addThumbnail(String, int, boolean) - Method in class es.unex.sextante.docEngines.html.HTMLDoc
 
addToCellValue(int, int, int, double) - Method in class es.unex.sextante.dataObjects.AbstractRasterLayer
 
addToCellValue(int, int, double) - Method in class es.unex.sextante.dataObjects.AbstractRasterLayer
 
addToCellValue(int, int, double) - Method in interface es.unex.sextante.dataObjects.IRasterLayer
Adds a value to the current value of a cell in the first band of the layer in the first band of the layer
addToCellValue(int, int, int, double) - Method in interface es.unex.sextante.dataObjects.IRasterLayer
Adds a value to the current value of a cell
addToHistory(String[]) - Static method in class es.unex.sextante.gui.history.History
Adds a set of expressions to the history
addToHistory(String) - Static method in class es.unex.sextante.gui.history.History
Adds a single expression to the history
addUnorderedList(String[]) - Method in class es.unex.sextante.docEngines.html.HTMLDoc
Creates an unordered list from a set of elements
addValue(double, double) - Method in class es.unex.sextante.libMath.regression.LeastSquaresFit
 
addValue(double[], double) - Method in class es.unex.sextante.libMath.regression.MultipleRegression
 
addValue(double, double) - Method in class es.unex.sextante.libMath.regression.Regression
 
addValue(double) - Method in class es.unex.sextante.libMath.simpleStats.SimpleStats
adds a new value to the list of values
adjustExtent() - Method in class es.unex.sextante.gui.batch.RasterExtentPanel
 
adjustRasterOutputExtent() - Method in class es.unex.sextante.core.GeoAlgorithm
This method sets the raster output extent according to input layers, in case it hasn't been set.
AlgorithmDialog - Class in es.unex.sextante.gui.algorithm
A dialog used to introduce all the necessary input for a geo algorithm (input parameters and raster extent if needed.
AlgorithmDialog(GeoAlgorithm, JDialog) - Constructor for class es.unex.sextante.gui.algorithm.AlgorithmDialog
Creates a new dialog for a given algorithm
AlgorithmDialog(GeoAlgorithm) - Constructor for class es.unex.sextante.gui.algorithm.AlgorithmDialog
Creates a new dialog for a given algorithm.
AlgorithmDialog - Class in es.unex.sextante.gui.modeler
This code was edited or generated using CloudGarden's Jigloo SWT/Swing GUI Builder, which is free for non-commercial use.
AlgorithmDialog(GeoAlgorithm, String, String, ModelAlgorithm, HashMap, JDialog) - Constructor for class es.unex.sextante.gui.modeler.AlgorithmDialog
 
AlgorithmDialog(GeoAlgorithm, String, String, ModelAlgorithm, HashMap) - Constructor for class es.unex.sextante.gui.modeler.AlgorithmDialog
 
AlgorithmNotFoundException - Exception in es.unex.sextante.gui.exceptions
 
AlgorithmNotFoundException() - Constructor for exception es.unex.sextante.gui.exceptions.AlgorithmNotFoundException
 
AlgorithmsAndResources - Class in es.unex.sextante.core
Methods in this class acts as entry points for algorithms and resource files.
AlgorithmsAndResources() - Constructor for class es.unex.sextante.core.AlgorithmsAndResources
 
AlgorithmsPanel - Class in es.unex.sextante.gui.modeler
 
AlgorithmsPanel(ModelerPanel, JDialog) - Constructor for class es.unex.sextante.gui.modeler.AlgorithmsPanel
 
AlgorithmsPanel - Class in es.unex.sextante.gui.toolbox
A panel showing the list of available algorithms, from which they can be executed
AlgorithmsPanel(JDialog) - Constructor for class es.unex.sextante.gui.toolbox.AlgorithmsPanel
Constructor
AlgorithmTreeCellRenderer - Class in es.unex.sextante.gui.help
 
AlgorithmTreeCellRenderer() - Constructor for class es.unex.sextante.gui.help.AlgorithmTreeCellRenderer
 
AlgorithmTreeCellRenderer - Class in es.unex.sextante.gui.toolbox
 
AlgorithmTreeCellRenderer() - Constructor for class es.unex.sextante.gui.toolbox.AlgorithmTreeCellRenderer
 
algs - Class in es.unex.sextante.gui.cmd.bshcommands
A BeanShell command to show all available SEXTANTE algorithms
algs() - Constructor for class es.unex.sextante.gui.cmd.bshcommands.algs
 
areParameterValuesCorrect() - Method in class es.unex.sextante.core.ParametersSet
Returns true if all parameters in the set have valid values
arrayLeftDivide(Matrix) - Method in class Jama.Matrix
Element-by-element left division, C = A.
arrayLeftDivideEquals(Matrix) - Method in class Jama.Matrix
Element-by-element left division in place, A = A.
arrayRightDivide(Matrix) - Method in class Jama.Matrix
Element-by-element right division, C = A.
arrayRightDivideEquals(Matrix) - Method in class Jama.Matrix
Element-by-element right division in place, A = A.
arrayTimes(Matrix) - Method in class Jama.Matrix
Element-by-element multiplication, C = A.
arrayTimesEquals(Matrix) - Method in class Jama.Matrix
Element-by-element multiplication in place, A = A.
assign(double) - Method in class es.unex.sextante.dataObjects.AbstractRasterLayer
 
assign(IRasterLayer) - Method in class es.unex.sextante.dataObjects.AbstractRasterLayer
 
assign(double) - Method in interface es.unex.sextante.dataObjects.IRasterLayer
 
assign(IRasterLayer) - Method in interface es.unex.sextante.dataObjects.IRasterLayer
 
assignExtent() - Method in class es.unex.sextante.gui.algorithm.RasterExtentPanel
Assigns the selected grid extent to the algorithm
assignNoData() - Method in class es.unex.sextante.dataObjects.AbstractRasterLayer
 
assignNoData() - Method in interface es.unex.sextante.dataObjects.IRasterLayer
 
assignParameters() - Method in class es.unex.sextante.gui.algorithm.DefaultParametersPanel
 
assignParameters() - Method in class es.unex.sextante.gui.algorithm.GeoAlgorithmParametersPanel
Assigns the parameters entered by the user to the algorithm
assignParameters(ArrayList, ArrayList) - Method in class es.unex.sextante.gui.batch.ParametersPanel
Assign the values introduced by the user.
assignParameters(HashMap) - Method in class es.unex.sextante.gui.modeler.DefaultModelerParametersPanel
 
assignParameters(HashMap) - Method in class es.unex.sextante.gui.modeler.GeoAlgorithmModelerParametersPanel
adds the algorithm to the model
AutoCompletePanel - Class in es.unex.sextante.gui.batch
A panel with to define autocompletion parameters in a file chooser
AutoCompletePanel(String[]) - Constructor for class es.unex.sextante.gui.batch.AutoCompletePanel
 
autoextent - Class in es.unex.sextante.gui.cmd.bshcommands
A BeanShell command to activate or deactivate the automatic computation of output grid extents from algorithms that generate raster layers.
autoextent() - Constructor for class es.unex.sextante.gui.cmd.bshcommands.autoextent
 
AUTOFILL_FIELD - Static variable in class es.unex.sextante.gui.batch.AutoCompletePanel
 
AUTOFILL_NUMBER - Static variable in class es.unex.sextante.gui.batch.AutoCompletePanel
 

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