Uses of Class
com.vividsolutions.jump.feature.FeatureCollectionWrapper

Packages that use FeatureCollectionWrapper
com.vividsolutions.jump.feature Features and FeatureCollections -- the layer of abstraction between Geometries in JTS and Layers in the JUMP Workbench. 
com.vividsolutions.jump.workbench.model Layers, Categories, and Layer Managers -- the top level of abstraction in the JUMP data model, wrapping Features and FeatureCollections, which in turn wrap Geometries. 
com.vividsolutions.jump.workbench.model.cache   
 

Uses of FeatureCollectionWrapper in com.vividsolutions.jump.feature
 

Subclasses of FeatureCollectionWrapper in com.vividsolutions.jump.feature
 class IndexedFeatureCollection
          An IndexedFeatureCollection creates a new collection which is backed by a FeatureCollection, but which is indexed for query purposes.
 

Uses of FeatureCollectionWrapper in com.vividsolutions.jump.workbench.model
 

Subclasses of FeatureCollectionWrapper in com.vividsolutions.jump.workbench.model
 class ObservableFeatureCollection
          Notifies listeners when features are added to or removed from a FeatureCollection.
 class OneItemFeatureCollection
          Restricts the number of Features in a FeatureCollection to 1.
 

Methods in com.vividsolutions.jump.workbench.model that return FeatureCollectionWrapper
 FeatureCollectionWrapper Layer.getFeatureCollectionWrapper()
          Returns a wrapper around the FeatureCollection which was added using #wrapFeatureCollection.
 

Methods in com.vividsolutions.jump.workbench.model with parameters of type FeatureCollectionWrapper
protected  void Layer.setFeatureCollectionWrapper(FeatureCollectionWrapper featureCollectionWrapper)
           
 

Uses of FeatureCollectionWrapper in com.vividsolutions.jump.workbench.model.cache
 

Subclasses of FeatureCollectionWrapper in com.vividsolutions.jump.workbench.model.cache
 class CachingFeatureCollection
          Caches features to prevent unnecessary queries.