Uses of Interface
org.locationtech.jts.jump.task.TaskMonitor
-
Packages that use TaskMonitor Package Description org.locationtech.jts.jump.io.datasource The DataSource API is the core API for input and output of data.org.locationtech.jts.jump.qa org.locationtech.jts.jump.task org.locationtech.jts.jump.tools org.locationtech.jts.jump.warp org.locationtech.jts.jump.workbench org.locationtech.jts.jump.workbench.datasource The DataSourceQueryChooser API is used to provide a GUI for a DataSource, enabling it to be part of the JUMP Workbench.org.locationtech.jts.jump.workbench.plugin The API for "plug-ins", which are code modules that can be assigned to buttons and menu items.org.locationtech.jts.jump.workbench.ui.plugin The built-in JUMP "plug-ins" (code modules that can be assigned to buttons and menu items).org.locationtech.jts.jump.workbench.ui.plugin.analysis org.locationtech.jts.jump.workbench.ui.plugin.test org.locationtech.jts.jump.workbench.ui.task -
-
Uses of TaskMonitor in org.locationtech.jts.jump.io.datasource
Methods in org.locationtech.jts.jump.io.datasource with parameters of type TaskMonitor Modifier and Type Method 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). -
Uses of TaskMonitor in org.locationtech.jts.jump.qa
Methods in org.locationtech.jts.jump.qa with parameters of type TaskMonitor Modifier and Type Method Description List
Validator. validate(Collection features, TaskMonitor monitor)
Checks a collection of features. -
Uses of TaskMonitor in org.locationtech.jts.jump.task
Classes in org.locationtech.jts.jump.task that implement TaskMonitor Modifier and Type Class Description class
DummyTaskMonitor
Implementation of TaskMonitor that does nothing.class
PrintStreamTaskMonitor
A TaskMonitor that reports its output to a PrintStream.class
TaskMonitorFilter
Methods in org.locationtech.jts.jump.task that return TaskMonitor Modifier and Type Method Description static TaskMonitor
TaskMonitorFilter. get(TaskMonitor taskMonitor)
Methods in org.locationtech.jts.jump.task with parameters of type TaskMonitor Modifier and Type Method Description static TaskMonitor
TaskMonitorFilter. get(TaskMonitor taskMonitor)
Constructors in org.locationtech.jts.jump.task with parameters of type TaskMonitor Constructor Description TaskMonitorFilter(TaskMonitor taskMonitor)
-
Uses of TaskMonitor in org.locationtech.jts.jump.tools
Methods in org.locationtech.jts.jump.tools with parameters of type TaskMonitor Modifier and Type Method Description FeatureCollection
OverlayEngine. overlay(FeatureCollection a, FeatureCollection b, TaskMonitor monitor)
Creates the overlay of the two datasets.FeatureCollection
OverlayEngine. overlay(FeatureCollection a, FeatureCollection b, AttributeMapping mapping, TaskMonitor monitor)
Creates the overlay of the two datasets. -
Uses of TaskMonitor in org.locationtech.jts.jump.warp
Methods in org.locationtech.jts.jump.warp with parameters of type TaskMonitor Modifier and Type Method Description Map
Triangulator. triangleMap(org.locationtech.jts.geom.Envelope datasetEnvelope, Collection vectorLineStrings, Collection sourceHints, Collection destinationHints, TaskMonitor monitor)
Map
Triangulator. triangleMap(org.locationtech.jts.geom.Envelope datasetEnvelope, Collection vectorLineStrings, TaskMonitor monitor)
Splits two regions into Triangles.Constructors in org.locationtech.jts.jump.warp with parameters of type TaskMonitor Constructor Description BilinearInterpolatedTransform(Map triangleMap, TaskMonitor monitor)
Creates a RubberSheetTransform using the given triangulation. -
Uses of TaskMonitor in org.locationtech.jts.jump.workbench
Methods in org.locationtech.jts.jump.workbench with parameters of type TaskMonitor Modifier and Type Method 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.Constructors in org.locationtech.jts.jump.workbench with parameters of type TaskMonitor Constructor Description JUMPWorkbench(String title, String[] args, ImageIcon icon, JWindow s, TaskMonitor monitor)
-
Uses of TaskMonitor in org.locationtech.jts.jump.workbench.datasource
Methods in org.locationtech.jts.jump.workbench.datasource with parameters of type TaskMonitor Modifier and Type Method Description void
LoadDatasetPlugIn. run(TaskMonitor monitor, PlugInContext context)
void
SaveDatasetAsPlugIn. run(TaskMonitor monitor, PlugInContext context)
-
Uses of TaskMonitor in org.locationtech.jts.jump.workbench.plugin
Methods in org.locationtech.jts.jump.workbench.plugin with parameters of type TaskMonitor Modifier and Type Method Description void
ThreadedPlugIn. run(TaskMonitor monitor, PlugInContext context)
Runs the task.Constructors in org.locationtech.jts.jump.workbench.plugin with parameters of type TaskMonitor Constructor Description PlugInManager(WorkbenchContext context, File plugInDirectory, TaskMonitor monitor)
-
Uses of TaskMonitor in org.locationtech.jts.jump.workbench.ui.plugin
Methods in org.locationtech.jts.jump.workbench.ui.plugin with parameters of type TaskMonitor Modifier and Type Method Description void
LoadDatasetPlugIn. run(TaskMonitor monitor, PlugInContext context)
void
LoadDatasetToCategoryPlugIn. run(TaskMonitor monitor, PlugInContext context)
void
OpenProjectPlugIn. run(TaskMonitor monitor, PlugInContext context)
void
SaveDatasetAsPlugIn. run(TaskMonitor monitor, PlugInContext context)
void
ValidateSelectedLayersPlugIn. run(TaskMonitor monitor, PlugInContext context)
-
Uses of TaskMonitor in org.locationtech.jts.jump.workbench.ui.plugin.analysis
Methods in org.locationtech.jts.jump.workbench.ui.plugin.analysis with parameters of type TaskMonitor Modifier and Type Method Description void
BufferPlugIn. run(TaskMonitor monitor, PlugInContext context)
void
GeometryFunctionPlugIn. run(TaskMonitor monitor, PlugInContext context)
void
OverlayPlugIn. run(TaskMonitor monitor, PlugInContext context)
void
UnionPlugIn. run(TaskMonitor monitor, PlugInContext context)
-
Uses of TaskMonitor in org.locationtech.jts.jump.workbench.ui.plugin.test
Methods in org.locationtech.jts.jump.workbench.ui.plugin.test with parameters of type TaskMonitor Modifier and Type Method Description void
ProgressReportingPlugIn. run(TaskMonitor monitor, PlugInContext context)
-
Uses of TaskMonitor in org.locationtech.jts.jump.workbench.ui.task
Classes in org.locationtech.jts.jump.workbench.ui.task that implement TaskMonitor Modifier and Type Class Description class
TaskMonitorDialog
-