Uses of Class
org.geotools.api.data.FeatureEvent
-
Packages that use FeatureEvent Package Description org.geotools.api.data Defines the DataStore API via which all data is imported or exported.org.geotools.data org.geotools.data.store org.geotools.feature -
-
Uses of FeatureEvent in org.geotools.api.data
Subclasses of FeatureEvent in org.geotools.api.data Modifier and Type Class Description class
BatchFeatureEvent
Provide batch notification on Commit / Rollback.Methods in org.geotools.api.data with parameters of type FeatureEvent Modifier and Type Method Description void
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 FeatureEvent Constructor Description FeatureEvent(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 FeatureEvent Modifier and Type Method Description 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. -
Uses of FeatureEvent in org.geotools.data.store
Methods in org.geotools.data.store with parameters of type FeatureEvent Modifier and Type Method Description 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 Constructor Description CollectionEvent(FeatureCollection<? extends FeatureType,? extends Feature> collection, FeatureEvent event)
-