| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IndexedFeatureCollection
An IndexedFeatureCollection creates a new collection which is backed by a
FeatureCollection, but which is indexed for query purposes.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
FeatureCollectionWrapper |
Layer.getFeatureCollectionWrapper()
Returns a wrapper around the FeatureCollection which was added using
#wrapFeatureCollection.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Layer.setFeatureCollectionWrapper(FeatureCollectionWrapper featureCollectionWrapper) |
Copyright © 2015. All rights reserved.