|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FeatureListener | |
---|---|
org.geotools.arcsde.data | DataStore implementation for the ArcSDE 8.x and 9.x spatial gateway. |
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, Author note: though this "Complex" datastore has born to provide complex features out of a simple features data source, it may be better called a DerivativeDataStore or something like that, you'll see why later. |
org.geotools.data.directory | |
org.geotools.data.gen | |
org.geotools.data.property | |
org.geotools.data.store | |
org.geotools.data.transform | |
org.geotools.data.view | |
org.geotools.data.wfs.v1_0_0 | |
org.geotools.data.wfs.v1_1_0 | |
org.geotools.map | List of layers to be rendered. |
Uses of FeatureListener in org.geotools.arcsde.data |
---|
Methods in org.geotools.arcsde.data with parameters of type FeatureListener | |
---|---|
void |
ArcSdeFeatureSource.addFeatureListener(FeatureListener listener)
|
void |
ArcSdeFeatureSource.removeFeatureListener(FeatureListener listener)
|
Uses of FeatureListener in org.geotools.data |
---|
Methods in org.geotools.data with parameters of type FeatureListener | |
---|---|
void |
SampleDataAccessFeatureSource.addFeatureListener(FeatureListener listener)
Unsupported operation. |
void |
CachingFeatureSource.addFeatureListener(FeatureListener listener)
Deprecated. |
void |
FeatureSource.addFeatureListener(FeatureListener listener)
Registers a listening object that will be notified of changes to this FeatureSource . |
void |
FeatureListenerManager.addFeatureListener(FeatureSource<? extends FeatureType,? extends Feature> featureSource,
FeatureListener featureListener)
Used by FeaureSource implementations to provide listener support. |
void |
SampleDataAccessFeatureSource.removeFeatureListener(FeatureListener listener)
Unsupported operation. |
void |
CachingFeatureSource.removeFeatureListener(FeatureListener listener)
Deprecated. |
void |
FeatureSource.removeFeatureListener(FeatureListener listener)
Removes an object from this FeatureSource's listeners. |
void |
FeatureListenerManager.removeFeatureListener(FeatureSource<? extends FeatureType,? extends Feature> featureSource,
FeatureListener featureListener)
Used by SimpleFeatureSource implementations to provide listener support. |
Uses of FeatureListener in org.geotools.data.collection |
---|
Fields in org.geotools.data.collection with type parameters of type FeatureListener | |
---|---|
protected List<FeatureListener> |
CollectionFeatureSource.listeners
observers |
Methods in org.geotools.data.collection with parameters of type FeatureListener | |
---|---|
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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
void |
PreGeneralizedFeatureSource.addFeatureListener(FeatureListener listener)
|
void |
PreGeneralizedFeatureSource.removeFeatureListener(FeatureListener listener)
|
Uses of FeatureListener in org.geotools.data.property |
---|
Methods in org.geotools.data.property with parameters of type FeatureListener | |
---|---|
void |
PropertyFeatureSource.addFeatureListener(FeatureListener listener)
|
void |
PropertyFeatureStore.addFeatureListener(FeatureListener listener)
|
void |
PropertyFeatureSource.removeFeatureListener(FeatureListener listener)
|
void |
PropertyFeatureStore.removeFeatureListener(FeatureListener listener)
|
Uses of FeatureListener in org.geotools.data.store |
---|
Fields in org.geotools.data.store with type parameters of type FeatureListener | |
---|---|
protected List<FeatureListener> |
ContentState.listeners
observers |
Methods in org.geotools.data.store with parameters of type FeatureListener | |
---|---|
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 | |
---|---|
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 | |
---|---|
void |
DefaultView.addFeatureListener(FeatureListener listener)
Implement addFeatureListener. |
void |
DefaultView.removeFeatureListener(FeatureListener listener)
Implement removeFeatureListener. |
Uses of FeatureListener in org.geotools.data.wfs.v1_0_0 |
---|
Methods in org.geotools.data.wfs.v1_0_0 with parameters of type FeatureListener | |
---|---|
void |
WFSFeatureSource.addFeatureListener(FeatureListener listener)
|
void |
WFSFeatureSource.removeFeatureListener(FeatureListener listener)
|
Uses of FeatureListener in org.geotools.data.wfs.v1_1_0 |
---|
Methods in org.geotools.data.wfs.v1_1_0 with parameters of type FeatureListener | |
---|---|
void |
WFSFeatureSource.addFeatureListener(FeatureListener listener)
|
void |
WFSFeatureSource.removeFeatureListener(FeatureListener listener)
|
Uses of FeatureListener in org.geotools.map |
---|
Fields in org.geotools.map declared as FeatureListener | |
---|---|
protected FeatureListener |
FeatureLayer.sourceListener
Listener to forward feature source events as layer events |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |