Uses of Class
com.vividsolutions.jump.feature.FeatureCollectionWrapper
-
Packages that use FeatureCollectionWrapper Package Description 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 Modifier and Type Class Description classIndexedFeatureCollectionAn 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 Modifier and Type Class Description classObservableFeatureCollectionNotifies listeners when features are added to or removed from a FeatureCollection.classOneItemFeatureCollectionRestricts the number of Features in a FeatureCollection to 1.Methods in com.vividsolutions.jump.workbench.model that return FeatureCollectionWrapper Modifier and Type Method Description FeatureCollectionWrapperLayer. getFeatureCollectionWrapper()Returns a wrapper around the FeatureCollection which was added using #wrapFeatureCollection.FeatureCollectionWrapperLayerView. getFeatureCollectionWrapper()Methods in com.vividsolutions.jump.workbench.model with parameters of type FeatureCollectionWrapper Modifier and Type Method Description protected voidLayer. setFeatureCollectionWrapper(FeatureCollectionWrapper featureCollectionWrapper) -
Uses of FeatureCollectionWrapper in com.vividsolutions.jump.workbench.model.cache
Subclasses of FeatureCollectionWrapper in com.vividsolutions.jump.workbench.model.cache Modifier and Type Class Description classCachingFeatureCollectionCaches features to prevent unnecessary queries.
-