| Package | Description |
|---|---|
| com.vividsolutions.jump.workbench.datasource |
The DataSourceQueryChooser API is used to provide a GUI for a
DataSource, enabling it to be part of the JUMP Workbench.
|
| 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.plugin |
The built-in JUMP "plug-ins" (code modules that can be assigned to
buttons and menu items).
|
| com.vividsolutions.jump.workbench.ui.plugin.analysis | |
| com.vividsolutions.jump.workbench.ui.plugin.test | |
| com.vividsolutions.jump.workbench.ui.task | |
| com.vividsolutions.jump.workbench.ui.toolbox |
| Modifier and Type | Class and Description |
|---|---|
class |
LoadDatasetPlugIn
Prompts the user to pick a dataset to load.
|
class |
SaveDatasetAsPlugIn
Prompts the user to pick a dataset to save.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ThreadedBasePlugIn
Convenience superclass for classes that want to extend BasePlugIn and
implement ThreadedPlugIn.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LoadDatasetToCategoryPlugIn |
class |
OpenProjectPlugIn |
class |
ValidateSelectedLayersPlugIn |
| Modifier and Type | Class and Description |
|---|---|
class |
BufferPlugIn |
class |
GeometryFunctionPlugIn
Provides basic functions for computation with
Geometry objects. |
class |
OverlayPlugIn
Creates a new layer containing intersections of all pairs of
features from two input layers.
|
class |
UnionPlugIn |
| Modifier and Type | Class and Description |
|---|---|
class |
ProgressReportingPlugIn |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskMonitorManager.execute(ThreadedPlugIn plugIn,
PlugInContext context)
Executes the task in a separate thread, reporting progress in a dialog.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MainButtonPlugIn
Convenience superclass used in toolboxes that have one primary button.
|
Copyright © 2015. All rights reserved.