| Package | Description |
|---|---|
| org.geotools.data |
Defines the DataStoreAPI via which all data is imported or exported.
|
| org.geotools.data.store | |
| org.geotools.feature |
| Modifier and Type | Class and Description |
|---|---|
class |
BatchFeatureEvent
Provide batch notification on Commit / Rollback.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchFeatureEvent.add(FeatureEvent change)
Indicate a change being batched.
|
void |
FeatureListener.changed(FeatureEvent featureEvent)
Gets called when a FeatureEvent is fired.
|
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.
|
| Constructor and Description |
|---|
FeatureEvent(FeatureEvent origional)
Makes a deep copy of the provided event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContentState.fireFeatureEvent(FeatureEvent event)
Used to issue a single FeatureEvent.
|
| Constructor and Description |
|---|
CollectionEvent(FeatureCollection<? extends FeatureType,? extends Feature> collection,
FeatureEvent event)
Deprecated.
|
Copyright © 1996–2019 Geotools. All rights reserved.