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

Packages that use IRecord
es.unex.sextante.dataObjects   
 

Uses of IRecord in es.unex.sextante.dataObjects
 

Classes in es.unex.sextante.dataObjects that implement IRecord
 class RecordImpl
          A simple implementation of the IRecord interface
 

Methods in es.unex.sextante.dataObjects that return IRecord
 IRecord FeatureImpl.getRecord()
           
 IRecord IFeature.getRecord()
          Returns the set of attributes of the feature
 IRecord IRecordsetIterator.next()