Uses of Interface
org.geotools.feature.CollectionListener

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

Uses of CollectionListener in org.geotools.data.store
 

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

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)
          Adds a listener for collection events.
 void DefaultFeatureCollection.removeListener(CollectionListener listener)
          Removes a listener for collection events.
 void FeatureCollection.addListener(CollectionListener listener)
          Adds a listener for collection events.
 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 AbstractFeatureList.addListener(CollectionListener listener)
           
 void AbstractFeatureList.removeListener(CollectionListener listener)
           
 void AbstractFeatureCollection.addListener(CollectionListener listener)
           
 void AbstractFeatureCollection.removeListener(CollectionListener listener)
           
 void SubFeatureState.addListener(CollectionListener listener)
          Adds a listener for collection events.
 void SubFeatureState.removeListener(CollectionListener listener)
          Removes a listener for collection events.
 void BaseFeatureState.addListener(CollectionListener listener)
          Adds a listener for collection events.
 void BaseFeatureState.removeListener(CollectionListener listener)
          Removes a listener for collection events.
abstract  void FeatureState.addListener(CollectionListener listener)
          Adds a listener for collection events.
abstract  void FeatureState.removeListener(CollectionListener listener)
          Removes a listener for collection events.
 void SubFeatureCollection.addListener(CollectionListener listener)
           
 void SubFeatureCollection.removeListener(CollectionListener listener)
           
 



Copyright © GeoTools. All Rights Reserved.