Uses of Class
org.locationtech.jts.jump.workbench.plugin.AbstractPlugIn
-
-
Uses of AbstractPlugIn in org.locationtech.jts.jump.coordsys
Subclasses of AbstractPlugIn in org.locationtech.jts.jump.coordsys Modifier and Type Class Description class
ChangeCoordinateSystemPlugIn
Implements aPlugIn
that allows the user to change coordinate systems. -
Uses of AbstractPlugIn in org.locationtech.jts.jump.demo.delineation
Subclasses of AbstractPlugIn in org.locationtech.jts.jump.demo.delineation Modifier and Type Class Description class
InstallDelineationToolPlugIn
Sets up and installs the delineation tool. -
Uses of AbstractPlugIn in org.locationtech.jts.jump.workbench.datasource
Subclasses of AbstractPlugIn in org.locationtech.jts.jump.workbench.datasource Modifier and Type Class Description class
InstallStandardDataSourceQueryChoosersPlugIn
Adds to the JUMP Workbench the UIs for opening and saving files with the basic file formats.class
LoadDatasetPlugIn
Prompts the user to pick a dataset to load.class
SaveDatasetAsPlugIn
Prompts the user to pick a dataset to save. -
Uses of AbstractPlugIn in org.locationtech.jts.jump.workbench.plugin
Subclasses of AbstractPlugIn in org.locationtech.jts.jump.workbench.plugin Modifier and Type Class Description class
MacroPlugIn
A sequence of plug-ins treated as one.class
ThreadedBasePlugIn
Convenience superclass for classes that want to extend BasePlugIn and implement ThreadedPlugIn. -
Uses of AbstractPlugIn in org.locationtech.jts.jump.workbench.ui.cursortool.editing
Subclasses of AbstractPlugIn in org.locationtech.jts.jump.workbench.ui.cursortool.editing Modifier and Type Class Description class
EditingPlugIn
-
Uses of AbstractPlugIn in org.locationtech.jts.jump.workbench.ui.plugin
-
Uses of AbstractPlugIn in org.locationtech.jts.jump.workbench.ui.plugin.analysis
Subclasses of AbstractPlugIn in org.locationtech.jts.jump.workbench.ui.plugin.analysis Modifier and Type Class Description class
BufferPlugIn
class
CalculateAreasAndLengthsPlugIn
Calculates areas and lengths from information obtained from the user via aMultiInputDialog
.class
GeometryFunctionPlugIn
Provides basic functions for computation withGeometry
objects.class
OverlayPlugIn
Creates a new layer containing intersections of all pairs of features from two input layers.class
UnionPlugIn
-
Uses of AbstractPlugIn in org.locationtech.jts.jump.workbench.ui.plugin.clipboard
Subclasses of AbstractPlugIn in org.locationtech.jts.jump.workbench.ui.plugin.clipboard Modifier and Type Class Description class
CopyImagePlugIn
class
CopySelectedItemsPlugIn
class
CopySelectedLayersPlugIn
class
CopyThisCoordinatePlugIn
class
CutSelectedItemsPlugIn
class
CutSelectedLayersPlugIn
class
LayerableClipboardPlugIn
class
PasteItemsPlugIn
Lets user paste items from the clipboard.class
PasteLayersPlugIn
Lets user paste layers from the clipboard. -
Uses of AbstractPlugIn in org.locationtech.jts.jump.workbench.ui.plugin.generate
Subclasses of AbstractPlugIn in org.locationtech.jts.jump.workbench.ui.plugin.generate Modifier and Type Class Description class
BoundaryMatchDataPlugIn
Creates two polygon-grid layers that interlock with sinusoidal "teeth".class
ShowTriangulationPlugIn
See White, Marvin S., Jr. -
Uses of AbstractPlugIn in org.locationtech.jts.jump.workbench.ui.plugin.scalebar
Subclasses of AbstractPlugIn in org.locationtech.jts.jump.workbench.ui.plugin.scalebar Modifier and Type Class Description class
InstallScaleBarPlugIn
Ensures that all TaskFrames get a scale bar.class
ScaleBarPlugIn
-
Uses of AbstractPlugIn in org.locationtech.jts.jump.workbench.ui.plugin.skin
Subclasses of AbstractPlugIn in org.locationtech.jts.jump.workbench.ui.plugin.skin Modifier and Type Class Description class
InstallSkinsPlugIn
Installs custom 'look and feel' for UI via 'Skins'. -
Uses of AbstractPlugIn in org.locationtech.jts.jump.workbench.ui.plugin.test
Subclasses of AbstractPlugIn in org.locationtech.jts.jump.workbench.ui.plugin.test Modifier and Type Class Description class
MicroscopePlugIn
class
ProgressReportingPlugIn
class
RandomArrowsPlugIn
class
RandomTrianglesPlugIn
class
TestColorThemingPlugIn
-
Uses of AbstractPlugIn in org.locationtech.jts.jump.workbench.ui.plugin.wms
Subclasses of AbstractPlugIn in org.locationtech.jts.jump.workbench.ui.plugin.wms Modifier and Type Class Description class
AddWMSQueryPlugIn
class
EditWMSQueryPlugIn
-
Uses of AbstractPlugIn in org.locationtech.jts.jump.workbench.ui.renderer.style
Subclasses of AbstractPlugIn in org.locationtech.jts.jump.workbench.ui.renderer.style Modifier and Type Class Description class
CustomFillPatternExamplePlugIn
-
Uses of AbstractPlugIn in org.locationtech.jts.jump.workbench.ui.snap
Subclasses of AbstractPlugIn in org.locationtech.jts.jump.workbench.ui.snap Modifier and Type Class Description class
InstallGridPlugIn
-
Uses of AbstractPlugIn in org.locationtech.jts.jump.workbench.ui.style
Subclasses of AbstractPlugIn in org.locationtech.jts.jump.workbench.ui.style Modifier and Type Class Description class
ChangeStylesPlugIn
-
Uses of AbstractPlugIn in org.locationtech.jts.jump.workbench.ui.toolbox
Subclasses of AbstractPlugIn in org.locationtech.jts.jump.workbench.ui.toolbox Modifier and Type Class Description class
MainButtonPlugIn
Convenience superclass used in toolboxes that have one primary button.class
ToolboxPlugIn
-
Uses of AbstractPlugIn in org.locationtech.jts.jump.workbench.ui.warp
Subclasses of AbstractPlugIn in org.locationtech.jts.jump.workbench.ui.warp Modifier and Type Class Description class
AffineTransformPlugIn
Applies an affine transform to the selected layers.class
WarpingPlugIn
-
Uses of AbstractPlugIn in org.locationtech.jts.jump.workbench.ui.zoom
Subclasses of AbstractPlugIn in org.locationtech.jts.jump.workbench.ui.zoom Modifier and Type Class Description class
InstallZoomBarPlugIn
class
ZoomBarPlugIn
class
ZoomNextPlugIn
class
ZoomPreviousPlugIn
class
ZoomToClickPlugIn
class
ZoomToCoordinatePlugIn
class
ZoomToFencePlugIn
class
ZoomToFullExtentPlugIn
class
ZoomToLayerPlugIn
class
ZoomToSelectedItemsPlugIn
Zoom to the features, then flash them.
-