Uses of Interface
com.vividsolutions.jump.workbench.plugin.ThreadedPlugIn

Packages that use ThreadedPlugIn
com.vividsolutions.jump.plugin.edit   
com.vividsolutions.jump.plugin.qa   
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.datastore   
com.vividsolutions.jump.workbench.ui.plugin.test   
com.vividsolutions.jump.workbench.ui.plugin.wms   
com.vividsolutions.jump.workbench.ui.task   
com.vividsolutions.jump.workbench.ui.toolbox   
de.latlon.deejump.plugin.manager   
org.openjump.core.ui.plugin   
org.openjump.core.ui.plugin.edit   
org.openjump.core.ui.plugin.file   
org.openjump.core.ui.plugin.tools   
org.openjump.core.ui.plugin.tools.generalization   
org.openjump.core.ui.plugin.tools.geometrychange   
 

Uses of ThreadedPlugIn in com.vividsolutions.jump.plugin.edit
 

Classes in com.vividsolutions.jump.plugin.edit that implement ThreadedPlugIn
 class AffineTransformationPlugIn
          Applies an AffineTransformation to a layer.
 class ExtractSegmentsPlugIn
           
 class LineNoderPlugIn
           
 class PolygonizerPlugIn
           
 class PrecisionReducerPlugIn
           
 

Uses of ThreadedPlugIn in com.vividsolutions.jump.plugin.qa
 

Classes in com.vividsolutions.jump.plugin.qa that implement ThreadedPlugIn
 class DiffGeometryPlugIn
          Computes both raw segment diffs and geometry diffs for two input layers.
 class DiffSegmentsPlugIn
           
 

Uses of ThreadedPlugIn in com.vividsolutions.jump.workbench.datasource
 

Classes in com.vividsolutions.jump.workbench.datasource that implement ThreadedPlugIn
 class AbstractLoadDatasetPlugIn
           
 class AbstractLoadSaveDatasetPlugIn
           
 class AbstractSaveDatasetAsPlugIn
           
 class LoadDatasetPlugIn
          Prompts the user to pick a dataset to load.
 class SaveDatasetAsPlugIn
          Prompts the user to pick a dataset to save.
 

Uses of ThreadedPlugIn in com.vividsolutions.jump.workbench.plugin
 

Classes in com.vividsolutions.jump.workbench.plugin that implement ThreadedPlugIn
 class ThreadedBasePlugIn
          Convenience superclass for classes that want to extend BasePlugIn and implement ThreadedPlugIn.
 

Uses of ThreadedPlugIn in com.vividsolutions.jump.workbench.ui.plugin
 

Classes in com.vividsolutions.jump.workbench.ui.plugin that implement ThreadedPlugIn
 class FirstTaskFramePlugIn
          Opens a TaskFrame when the Workbench starts up
 class OpenProjectPlugIn
           
 class ValidateSelectedLayersPlugIn
           
 

Uses of ThreadedPlugIn in com.vividsolutions.jump.workbench.ui.plugin.analysis
 

Classes in com.vividsolutions.jump.workbench.ui.plugin.analysis that implement ThreadedPlugIn
 class AttributeQueryPlugIn
          Queries a layer by a spatial predicate.
 class BufferPlugIn
           
 class ConvexHullPlugIn
           
 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 SpatialJoinPlugIn
          Queries a layer by a spatial predicate.
 class SpatialQueryPlugIn
          Queries a layer by a spatial predicate.
 class UnionPlugIn
           
 

Uses of ThreadedPlugIn in com.vividsolutions.jump.workbench.ui.plugin.datastore
 

Classes in com.vividsolutions.jump.workbench.ui.plugin.datastore that implement ThreadedPlugIn
 class AbstractAddDatastoreLayerPlugIn
           
 class AddDatastoreLayerPlugIn
           
 class RunDatastoreQueryPlugIn
           
 

Uses of ThreadedPlugIn in com.vividsolutions.jump.workbench.ui.plugin.test
 

Classes in com.vividsolutions.jump.workbench.ui.plugin.test that implement ThreadedPlugIn
 class ProgressReportingPlugIn
           
 

Uses of ThreadedPlugIn in com.vividsolutions.jump.workbench.ui.plugin.wms
 

Classes in com.vividsolutions.jump.workbench.ui.plugin.wms that implement ThreadedPlugIn
 class AddWMSQueryPlugIn
           
 

Uses of ThreadedPlugIn in com.vividsolutions.jump.workbench.ui.task
 

Methods in com.vividsolutions.jump.workbench.ui.task with parameters of type ThreadedPlugIn
 void TaskMonitorManager.execute(ThreadedPlugIn plugIn, PlugInContext context)
          Executes the task in a separate thread, reporting progress in a dialog.
 

Uses of ThreadedPlugIn in com.vividsolutions.jump.workbench.ui.toolbox
 

Classes in com.vividsolutions.jump.workbench.ui.toolbox that implement ThreadedPlugIn
 class MainButtonPlugIn
          Convenience superclass used in toolboxes that have one primary button.
 

Uses of ThreadedPlugIn in de.latlon.deejump.plugin.manager
 

Classes in de.latlon.deejump.plugin.manager that implement ThreadedPlugIn
 class ExtensionManagerPlugIn
           
 

Uses of ThreadedPlugIn in org.openjump.core.ui.plugin
 

Classes in org.openjump.core.ui.plugin that implement ThreadedPlugIn
 class AbstractThreadedUiPlugIn
           
 class AbstractWizardPlugin
           
 

Uses of ThreadedPlugIn in org.openjump.core.ui.plugin.edit
 

Classes in org.openjump.core.ui.plugin.edit that implement ThreadedPlugIn
 class ClipToFencePlugIn
           
 class ReplicateSelectedItemsPlugIn
          Replicates/ copys selected items in a new or existing layer
 

Uses of ThreadedPlugIn in org.openjump.core.ui.plugin.file
 

Classes in org.openjump.core.ui.plugin.file that implement ThreadedPlugIn
 class OpenFilePlugIn
          Plug-in to open files using a wizard.
 class OpenWizardPlugIn
           
 class SaveImageAsSVGPlugIn
           
 

Uses of ThreadedPlugIn in org.openjump.core.ui.plugin.tools
 

Classes in org.openjump.core.ui.plugin.tools that implement ThreadedPlugIn
 class CreateThiessenPolygonsPlugIn
          Creates voronoi regions from a set of points.
 class DeleteDuplicateGeometriesPlugIn
           
 class IntersectPolygonLayersPlugIn
           
 class JoinAttributesSpatiallyPlugIn
          Merges attributes according to some spatial and statistical criteria from one dataset to another
 class JoinTablePlugIn
           
 class LineSimplifyJTS15AlgorithmPlugIn
          Simplifies a selected line, criterion is a maximal line displacement it is used the JTS 1.5 douglas peucker simplification with topology preservation for polygons and DouglasPeuckerSimplifier for linestrings n.b.: the jts-algorithm handles all geometry types
 class MultiRingBufferSelectedPlugIn
           
 class PlanarGraphPlugIn
          PlanarGraphPlugIn computes a planar graph from a set of features.
 class ReplaceValuePlugIn
           
 class SplitPolygonPlugIn
           
 class UnionByAttributePlugIn
          UnionByAttribute plugin is used to perform selective unions based on attribute values.
 

Uses of ThreadedPlugIn in org.openjump.core.ui.plugin.tools.generalization
 

Classes in org.openjump.core.ui.plugin.tools.generalization that implement ThreadedPlugIn
 class SimplifyPolygonCoveragePlugIn
           
 

Uses of ThreadedPlugIn in org.openjump.core.ui.plugin.tools.geometrychange
 

Classes in org.openjump.core.ui.plugin.tools.geometrychange that implement ThreadedPlugIn
 class ExtractCommonBoundaryBetweenPolysPlugIn
           
 class ExtractPointsPlugIn