Class ObservableFeatureCollection

java.lang.Object
com.vividsolutions.jump.feature.FeatureCollectionWrapper
com.vividsolutions.jump.workbench.model.ObservableFeatureCollection
All Implemented Interfaces:
FeatureCollection, Iterable<Feature>

public class ObservableFeatureCollection extends FeatureCollectionWrapper
Notifies listeners when features are added to or removed from a FeatureCollection.

Prefer #addAll and #removeAll to #add and #remove, so that fewer events will be fired.