Uses of Class
org.locationtech.jts.jump.feature.FeatureCollectionWrapper
-
Packages that use FeatureCollectionWrapper Package Description org.locationtech.jts.jump.feature Features and FeatureCollections -- the layer of abstraction between Geometries in JTS and Layers in the JUMP Workbench.org.locationtech.jts.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. -
-
Uses of FeatureCollectionWrapper in org.locationtech.jts.jump.feature
Subclasses of FeatureCollectionWrapper in org.locationtech.jts.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 org.locationtech.jts.jump.workbench.model
Subclasses of FeatureCollectionWrapper in org.locationtech.jts.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 org.locationtech.jts.jump.workbench.model that return FeatureCollectionWrapper Modifier and Type Method Description FeatureCollectionWrapperLayer. getFeatureCollectionWrapper()Returns a wrapper around the FeatureCollection which was added using #wrapFeatureCollection.Methods in org.locationtech.jts.jump.workbench.model with parameters of type FeatureCollectionWrapper Modifier and Type Method Description protected voidLayer. setFeatureCollectionWrapper(FeatureCollectionWrapper featureCollectionWrapper)
-