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. listenersListenersMethods in org.geotools.data.collection with parameters of type CollectionListener Modifier and Type Method Description voidSpatialIndexFeatureCollection. 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 CollectionListener Modifier and Type Method Description voidMappingFeatureCollection. 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 CollectionListener Modifier and Type Field Description protected List<CollectionListener>DataFeatureCollection. listenerslistenersMethods in org.geotools.data.store with parameters of type CollectionListener Modifier and Type Method Description voidDataFeatureCollection. addListener(CollectionListener listener)voidDataFeatureCollection. removeListener(CollectionListener listener) -
Uses of CollectionListener in org.geotools.feature
Subinterfaces of CollectionListener in org.geotools.feature Modifier and Type Interface Description interfaceFeatureIndexAn Index is built up around a FeatureCollection, using one of the attributes in the SimpleFeatureCollection as a comparable reference.
-