| Package | Description |
|---|---|
| com.vividsolutions.jump.io.datasource |
The DataSource API is the core API for input and output of
data.
|
| com.vividsolutions.jump.qa | |
| com.vividsolutions.jump.task | |
| com.vividsolutions.jump.tools | |
| com.vividsolutions.jump.warp | |
| com.vividsolutions.jump.workbench | |
| 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 |
| Modifier and Type | Method and Description |
|---|---|
FeatureCollection |
Connection.executeQuery(String query,
Collection exceptions,
TaskMonitor monitor)
Returns from a DataSource a dataset specified using a query string (the format
of which is implementation-dependent).
|
FeatureCollection |
Connection.executeQuery(String query,
TaskMonitor monitor)
Returns from a DataSource a dataset specified using a query string (the format
of which is implementation-dependent).
|
void |
Connection.executeUpdate(String query,
FeatureCollection featureCollection,
TaskMonitor monitor)
Modifies data in the DataSource accordinate to a query string (the format of
which is implementation-dependent).
|
| Modifier and Type | Method and Description |
|---|---|
List |
Validator.validate(Collection features,
TaskMonitor monitor)
Checks a collection of features.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DummyTaskMonitor
Implementation of TaskMonitor that does nothing.
|
class |
PrintStreamTaskMonitor
A TaskMonitor that reports its output to a PrintStream.
|
class |
TaskMonitorFilter |
| Modifier and Type | Method and Description |
|---|---|
static TaskMonitor |
TaskMonitorFilter.get(TaskMonitor taskMonitor) |
| Modifier and Type | Method and Description |
|---|---|
static TaskMonitor |
TaskMonitorFilter.get(TaskMonitor taskMonitor) |
| Constructor and Description |
|---|
TaskMonitorFilter(TaskMonitor taskMonitor) |
| Modifier and Type | Method and Description |
|---|---|
FeatureCollection |
OverlayEngine.overlay(FeatureCollection a,
FeatureCollection b,
AttributeMapping mapping,
TaskMonitor monitor)
Creates the overlay of the two datasets.
|
FeatureCollection |
OverlayEngine.overlay(FeatureCollection a,
FeatureCollection b,
TaskMonitor monitor)
Creates the overlay of the two datasets.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
Triangulator.triangleMap(com.vividsolutions.jts.geom.Envelope datasetEnvelope,
Collection vectorLineStrings,
Collection sourceHints,
Collection destinationHints,
TaskMonitor monitor) |
Map |
Triangulator.triangleMap(com.vividsolutions.jts.geom.Envelope datasetEnvelope,
Collection vectorLineStrings,
TaskMonitor monitor)
Splits two regions into Triangles.
|
| Constructor and Description |
|---|
BilinearInterpolatedTransform(Map triangleMap,
TaskMonitor monitor)
Creates a RubberSheetTransform using the given triangulation.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
JUMPWorkbench.main(String[] args,
String title,
Setup setup,
JComponent splashComponent,
TaskMonitor taskMonitor)
setupClass is specified as a String to prevent it from being loaded before
we display the splash screen, in case setupClass takes a long time to load.
|
| Constructor and Description |
|---|
JUMPWorkbench(String title,
String[] args,
ImageIcon icon,
JWindow s,
TaskMonitor monitor) |
| Modifier and Type | Method and Description |
|---|---|
void |
SaveDatasetAsPlugIn.run(TaskMonitor monitor,
PlugInContext context) |
void |
LoadDatasetPlugIn.run(TaskMonitor monitor,
PlugInContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
ThreadedPlugIn.run(TaskMonitor monitor,
PlugInContext context)
Runs the task.
|
| Constructor and Description |
|---|
PlugInManager(WorkbenchContext context,
File plugInDirectory,
TaskMonitor monitor) |
| Modifier and Type | Method and Description |
|---|---|
void |
ValidateSelectedLayersPlugIn.run(TaskMonitor monitor,
PlugInContext context) |
void |
SaveDatasetAsPlugIn.run(TaskMonitor monitor,
PlugInContext context) |
void |
OpenProjectPlugIn.run(TaskMonitor monitor,
PlugInContext context) |
void |
LoadDatasetToCategoryPlugIn.run(TaskMonitor monitor,
PlugInContext context) |
void |
LoadDatasetPlugIn.run(TaskMonitor monitor,
PlugInContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
UnionPlugIn.run(TaskMonitor monitor,
PlugInContext context) |
void |
OverlayPlugIn.run(TaskMonitor monitor,
PlugInContext context) |
void |
GeometryFunctionPlugIn.run(TaskMonitor monitor,
PlugInContext context) |
void |
BufferPlugIn.run(TaskMonitor monitor,
PlugInContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProgressReportingPlugIn.run(TaskMonitor monitor,
PlugInContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
TaskMonitorDialog |
Copyright © 2015. All rights reserved.