Uses of Interface
org.geotools.feature.CollectionListener
-
Packages that use CollectionListener Package Description org.geotools.data.collection Implementations of FeatureCollection for different purposes.org.geotools.data.complex This package contains the implementation of a ComplexDataStore,org.geotools.data.store org.geotools.feature -
-
Uses of CollectionListener in org.geotools.data.collection
Fields in org.geotools.data.collection with type parameters of type CollectionListener Modifier and Type Field Description protected List<CollectionListener>
SpatialIndexFeatureCollection. listeners
ListenersMethods in org.geotools.data.collection with parameters of type CollectionListener Modifier and Type Method Description void
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 CollectionListener Modifier and Type Method Description void
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 CollectionListener Modifier and Type Field Description protected List<CollectionListener>
DataFeatureCollection. listeners
listenersMethods in org.geotools.data.store with parameters of type CollectionListener Modifier and Type Method Description void
DataFeatureCollection. addListener(CollectionListener listener)
void
DataFeatureCollection. removeListener(CollectionListener listener)
-
Uses of CollectionListener in org.geotools.feature
Subinterfaces of CollectionListener in org.geotools.feature Modifier and Type Interface Description interface
FeatureIndex
An Index is built up around a FeatureCollection, using one of the attributes in the SimpleFeatureCollection as a comparable reference.
-