Uses of Interface
org.geotools.feature.CollectionListener

Packages that use CollectionListener
org.geotools.caching.grid.featurecache.readers   
org.geotools.data Defines the DataStoreAPI via which all data is imported or exported. 
org.geotools.data.complex This package contains the implementation of a ComplexDataStore
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.caching.grid.featurecache.readers
 

Methods in org.geotools.caching.grid.featurecache.readers with parameters of type CollectionListener
 void GridCachingFeatureCollection.addListener(CollectionListener listener)
           
 void GridCachingFeatureCollection.removeListener(CollectionListener listener)
           
 

Uses of CollectionListener in org.geotools.data
 

Methods in org.geotools.data with parameters of type CollectionListener
 void SampleDataAccessFeatureCollection.addListener(CollectionListener listener)
          Unsupported operation.
 void SampleDataAccessFeatureCollection.removeListener(CollectionListener listener)
          Unsupported operation.
 

Uses of CollectionListener in org.geotools.data.complex
 

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

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 AbstractFeatureCollection.addListener(CollectionListener listener)
           
 void DecoratingFeatureCollection.addListener(CollectionListener listener)
           
 void AdaptorFeatureCollection.addListener(CollectionListener listener)
           
 void AbstractFeatureCollection.removeListener(CollectionListener listener)
           
 void DecoratingFeatureCollection.removeListener(CollectionListener listener)
           
 void AdaptorFeatureCollection.removeListener(CollectionListener listener)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.