Uses of Interface
org.geotools.feature.FeatureIndex

Packages that use FeatureIndex
org.geotools.feature   
 

Uses of FeatureIndex in org.geotools.feature
 

Methods in org.geotools.feature that return FeatureIndex
 FeatureIndex IndexedFeatureCollection.getIndex(java.lang.Class index)
          Look up an index by class.
 

Methods in org.geotools.feature with parameters of type FeatureIndex
 void IndexedFeatureCollection.addIndex(FeatureIndex index)
          Adds a FeatureIndex to this collection.
 void IndexedFeatureCollection.removeIndex(FeatureIndex index)
          Removes the given FeatureIndex from the collection.
 



Copyright © GeoTools. All Rights Reserved.