| 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 CategoryEventType |
CategoryEventType.ADDED |
static CategoryEventType |
CategoryEventType.METADATA_CHANGED
Metadata includes the name of the category.
|
static CategoryEventType |
CategoryEventType.REMOVED |
| Modifier and Type | Method and Description |
|---|---|
CategoryEventType |
CategoryEvent.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
LayerManager.fireCategoryChanged(Category category,
CategoryEventType type) |
void |
Category.fireCategoryChanged(CategoryEventType type) |
| Constructor and Description |
|---|
CategoryEvent(Category category,
CategoryEventType type,
int categoryIndex) |
Copyright © 2015. All rights reserved.