Uses of Class
com.vividsolutions.jump.feature.FeatureCollectionWrapper
Packages that use FeatureCollectionWrapper
Package
Description
Features and FeatureCollections -- the layer of abstraction between
Geometries in JTS and Layers in the JUMP Workbench.
Layers, Categories, and Layer Managers -- the top level of abstraction
in the JUMP data model, wrapping Features and FeatureCollections, which
in turn wrap Geometries.
-
Uses of FeatureCollectionWrapper in com.vividsolutions.jump.feature
Subclasses of FeatureCollectionWrapper in com.vividsolutions.jump.featureModifier and TypeClassDescriptionclassAn 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.modelModifier and TypeClassDescriptionclassNotifies listeners when features are added to or removed from a FeatureCollection.classRestricts the number of Features in a FeatureCollection to 1.Methods in com.vividsolutions.jump.workbench.model that return FeatureCollectionWrapperModifier and TypeMethodDescriptionLayer.getFeatureCollectionWrapper()Returns a wrapper around the FeatureCollection which was added using #wrapFeatureCollection.LayerView.getFeatureCollectionWrapper()Methods in com.vividsolutions.jump.workbench.model with parameters of type FeatureCollectionWrapperModifier and TypeMethodDescriptionprotected voidLayer.setFeatureCollectionWrapper(FeatureCollectionWrapper featureCollectionWrapper) -
Uses of FeatureCollectionWrapper in com.vividsolutions.jump.workbench.model.cache
Subclasses of FeatureCollectionWrapper in com.vividsolutions.jump.workbench.model.cacheModifier and TypeClassDescriptionclassCaches features to prevent unnecessary queries.