|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FeatureEvent | |
---|---|
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.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(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 FeatureType,? extends Feature> collection,
FeatureEvent event)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |