Package es.unex.sextante.dataObjects

Interface Summary
IDataObject Interface for data objects (layers and tables).
IFeature A generic interface for features, to be used by SEXTANTE algorithms
IFeatureIterator Interface for feature iterators
ILayer Interface for layers
IRasterLayer This is the base interface that all raster object have to implement to be able to be used by SEXTANTE algorithms.
IRecord A simple interface for a database record.
IRecordsetIterator Interface for iterators used to iterate a database or table
ITable This is the base interface that all table objects have to implement to be able to be used by SEXTANTE algorithms.
IVectorLayer This is the base interface that all vector layers have to implement to be able to be used by SEXTANTE algorithms.
 

Class Summary
AbstractRasterLayer A convenience class which implements some of the methods of the IRasterLayer interface.
AbstractTable A convenience class which implements some of the methods of the ITable interface.
AbstractVectorLayer A convenience class which implements some of the methods of the IVectorLayer interface.
FeatureImpl A simple implementation of the IFeature interface
RecordImpl A simple implementation of the IRecord interface