Uses of Class
org.geotools.api.data.FeatureEvent
Packages that use FeatureEvent
Package
Description
Defines the DataStore API via which all data is imported or exported.
-
Uses of FeatureEvent in org.geotools.api.data
Subclasses of FeatureEvent in org.geotools.api.dataModifier and TypeClassDescriptionclass
Provide batch notification on Commit / Rollback.Methods in org.geotools.api.data with parameters of type FeatureEventModifier and TypeMethodDescriptionvoid
BatchFeatureEvent.add
(FeatureEvent change) Indicate a change being batched.void
FeatureListener.changed
(FeatureEvent featureEvent) Gets called when a FeatureEvent is fired.Constructors in org.geotools.api.data with parameters of type FeatureEventModifierConstructorDescriptionFeatureEvent
(FeatureEvent origional) Makes a deep copy of the provided event. -
Uses of FeatureEvent in org.geotools.data
Methods in org.geotools.data with parameters of type FeatureEventModifier and TypeMethodDescriptionvoid
FeatureListenerManager.fireEvent
(String typeName, Transaction transaction, FeatureEvent event) Provided event will be used as a template for notifying all FeatureSources for the provided typeName. -
Uses of FeatureEvent in org.geotools.data.store
Methods in org.geotools.data.store with parameters of type FeatureEventModifier and TypeMethodDescriptionfinal 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 FeatureEventModifierConstructorDescriptionCollectionEvent
(FeatureCollection<? extends FeatureType, ? extends Feature> collection, FeatureEvent event)