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

Packages that use ITable
es.unex.sextante.core   
es.unex.sextante.dataObjects   
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[] IInputFactory.getTables()
          Returns the tables in the set
 ITable[] AbstractInputFactory.getTables()
           
 

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

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