Class ObservableFeatureCollection

  • All Implemented Interfaces:
    FeatureCollection

    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.