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

Packages that use ITable
es.unex.sextante.core   
es.unex.sextante.dataObjects   
es.unex.sextante.gui.core   
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, java.lang.String sFilename)
          Use this method to create a new table.
 ITable ParametersSet.getParameterValueAsTable(java.lang.String sParameterName)
           
 

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

Methods in es.unex.sextante.gui.core that return ITable
 ITable[] IInputFactory.getTables()
          Returns the tables in the set
 ITable[] AbstractInputFactory.getTables()
           
 

Uses of ITable in es.unex.sextante.parameters
 

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