|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FeatureEvent | |
---|---|
org.geotools.caching.featurecache | |
org.geotools.data | Defines the DataStoreAPI via which all data is imported or exported. |
org.geotools.data.store | |
org.geotools.feature |
Uses of FeatureEvent in org.geotools.caching.featurecache |
---|
Methods in org.geotools.caching.featurecache with parameters of type FeatureEvent | |
---|---|
void |
AbstractFeatureCache.changed(FeatureEvent event)
This event is fired when the features in the feature source have changed. |
Uses of FeatureEvent in org.geotools.data |
---|
Subclasses of FeatureEvent in org.geotools.data | |
---|---|
class |
BatchFeatureEvent
Provide batch notification on Commit / Rollback. |
Methods in org.geotools.data with parameters of type FeatureEvent | |
---|---|
void |
BatchFeatureEvent.add(FeatureEvent change)
Indicate a change being batched. |
void |
FeatureListener.changed(FeatureEvent featureEvent)
Gets called when a FeatureEvent is fired. |
void |
FeatureListenerManager.fireEvent(java.lang.String typeName,
Transaction transaction,
FeatureEvent event)
Provided event will be used as a template for notifying all FeatureSources for the provided typeName. |
Constructors in org.geotools.data with parameters of type FeatureEvent | |
---|---|
FeatureEvent(FeatureEvent origional)
Makes a deep copy of the provided event. |
Uses of FeatureEvent in org.geotools.data.store |
---|
Methods in org.geotools.data.store with parameters of type FeatureEvent | |
---|---|
void |
ContentState.fireFeatureEvent(FeatureEvent event)
Used to issue a single FeatureEvent. |
Uses of FeatureEvent in org.geotools.feature |
---|
Constructors in org.geotools.feature with parameters of type FeatureEvent | |
---|---|
CollectionEvent(FeatureCollection<? extends org.opengis.feature.type.FeatureType,? extends org.opengis.feature.Feature> collection,
FeatureEvent event)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |