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 FeatureCollectionConnection. 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).FeatureCollectionConnection. executeQuery(String query, TaskMonitor monitor)Returns from a DataSource a dataset specified using a query string (the format of which is implementation-dependent).voidConnection. 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 ListValidator. 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 classDummyTaskMonitorImplementation of TaskMonitor that does nothing.classPrintStreamTaskMonitorA TaskMonitor that reports its output to a PrintStream.classTaskMonitorFilterMethods in org.locationtech.jts.jump.task that return TaskMonitor Modifier and Type Method Description static TaskMonitorTaskMonitorFilter. get(TaskMonitor taskMonitor)Methods in org.locationtech.jts.jump.task with parameters of type TaskMonitor Modifier and Type Method Description static TaskMonitorTaskMonitorFilter. 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 FeatureCollectionOverlayEngine. overlay(FeatureCollection a, FeatureCollection b, TaskMonitor monitor)Creates the overlay of the two datasets.FeatureCollectionOverlayEngine. 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 MapTriangulator. triangleMap(org.locationtech.jts.geom.Envelope datasetEnvelope, Collection vectorLineStrings, Collection sourceHints, Collection destinationHints, TaskMonitor monitor)MapTriangulator. 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 voidJUMPWorkbench. 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 voidLoadDatasetPlugIn. run(TaskMonitor monitor, PlugInContext context)voidSaveDatasetAsPlugIn. 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 voidThreadedPlugIn. 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 voidLoadDatasetPlugIn. run(TaskMonitor monitor, PlugInContext context)voidLoadDatasetToCategoryPlugIn. run(TaskMonitor monitor, PlugInContext context)voidOpenProjectPlugIn. run(TaskMonitor monitor, PlugInContext context)voidSaveDatasetAsPlugIn. run(TaskMonitor monitor, PlugInContext context)voidValidateSelectedLayersPlugIn. 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 voidBufferPlugIn. run(TaskMonitor monitor, PlugInContext context)voidGeometryFunctionPlugIn. run(TaskMonitor monitor, PlugInContext context)voidOverlayPlugIn. run(TaskMonitor monitor, PlugInContext context)voidUnionPlugIn. 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 voidProgressReportingPlugIn. 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 classTaskMonitorDialog
-