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

Packages that use IDataObject
es.unex.sextante.core   
es.unex.sextante.dataObjects   
 

Uses of IDataObject in es.unex.sextante.core
 

Methods in es.unex.sextante.core that return IDataObject
 IDataObject[] IInputFactory.getDataObjects()
          Returns all objects in the set(layers and tables)
 IDataObject[] AbstractInputFactory.getDataObjects()
           
 IDataObject IInputFactory.getInputFromName(java.lang.String value)
          Returns an input object based on its name
 IDataObject AbstractInputFactory.getInputFromName(java.lang.String sName)
           
 IDataObject IInputFactory.openDataObjectFromFile(java.lang.String filename)
          Returns a data object created from the specified filename
 

Methods in es.unex.sextante.core with parameters of type IDataObject
 void IInputFactory.addDataObject(IDataObject obj)
          Adds a new data object to the ones already existing.
 void AbstractInputFactory.addDataObject(IDataObject obj)
           
 void AbstractInputFactory.removeObject(IDataObject obj)
           
 

Uses of IDataObject in es.unex.sextante.dataObjects
 

Subinterfaces of IDataObject in es.unex.sextante.dataObjects
 interface ILayer
          Interface for layers
 interface IRasterLayer
          This is the base interface that all raster object have to implement to be able to be used by SEXTANTE algorithms.
 interface ITable
          This is the base interface that all table objects have to implement to be able to be used by SEXTANTE algorithms.
 interface IVectorLayer
          This is the base interface that all vector layers have to implement to be able to be used by SEXTANTE algorithms.
 

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