|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FeatureEvent.Type | |
---|---|
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 | |
---|---|
protected FeatureEvent.Type |
FeatureEvent.type
Indicates one of Type.ADDED, Type.REMOVED, Type.CHANGED |
Methods in org.geotools.data that return FeatureEvent.Type | |
---|---|
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're declared. |
Methods in org.geotools.data with parameters of type FeatureEvent.Type | |
---|---|
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 | |
---|---|
FeatureEvent(Object source,
FeatureEvent.Type type,
ReferencedEnvelope bounds,
Filter filter)
Constructs a new FeatureEvent. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |