Uses of Interface
org.geotools.feature.CollectionListener
Packages that use CollectionListener
Package
Description
Implementations of FeatureCollection for different purposes.
This package contains the implementation of a ComplexDataStore,
-
Uses of CollectionListener in org.geotools.data.collection
Fields in org.geotools.data.collection with type parameters of type CollectionListenerModifier and TypeFieldDescriptionprotected List<CollectionListener>SpatialIndexFeatureCollection.listenersListenersMethods in org.geotools.data.collection with parameters of type CollectionListenerModifier and TypeMethodDescriptionvoidSpatialIndexFeatureCollection.addListener(CollectionListener listener) voidSpatialIndexFeatureCollection.removeListener(CollectionListener listener) -
Uses of CollectionListener in org.geotools.data.complex
Methods in org.geotools.data.complex with parameters of type CollectionListenerModifier and TypeMethodDescriptionvoidMappingFeatureCollection.addListener(CollectionListener listener) voidMappingFeatureCollection.removeListener(CollectionListener listener) -
Uses of CollectionListener in org.geotools.data.store
Fields in org.geotools.data.store with type parameters of type CollectionListenerModifier and TypeFieldDescriptionprotected List<CollectionListener>DataFeatureCollection.listenerslistenersMethods in org.geotools.data.store with parameters of type CollectionListenerModifier and TypeMethodDescriptionfinal voidDataFeatureCollection.addListener(CollectionListener listener) final voidDataFeatureCollection.removeListener(CollectionListener listener) -
Uses of CollectionListener in org.geotools.feature
Subinterfaces of CollectionListener in org.geotools.featureModifier and TypeInterfaceDescriptioninterfaceAn Index is built up around a FeatureCollection, using one of the attributes in the SimpleFeatureCollection as a comparable reference.