Uses of Interface
org.geotools.data.FeatureListener
-
Packages that use FeatureListener Package Description org.geotools.appschema.resolver.data org.geotools.data Defines the DataStoreAPI via which all data is imported or exported.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.directory org.geotools.data.gen org.geotools.data.store org.geotools.data.transform org.geotools.data.view org.geotools.data.wfs.impl org.geotools.map List of layers to be rendered. -
-
Uses of FeatureListener in org.geotools.appschema.resolver.data
Methods in org.geotools.appschema.resolver.data with parameters of type FeatureListener Modifier and Type Method Description void
SampleDataAccessFeatureSource. addFeatureListener(FeatureListener listener)
Unsupported operation.void
SampleDataAccessFeatureSource. removeFeatureListener(FeatureListener listener)
Unsupported operation. -
Uses of FeatureListener in org.geotools.data
Methods in org.geotools.data with parameters of type FeatureListener Modifier and Type Method Description void
FeatureListenerManager. addFeatureListener(FeatureSource<? extends FeatureType,? extends Feature> featureSource, FeatureListener featureListener)
Used by FeaureSource implementations to provide listener support.void
FeatureSource. addFeatureListener(FeatureListener listener)
Registers a listening object that will be notified of changes to thisFeatureSource
.void
FeatureListenerManager. removeFeatureListener(FeatureSource<? extends FeatureType,? extends Feature> featureSource, FeatureListener featureListener)
Used by SimpleFeatureSource implementations to provide listener support.void
FeatureSource. removeFeatureListener(FeatureListener listener)
Removes an object from thisFeatureSource's
listeners. -
Uses of FeatureListener in org.geotools.data.collection
Fields in org.geotools.data.collection with type parameters of type FeatureListener Modifier and Type Field Description protected List<FeatureListener>
CollectionFeatureSource. listeners
observersMethods in org.geotools.data.collection with parameters of type FeatureListener Modifier and Type Method Description void
CollectionFeatureSource. addFeatureListener(FeatureListener listener)
void
SpatialIndexFeatureSource. addFeatureListener(FeatureListener listener)
void
CollectionFeatureSource. removeFeatureListener(FeatureListener listener)
void
SpatialIndexFeatureSource. removeFeatureListener(FeatureListener listener)
-
Uses of FeatureListener in org.geotools.data.complex
Methods in org.geotools.data.complex with parameters of type FeatureListener Modifier and Type Method Description void
MappingFeatureSource. addFeatureListener(FeatureListener listener)
void
MappingFeatureSource. removeFeatureListener(FeatureListener listener)
-
Uses of FeatureListener in org.geotools.data.directory
Methods in org.geotools.data.directory with parameters of type FeatureListener Modifier and Type Method Description void
DirectoryFeatureSource. addFeatureListener(FeatureListener listener)
void
DirectoryFeatureSource. removeFeatureListener(FeatureListener listener)
void
DirectoryFeatureStore. removeFeatureListener(FeatureListener listener)
-
Uses of FeatureListener in org.geotools.data.gen
Methods in org.geotools.data.gen with parameters of type FeatureListener Modifier and Type Method Description void
PreGeneralizedFeatureSource. addFeatureListener(FeatureListener listener)
void
PreGeneralizedFeatureSource. removeFeatureListener(FeatureListener listener)
-
Uses of FeatureListener in org.geotools.data.store
Fields in org.geotools.data.store with type parameters of type FeatureListener Modifier and Type Field Description protected List<FeatureListener>
ContentState. listeners
observersMethods in org.geotools.data.store with parameters of type FeatureListener Modifier and Type Method Description void
ContentFeatureSource. addFeatureListener(FeatureListener listener)
Adds an listener or observer to the feature source.void
ContentState. addListener(FeatureListener listener)
Adds a listener for collection events.void
ContentFeatureSource. removeFeatureListener(FeatureListener listener)
Removes a listener from the feature source.void
ContentState. removeListener(FeatureListener listener)
Removes a listener for collection events. -
Uses of FeatureListener in org.geotools.data.transform
Methods in org.geotools.data.transform with parameters of type FeatureListener Modifier and Type Method Description void
TransformFeatureSource. addFeatureListener(FeatureListener listener)
void
TransformFeatureSource. removeFeatureListener(FeatureListener listener)
-
Uses of FeatureListener in org.geotools.data.view
Methods in org.geotools.data.view with parameters of type FeatureListener Modifier and Type Method Description void
DefaultView. addFeatureListener(FeatureListener listener)
Implement addFeatureListener.void
DefaultView. removeFeatureListener(FeatureListener listener)
Implement removeFeatureListener. -
Uses of FeatureListener in org.geotools.data.wfs.impl
Methods in org.geotools.data.wfs.impl with parameters of type FeatureListener Modifier and Type Method Description void
WFSContentComplexFeatureSource. addFeatureListener(FeatureListener listener)
void
WFSContentComplexFeatureSource. removeFeatureListener(FeatureListener listener)
-
Uses of FeatureListener in org.geotools.map
Fields in org.geotools.map declared as FeatureListener Modifier and Type Field Description protected FeatureListener
FeatureLayer. sourceListener
Listener to forward feature source events as layer events
-