Uses of Interface
es.unex.sextante.dataObjects.ITable

Packages that use ITable
es.unex.sextante.core   
es.unex.sextante.dataObjects   
es.unex.sextante.gui.dataExplorer   
es.unex.sextante.parameters   
 

Uses of ITable in es.unex.sextante.core
 

Methods in es.unex.sextante.core that return ITable
abstract  ITable OutputFactory.getNewTable(java.lang.String sName, java.lang.Class[] types, java.lang.String[] sFields, IOutputChannel channel)
          Use this method to create a new table.
 ITable ParametersSet.getParameterValueAsTable(java.lang.String sParameterName)
           
 ITable[] AbstractInputFactory.getTables()
           
 ITable[] IInputFactory.getTables()
          Returns the tables in the set
 

Uses of ITable in es.unex.sextante.dataObjects
 

Classes in es.unex.sextante.dataObjects that implement ITable
 class AbstractTable
          A convenience class which implements some of the methods of the ITable interface.
 

Uses of ITable in es.unex.sextante.gui.dataExplorer
 

Constructors in es.unex.sextante.gui.dataExplorer with parameters of type ITable
ShowTable(ITable table)
           
TableDialog(ITable table)
           
 

Uses of ITable in es.unex.sextante.parameters
 

Methods in es.unex.sextante.parameters that return ITable
abstract  ITable Parameter.getParameterValueAsTable()
          Returns the value of the parameter as a table
 ITable ParameterBand.getParameterValueAsTable()
           
 ITable ParameterBoolean.getParameterValueAsTable()
           
 ITable ParameterFilepath.getParameterValueAsTable()
           
 ITable ParameterFixedTable.getParameterValueAsTable()
           
 ITable ParameterMultipleInput.getParameterValueAsTable()
           
 ITable ParameterNumericalValue.getParameterValueAsTable()
           
 ITable ParameterPoint.getParameterValueAsTable()
           
 ITable ParameterRasterLayer.getParameterValueAsTable()
           
 ITable ParameterSelection.getParameterValueAsTable()
           
 ITable ParameterString.getParameterValueAsTable()
           
 ITable ParameterTable.getParameterValueAsTable()
           
 ITable ParameterTableField.getParameterValueAsTable()
           
 ITable ParameterVectorLayer.getParameterValueAsTable()