Uses of Class
org.geotools.data.FeatureEvent.Type
-
Packages that use FeatureEvent.Type Package Description org.geotools.data Defines the DataStoreAPI via which all data is imported or exported. -
-
Uses of FeatureEvent.Type in org.geotools.data
Fields in org.geotools.data declared as FeatureEvent.Type Modifier and Type Field Description protected FeatureEvent.Type
FeatureEvent. type
Indicates one of Type.ADDED, Type.REMOVED, Type.CHANGEDMethods in org.geotools.data that return FeatureEvent.Type Modifier and Type Method Description FeatureEvent.Type
FeatureEvent. getType()
Provides information on the type of change that has occurred.static FeatureEvent.Type
FeatureEvent.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static FeatureEvent.Type[]
FeatureEvent.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.geotools.data with parameters of type FeatureEvent.Type Modifier and Type Method Description void
BatchFeatureEvent. setType(FeatureEvent.Type type)
Used to change this into a COMMIT or ROLLBACK if needed.Constructors in org.geotools.data with parameters of type FeatureEvent.Type Constructor Description FeatureEvent(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.
-