| Package | Description |
|---|---|
| com.vividsolutions.jump.workbench | |
| com.vividsolutions.jump.workbench.driver | |
| 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.plugin |
The API for "plug-ins", which are code modules that can be assigned to
buttons and menu items.
|
| com.vividsolutions.jump.workbench.ui | |
| com.vividsolutions.jump.workbench.ui.plugin |
The built-in JUMP "plug-ins" (code modules that can be assigned to
buttons and menu items).
|
| Modifier and Type | Method and Description |
|---|---|
LayerManager |
WorkbenchContext.getLayerManager() |
LayerManager |
JUMPWorkbenchContext.getLayerManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
WKTFileInputDriver.input(LayerManager layerManager,
String categoryName) |
void |
ShapeFileInputDriver.input(LayerManager layerManager,
String categoryName) |
void |
JMLFileInputDriver.input(LayerManager layerManager,
String categoryName) |
void |
GMLFileInputDriver.input(LayerManager layerManager,
String categoryName) |
void |
FMEFileInputDriver.input(LayerManager layerManager,
String categoryName) |
abstract void |
AbstractInputDriver.input(LayerManager layerManager,
String categoryName)
Deprecated.
Prompts the user for a data source to add as a Layer to the LayerManager.
|
| Modifier and Type | Method and Description |
|---|---|
LayerManager |
Task.getLayerManager() |
LayerManager |
LayerManagerProxy.getLayerManager() |
LayerManager |
Layerable.getLayerManager() |
LayerManager |
Category.getLayerManager() |
LayerManager |
AbstractLayerable.getLayerManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
Layerable.setLayerManager(LayerManager layerManager)
Called by Java2XML
|
void |
Layer.setLayerManager(LayerManager layerManager) |
void |
Category.setLayerManager(LayerManager layerManager) |
void |
AbstractLayerable.setLayerManager(LayerManager layerManager) |
| Constructor and Description |
|---|
AbstractLayerable(String name,
LayerManager layerManager) |
Layer(String name,
Color fillColor,
FeatureCollection featureCollection,
LayerManager layerManager) |
WMSLayer(LayerManager layerManager,
String serverURL,
String srs,
List layerNames,
String format) |
WMSLayer(LayerManager layerManager,
WMService initializedService,
String srs,
List layerNames,
String format) |
| Modifier and Type | Method and Description |
|---|---|
LayerManager |
PlugInContext.getLayerManager() |
| Modifier and Type | Field and Description |
|---|---|
protected LayerManager |
LayerViewFrame.layerManager |
| Modifier and Type | Method and Description |
|---|---|
LayerManager |
TreeLayerNamePanel.getLayerManager() |
LayerManager |
TaskFrame.getLayerManager() |
LayerManager |
LayerViewPanel.getLayerManager() |
LayerManager |
LayerViewFrame.getLayerManager() |
LayerManager |
LayerComboBox.getLayerManager() |
LayerManager |
InfoFrame.getLayerManager() |
LayerManager |
DummyLayerNamePanel.getLayerManager() |
LayerManager |
AttributeTab.getLayerManager() |
| Modifier and Type | Method and Description |
|---|---|
JComboBox |
MultiInputDialog.addEditableLayerComboBox(String fieldName,
Layer initialValue,
String toolTipText,
LayerManager layerManager) |
JComboBox |
MultiInputDialog.addLayerComboBox(String fieldName,
Layer initialValue,
LayerManager layerManager) |
JComboBox |
MultiInputDialog.addLayerComboBox(String fieldName,
Layer initialValue,
String toolTipText,
LayerManager layerManager) |
void |
LayerComboBox.setLayerManager(LayerManager layerManager) |
| Constructor and Description |
|---|
LayerViewPanel(LayerManager layerManager,
LayerViewPanelContext context) |
| Modifier and Type | Method and Description |
|---|---|
LayerManager |
ViewAttributesPlugIn.ViewAttributesFrame.getLayerManager() |
Copyright © 2015. All rights reserved.