Uses of Interface
org.geotools.feature.CollectionListener

Packages that use CollectionListener
org.geotools.data.gen   
org.geotools.data.store   
org.geotools.feature   
org.geotools.feature.collection Helper classes for implementing FeatureCollections. 
 

Uses of CollectionListener in org.geotools.data.gen
 

Methods in org.geotools.data.gen with parameters of type CollectionListener
 void PreGeneralizedFeatureCollection.addListener(CollectionListener listener)
           
 void PreGeneralizedFeatureCollection.removeListener(CollectionListener listener)
           
 

Uses of CollectionListener in org.geotools.data.store
 

Methods in org.geotools.data.store with parameters of type CollectionListener
 void ContentFeatureCollection.addListener(CollectionListener listener)
          Adds a listener for collection events.
 void DataFeatureCollection.addListener(CollectionListener listener)
           
 void ContentFeatureCollection.removeListener(CollectionListener listener)
          Removes a listener for collection events.
 void DataFeatureCollection.removeListener(CollectionListener listener)
           
 

Uses of CollectionListener in org.geotools.feature
 

Subinterfaces of CollectionListener in org.geotools.feature
 interface FeatureIndex
          An Index is built up around a FeatureCollection, using one of the attributes in the FeatureCollection as a comparable reference.
 

Methods in org.geotools.feature with parameters of type CollectionListener
 void DefaultFeatureCollection.addListener(CollectionListener listener)
           
 void FeatureCollection.addListener(CollectionListener listener)
          Adds a listener for collection events.
 void DefaultFeatureCollection.removeListener(CollectionListener listener)
           
 void FeatureCollection.removeListener(CollectionListener listener)
          Removes a listener for collection events.
 

Uses of CollectionListener in org.geotools.feature.collection
 

Methods in org.geotools.feature.collection with parameters of type CollectionListener
 void DecoratingFeatureCollection.addListener(CollectionListener listener)
           
 void AdaptorFeatureCollection.addListener(CollectionListener listener)
           
 void AbstractFeatureCollection.addListener(CollectionListener listener)
           
 void DecoratingFeatureCollection.removeListener(CollectionListener listener)
           
 void AdaptorFeatureCollection.removeListener(CollectionListener listener)
           
 void AbstractFeatureCollection.removeListener(CollectionListener listener)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.