Uses of Enum Class
org.geotools.api.data.FeatureEvent.Type
Packages that use FeatureEvent.Type
Package
Description
Defines the DataStore API via which all data is imported or exported.
-
Uses of FeatureEvent.Type in org.geotools.api.data
Fields in org.geotools.api.data declared as FeatureEvent.TypeModifier and TypeFieldDescriptionprotected FeatureEvent.TypeFeatureEvent.typeIndicates one of Type.ADDED, Type.REMOVED, Type.CHANGEDMethods in org.geotools.api.data that return FeatureEvent.TypeModifier and TypeMethodDescriptionstatic FeatureEvent.TypeFeatureEvent.Type.fromValue(int value) FeatureEvent.getType()Provides information on the type of change that has occurred.static FeatureEvent.TypeReturns the enum constant of this class with the specified name.static FeatureEvent.Type[]FeatureEvent.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.geotools.api.data with parameters of type FeatureEvent.TypeModifier and TypeMethodDescriptionvoidBatchFeatureEvent.setType(FeatureEvent.Type type) Used to change this into a COMMIT or ROLLBACK if needed.Constructors in org.geotools.api.data with parameters of type FeatureEvent.TypeModifierConstructorDescriptionFeatureEvent(Object source, FeatureEvent.Type type, ReferencedEnvelope bounds) Constructs a new FeatureEvent.FeatureEvent(Object source, FeatureEvent.Type type, ReferencedEnvelope bounds, Filter filter) Constructs a new FeatureEvent.