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

Packages that use IFeature
es.unex.sextante.dataObjects   
es.unex.sextante.dataObjects.vectorFilters   
 

Uses of IFeature in es.unex.sextante.dataObjects
 

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

Methods in es.unex.sextante.dataObjects that return IFeature
 IFeature IFeatureIterator.next()
           
 

Methods in es.unex.sextante.dataObjects with parameters of type IFeature
 void IVectorLayer.addFeature(IFeature feature)
          Adds a new feature to the layer
 void AbstractVectorLayer.addFeature(IFeature feature)
           
 

Uses of IFeature in es.unex.sextante.dataObjects.vectorFilters
 

Methods in es.unex.sextante.dataObjects.vectorFilters with parameters of type IFeature
 boolean GenericVectorFilter.accept(IFeature feature)
          Returns true if the feature passes the filter.