| Package | Description |
|---|---|
| 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 | Field and Description |
|---|---|
static FeatureEventType |
FeatureEventType.ADDED |
static FeatureEventType |
FeatureEventType.ATTRIBUTES_MODIFIED |
static FeatureEventType |
FeatureEventType.DELETED |
static FeatureEventType |
FeatureEventType.GEOMETRY_MODIFIED |
| Modifier and Type | Method and Description |
|---|---|
FeatureEventType |
FeatureEvent.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
LayerManager.fireFeaturesChanged(Collection features,
FeatureEventType type,
Layer layer) |
| Constructor and Description |
|---|
FeatureEvent(Collection features,
FeatureEventType type,
Layer layer,
Collection oldFeatureClones) |
Copyright © 2015. All rights reserved.