| 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.
|
| com.vividsolutions.jump.workbench.ui.plugin |
The built-in JUMP "plug-ins" (code modules that can be assigned to
buttons and menu items).
|
| com.vividsolutions.jump.workbench.ui.plugin.clipboard |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLayerable
Default implementation of the Layerable interface.
|
class |
Layer
Adds colour, line-width, and other stylistic information to a Feature Collection.
|
class |
WMSLayer
A Layerable that retrieves images from a Web Map Server.
|
| Modifier and Type | Method and Description |
|---|---|
Layerable |
LayerEvent.getLayerable() |
| Modifier and Type | Method and Description |
|---|---|
void |
Category.add(int index,
Layerable layerable) |
void |
LayerManager.addLayerable(String categoryName,
Layerable layerable) |
void |
Category.addPersistentLayerable(Layerable layerable)
Called by Java2XML
|
boolean |
Category.contains(Layerable layerable) |
void |
LayerManager.fireLayerChanged(Layerable layerable,
LayerEventType type) |
Category |
LayerManager.getCategory(Layerable layerable) |
int |
Category.indexOf(Layerable layerable) |
void |
LayerManager.remove(Layerable layerable) |
void |
Category.remove(Layerable layerable) |
| Constructor and Description |
|---|
LayerEvent(Layerable layerable,
LayerEventType type,
Category category,
int layerIndex) |
| Modifier and Type | Method and Description |
|---|---|
protected Layerable |
MoveLayerablePlugIn.selectedLayerable(LayerNamePanel layerNamePanel) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
MoveLayerablePlugIn.index(Layerable layerable) |
void |
RemoveSelectedLayersPlugIn.remove(Layerable[] selectedLayers) |
| Modifier and Type | Method and Description |
|---|---|
protected Layerable |
LayerableClipboardPlugIn.cloneLayerable(Layerable layerable) |
| Modifier and Type | Method and Description |
|---|---|
protected Layerable |
LayerableClipboardPlugIn.cloneLayerable(Layerable layerable) |
Copyright © 2015. All rights reserved.