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.listeners
ListenersMethods in org.geotools.data.collection with parameters of type CollectionListenerModifier and TypeMethodDescriptionvoid
SpatialIndexFeatureCollection.addListener
(CollectionListener listener) void
SpatialIndexFeatureCollection.removeListener
(CollectionListener listener) -
Uses of CollectionListener in org.geotools.data.complex
Methods in org.geotools.data.complex with parameters of type CollectionListenerModifier and TypeMethodDescriptionvoid
MappingFeatureCollection.addListener
(CollectionListener listener) void
MappingFeatureCollection.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.listeners
listenersMethods in org.geotools.data.store with parameters of type CollectionListenerModifier and TypeMethodDescriptionfinal void
DataFeatureCollection.addListener
(CollectionListener listener) final void
DataFeatureCollection.removeListener
(CollectionListener listener) -
Uses of CollectionListener in org.geotools.feature
Subinterfaces of CollectionListener in org.geotools.featureModifier and TypeInterfaceDescriptioninterface
An Index is built up around a FeatureCollection, using one of the attributes in the SimpleFeatureCollection as a comparable reference.