Uses of Interface
com.vividsolutions.jump.workbench.plugin.PlugIn
-
-
Uses of PlugIn in com.vividsolutions.jump.plugin.edit
Classes in com.vividsolutions.jump.plugin.edit that implement PlugIn Modifier and Type Class Description class
AffineTransformationPlugIn
Applies anAffineTransformation
to a layer.class
ExtractSegmentsPlugIn
class
GeometrySnapperPlugIn
class
LineNoderPlugIn
class
NoderPlugIn
Noder PlugIn computes intersection nodes in a collection of linear or areal features.class
PolygonizerPlugIn
class
PrecisionReducerPlugIn
-
Uses of PlugIn in com.vividsolutions.jump.plugin.qa
Classes in com.vividsolutions.jump.plugin.qa that implement PlugIn Modifier and Type Class Description class
DiffGeometryPlugIn
Computes both raw segment diffs and geometry diffs for two input layers. -
Uses of PlugIn in com.vividsolutions.jump.workbench.datasource
Classes in com.vividsolutions.jump.workbench.datasource that implement PlugIn Modifier and Type Class Description class
AbstractLoadDatasetPlugIn
class
AbstractLoadSaveDatasetPlugIn
class
AbstractSaveDatasetAsPlugIn
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
SaveDatasetAsFilePlugIn
Deprecated.in favor of com.vividsolutions.jump.workbench.datasource.SaveDatasetAsPlugInclass
SaveDatasetAsPlugIn
Prompts the user to pick a dataset to save. -
Uses of PlugIn in com.vividsolutions.jump.workbench.plugin
Subinterfaces of PlugIn in com.vividsolutions.jump.workbench.plugin Modifier and Type Interface Description interface
ThreadedPlugIn
A long-running PlugIn that keeps the GUI responsive (but only partially so, as a modal progress dialog will be in the way).Classes in com.vividsolutions.jump.workbench.plugin that implement PlugIn Modifier and Type Class Description class
AbstractPlugIn
Default implementation of PlugIn, with useful functions for auto-generating a name, converting a PlugIn into an ActionListener (for use with JButtons, for example), and supporting undo.class
MacroPlugIn
A sequence of plug-ins treated as one.class
RunMacroPlugIn
Run a macro composed of a sequence of plugins along with their parameters.class
StartMacroPlugIn
Start recording a sequence of plugin executionclass
StopMacroPlugIn
Stop recording a macro.class
ThreadedBasePlugIn
Convenience superclass for classes that want to extend BasePlugIn and implement ThreadedPlugIn.Fields in com.vividsolutions.jump.workbench.plugin declared as PlugIn Modifier and Type Field Description protected PlugIn[]
MacroPlugIn. plugIns
Methods in com.vividsolutions.jump.workbench.plugin that return PlugIn Modifier and Type Method Description PlugIn[]
MultiShortcutEnabled. getShortcutEnabledPlugins()
Methods in com.vividsolutions.jump.workbench.plugin with parameters of type PlugIn Modifier and Type Method Description static ActionListener
AbstractPlugIn. toActionListener(PlugIn plugIn, WorkbenchContext workbenchContext, TaskMonitorManager taskMonitorManager)
Method parameters in com.vividsolutions.jump.workbench.plugin with type arguments of type PlugIn Modifier and Type Method Description static String
AbstractPlugIn. createName(Class<? extends PlugIn> plugInClass)
Constructors in com.vividsolutions.jump.workbench.plugin with parameters of type PlugIn Constructor Description MacroPlugIn(PlugIn[] plugIns)
-
Uses of PlugIn in com.vividsolutions.jump.workbench.ui
Classes in com.vividsolutions.jump.workbench.ui that implement PlugIn Modifier and Type Class Description class
WorkbenchFrame.ExitPlugin
Methods in com.vividsolutions.jump.workbench.ui that return PlugIn Modifier and Type Method Description PlugIn
WorkbenchFrame. getKeyboardShortcutPlugin(KeyStroke key)
PlugIn
ShortcutPluginExecuteKeyListener. getPlugIn(KeyStroke key)
Methods in com.vividsolutions.jump.workbench.ui with parameters of type PlugIn Modifier and Type Method Description void
ShortcutPluginExecuteKeyListener. add(int keyCode, int modifiers, PlugIn plugin, EnableCheck enableCheck)
Deprecated.void
ShortcutPluginExecuteKeyListener. add(KeyStroke key, PlugIn plugin)
void
WorkbenchFrame. addKeyboardShortcut(KeyStroke stroke, PlugIn plugIn)
Adds a keyboard shortcut for a plugin.JButton
WorkbenchToolBar. addPlugIn(int index, PlugIn plugIn, Icon icon, EnableCheck enableCheck, WorkbenchContext workbenchContext)
JButton
WorkbenchToolBar. addPlugIn(Icon icon, PlugIn plugIn, EnableCheck enableCheck, WorkbenchContext workbenchContext)
-
Uses of PlugIn in com.vividsolutions.jump.workbench.ui.cursortool
Classes in com.vividsolutions.jump.workbench.ui.cursortool that implement PlugIn Modifier and Type Class Description class
CursorToolPluginWrapper
a simple wrapper to reuse a cursor tool as a plugin w/in the ui. -
Uses of PlugIn in com.vividsolutions.jump.workbench.ui.cursortool.editing
Classes in com.vividsolutions.jump.workbench.ui.cursortool.editing that implement PlugIn Modifier and Type Class Description class
EditingPlugIn
-
Uses of PlugIn in com.vividsolutions.jump.workbench.ui.plugin
Methods in com.vividsolutions.jump.workbench.ui.plugin that return PlugIn Modifier and Type Method Description static PlugIn[]
FeatureInstaller. fetchShortcutEnabledPlugins(PlugIn plugin)
Convenience method to collect all plugins of a probably multi shortcut enabled plugin.Methods in com.vividsolutions.jump.workbench.ui.plugin with parameters of type PlugIn Modifier and Type Method Description void
FeatureInstaller. addLayerNameViewMenuItem(PlugIn executable, String[] menuPath, String menuItemName)
Deprecated.void
FeatureInstaller. addLayerNameViewMenuItem(PlugIn executable, String menuName, String menuItemName)
Deprecated.void
FeatureInstaller. addLayerViewMenuItem(PlugIn executable, String[] menuPath, String menuItemName)
Deprecated.void
FeatureInstaller. addLayerViewMenuItem(PlugIn executable, String menuName, String menuItemName)
Deprecated.void
FeatureInstaller. addMainMenuItem(PlugIn executable, String[] menuPath, String menuItemName, boolean checkBox, Icon icon, EnableCheck enableCheck)
Deprecated.JMenuItem
FeatureInstaller. addMainMenuItem(PlugIn plugin, String[] menuPath, JMenuItem menuItem, EnableCheck enableCheck)
Deprecated.use addMainMenuPlugin() insteadJMenuItem
FeatureInstaller. addMainMenuItem(PlugIn plugin, String[] menuPath, JMenuItem menuItem, EnableCheck enableCheck, int pos)
Deprecated.use addMainMenuPlugin() insteadvoid
FeatureInstaller. addMainMenuItem(PlugIn executable, String menuName, String menuItemName, Icon icon, EnableCheck enableCheck)
Deprecated.JMenuItem
FeatureInstaller. addMainMenuPlugin(PlugIn executable, String[] menuPath)
JMenuItem
FeatureInstaller. addMainMenuPlugin(PlugIn executable, String[] menuPath, String menuItemName, boolean checkBox, Icon icon, EnableCheck enableCheck)
Convenience method without position parameter.JMenuItem
FeatureInstaller. addMainMenuPlugin(PlugIn executable, String[] menuPath, String menuItemName, boolean checkBox, Icon icon, EnableCheck enableCheck, int pos)
Replacement for the retired methods above and below.JMenuItem
FeatureInstaller. addMenuPlugin(String menuKey, PlugIn plugin)
a generic addMenu utility method, used in PluginManager all detailed settings are fetched from workbench properties and the plugin object.void
FeatureInstaller. addPopupMenuItem(JPopupMenu popupMenu, PlugIn executable, String[] menuPath, String menuItemName, boolean checkBox, Icon icon, EnableCheck enableCheck)
Deprecated.use addPopupMenuPlugin insteadvoid
FeatureInstaller. addPopupMenuItem(JPopupMenu popupMenu, PlugIn executable, String menuItemName, boolean checkBox, Icon icon, EnableCheck enableCheck)
Deprecated.use addPopupMenuPlugin insteadJMenuItem
FeatureInstaller. addPopupMenuPlugin(JPopupMenu popupMenu, PlugIn executable)
Ultimate convenience method for attaching a plugin to a popupmenu.JMenuItem
FeatureInstaller. addPopupMenuPlugin(JPopupMenu popupMenu, PlugIn executable, String[] menuPath)
Convenience method for entries with menupathJMenuItem
FeatureInstaller. addPopupMenuPlugin(JPopupMenu popupMenu, PlugIn executable, String[] menuPath, String menuItemName, boolean checkBox, Icon icon, EnableCheck enableCheck)
Analogue to addMainMenuPlugin().JMenuItem
FeatureInstaller. addPopupMenuPlugin(JPopupMenu popupMenu, PlugIn executable, String menuItemName, boolean checkBox, Icon icon, EnableCheck enableCheck)
Convenience method for entries without menupathstatic PlugIn[]
FeatureInstaller. fetchShortcutEnabledPlugins(PlugIn plugin)
Convenience method to collect all plugins of a probably multi shortcut enabled plugin.boolean
FeatureInstaller. registerShortcuts(PlugIn plugin)
Utility method to register global shortcuts. -
Uses of PlugIn in com.vividsolutions.jump.workbench.ui.plugin.analysis
Classes in com.vividsolutions.jump.workbench.ui.plugin.analysis that implement PlugIn Modifier and Type Class Description class
AttributeQueryPlugIn
Queries a layer by a spatial predicate.class
BufferPlugIn
PlugIn performing buffer operations authorized by JTS BufferOp class.class
CalculateAreasAndLengthsPlugIn
Calculates areas and lengths from information obtained from the user via aMultiInputDialog
.class
ConvexHullPlugIn
class
GeometryFunctionPlugIn
Provides basic functions for computation withGeometry
objects.class
OffsetCurvePlugIn
PlugIn creating an offset linestring from a linear geometry.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 PlugIn in com.vividsolutions.jump.workbench.ui.plugin.clipboard
Classes in com.vividsolutions.jump.workbench.ui.plugin.clipboard that implement PlugIn 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 PlugIn in com.vividsolutions.jump.workbench.ui.plugin.datastore
Classes in com.vividsolutions.jump.workbench.ui.plugin.datastore that implement PlugIn Modifier and Type Class Description class
AbstractAddDatastoreLayerPlugIn
class
AddDatastoreLayerPlugIn
Deprecated.class
ConnectionManagerToolboxPlugIn
class
InstallDatastoreLayerRendererHintsPlugIn
class
RefreshDataStoreLayerPlugin
class
RunDatastoreQueryPlugIn
This PlugIn runs a SQL query against a datastore and creates a Layer from the result. -
Uses of PlugIn in com.vividsolutions.jump.workbench.ui.plugin.generate
Classes in com.vividsolutions.jump.workbench.ui.plugin.generate that implement PlugIn 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 PlugIn in com.vividsolutions.jump.workbench.ui.plugin.imagery
Classes in com.vividsolutions.jump.workbench.ui.plugin.imagery that implement PlugIn Modifier and Type Class Description class
AddImageLayerPlugIn
class
ImageLayerManagerPlugIn
Simple Image Layer Management UI. -
Uses of PlugIn in com.vividsolutions.jump.workbench.ui.plugin.scalebar
Classes in com.vividsolutions.jump.workbench.ui.plugin.scalebar that implement PlugIn Modifier and Type Class Description class
InstallScaleBarPlugIn
Ensures that all TaskFrames get a scale bar.class
ScaleBarPlugIn
-
Uses of PlugIn in com.vividsolutions.jump.workbench.ui.plugin.simplify
Classes in com.vividsolutions.jump.workbench.ui.plugin.simplify that implement PlugIn Modifier and Type Class Description class
CoverageSimplifierPlugIn
-
Uses of PlugIn in com.vividsolutions.jump.workbench.ui.plugin.skin
Classes in com.vividsolutions.jump.workbench.ui.plugin.skin that implement PlugIn Modifier and Type Class Description class
InstallSkinsPlugIn
Installs custom 'look and feel' for UI via 'Skins'. -
Uses of PlugIn in com.vividsolutions.jump.workbench.ui.plugin.test
Classes in com.vividsolutions.jump.workbench.ui.plugin.test that implement PlugIn Modifier and Type Class Description class
MicroscopePlugIn
class
ProgressReportingPlugIn
class
RandomArrowsPlugIn
class
RandomTrianglesPlugIn
class
TestColorThemingPlugIn
-
Uses of PlugIn in com.vividsolutions.jump.workbench.ui.plugin.wms
Classes in com.vividsolutions.jump.workbench.ui.plugin.wms that implement PlugIn Modifier and Type Class Description class
EditWMSQueryPlugIn
-
Uses of PlugIn in com.vividsolutions.jump.workbench.ui.renderer.style
Classes in com.vividsolutions.jump.workbench.ui.renderer.style that implement PlugIn Modifier and Type Class Description class
CustomFillPatternExamplePlugIn
-
Uses of PlugIn in com.vividsolutions.jump.workbench.ui.snap
Classes in com.vividsolutions.jump.workbench.ui.snap that implement PlugIn Modifier and Type Class Description class
InstallGridPlugIn
-
Uses of PlugIn in com.vividsolutions.jump.workbench.ui.style
Classes in com.vividsolutions.jump.workbench.ui.style that implement PlugIn Modifier and Type Class Description class
ChangeStylesPlugIn
Deprecated.As of release 1.3, replaced byDeeChangeStylesPlugIn
class
CopyStylesPlugIn
Copies the styles for a layer to a paste bufferclass
LegendPlugIn
Plugin to display the legend of correct symbology used into a viewclass
PasteStylesPlugIn
Pastes the styles from the internal style paste buffer to a layer -
Uses of PlugIn in com.vividsolutions.jump.workbench.ui.toolbox
Classes in com.vividsolutions.jump.workbench.ui.toolbox that implement PlugIn Modifier and Type Class Description class
MainButtonPlugIn
Convenience superclass used in toolboxes that have one primary button.class
ToolboxPlugIn
Deprecated.future implementations should useToolboxPlugInV2
insteadclass
ToolboxPlugInV2
pretty muchToolboxPlugIn
but cleaned up plus propagating errors from initializeToolbox() -> getToolbox() -> execute() making implementations easier and more failsafeMethods in com.vividsolutions.jump.workbench.ui.toolbox with parameters of type PlugIn Modifier and Type Method Description void
ToolboxDialog. addPlugIn(PlugIn plugIn, EnableCheck enableCheck, Icon icon)
-
Uses of PlugIn in com.vividsolutions.jump.workbench.ui.warp
Classes in com.vividsolutions.jump.workbench.ui.warp that implement PlugIn Modifier and Type Class Description class
AffineTransformPlugIn
Applies an affine transform to the selected layers.class
ProjectiveTransformPlugIn
Applies a projective transform to the selected layers.class
WarpingPlugIn
-
Uses of PlugIn in com.vividsolutions.jump.workbench.ui.zoom
Classes in com.vividsolutions.jump.workbench.ui.zoom that implement PlugIn Modifier and Type Class Description class
InstallZoomBarPlugIn
class
PanToSelectedItemsPlugIn
Zoom to the features, then flash them.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. -
Uses of PlugIn in de.fho.jump.pirol.plugins.EditAttributeByFormula
Classes in de.fho.jump.pirol.plugins.EditAttributeByFormula that implement PlugIn Modifier and Type Class Description class
EditAttributeByFormulaPlugIn
PlugIn that creates a new attribute and assigns values to it, that are calculated by processing a formula that was created by the user. -
Uses of PlugIn in de.fho.jump.pirol.utilities.plugIns
Classes in de.fho.jump.pirol.utilities.plugIns that implement PlugIn Modifier and Type Class Description class
StandardPirolPlugIn
Overrides most of the abstract methods of the AbstractPlugIn to implement a default behavior, that fits the needs for a plugIn in the PIROL context. -
Uses of PlugIn in de.latlon.deejump.plugin
Classes in de.latlon.deejump.plugin that implement PlugIn Modifier and Type Class Description class
SaveLegendPlugIn
... -
Uses of PlugIn in de.latlon.deejump.plugin.manager
Classes in de.latlon.deejump.plugin.manager that implement PlugIn Modifier and Type Class Description class
ExtensionManagerPlugIn
-
Uses of PlugIn in de.latlon.deejump.plugin.style
Classes in de.latlon.deejump.plugin.style that implement PlugIn Modifier and Type Class Description class
DeeChangeStylesPlugIn
DeeChangeStylesPlugIn
class
LayerStyle2SLDPlugIn
... -
Uses of PlugIn in de.soldin.jumpcore
Classes in de.soldin.jumpcore that implement PlugIn Modifier and Type Class Description class
ExtCorePlugIn
-
Uses of PlugIn in de.soldin.jumpcore.geomconv
Classes in de.soldin.jumpcore.geomconv that implement PlugIn Modifier and Type Class Description class
GCPlugin
A jump plugin for the conversion of geometries into one another. -
Uses of PlugIn in org.openjump.core.ccordsys.srid
Classes in org.openjump.core.ccordsys.srid that implement PlugIn Modifier and Type Class Description class
EnsureAllLayersHaveSRIDStylePlugIn
Adds the SRIDStyle to every layer that JUMP encounters. -
Uses of PlugIn in org.openjump.core.rasterimage.styler
Classes in org.openjump.core.rasterimage.styler that implement PlugIn Modifier and Type Class Description class
RasterLegendPlugIn
Plugin for displaying the raster (ASC, FLT formats) legend.class
RasterStylesPlugIn
-
Uses of PlugIn in org.openjump.core.ui.plugin
Classes in org.openjump.core.ui.plugin that implement PlugIn Modifier and Type Class Description class
AbstractThreadedUiPlugIn
class
AbstractUiPlugIn
Default implementation of PlugIn, with useful functions for auto-generating a name, converting a PlugIn into an ActionListener (for use with JButtons, for example), and supporting undo.class
AbstractWizardPlugin
-
Uses of PlugIn in org.openjump.core.ui.plugin.cts
Classes in org.openjump.core.ui.plugin.cts that implement PlugIn Modifier and Type Class Description class
CTSPlugIn
PlugIn to transform coordinates using Coordinate Transformation Suite (CTS) -
Uses of PlugIn in org.openjump.core.ui.plugin.customize
Classes in org.openjump.core.ui.plugin.customize that implement PlugIn Modifier and Type Class Description class
BeanToolsPlugIn
This OpenJUMP PlugIn adds the capability to launch a scripted file from the menu.class
PythonToolsPlugIn
-
Uses of PlugIn in org.openjump.core.ui.plugin.datastore
Classes in org.openjump.core.ui.plugin.datastore that implement PlugIn Modifier and Type Class Description class
EditDataStoreQueryPlugIn
EditDatastoreQueryPlugIn
load the query used to create a layer in the RunDatastoreQueryPanel.class
RefreshDataStoreQueryPlugIn
RefreshDatastoreQueryPlugIn
runs the query associated to this layer and replace the dataset. -
Uses of PlugIn in org.openjump.core.ui.plugin.datastore.h2
Classes in org.openjump.core.ui.plugin.datastore.h2 that implement PlugIn Modifier and Type Class Description class
SaveToH2PlugIn
This plugin is a write-only driver for a data source backed by a H2 database. -
Uses of PlugIn in org.openjump.core.ui.plugin.datastore.postgis
Classes in org.openjump.core.ui.plugin.datastore.postgis that implement PlugIn Modifier and Type Class Description class
SaveToPostGISPlugIn
This plugin is a write-only driver for a data source backed by an PostGIS database. -
Uses of PlugIn in org.openjump.core.ui.plugin.datastore.postgis2
Classes in org.openjump.core.ui.plugin.datastore.postgis2 that implement PlugIn Modifier and Type Class Description class
SaveToPostGIS2PlugIn
This plugin is a write-only driver for a data source backed by a PostGIS database. -
Uses of PlugIn in org.openjump.core.ui.plugin.datastore.transaction
Classes in org.openjump.core.ui.plugin.datastore.transaction that implement PlugIn Modifier and Type Class Description class
DataStoreTransactionManagerPlugIn
DataStoreTransactionManagerPlugIn is a ToolBox containing: a text area displaying uncommitted edits a commit button : to commit changes to the database an update button : to update changes from the database an inspect button : to inspect local evolutions not yet commited -
Uses of PlugIn in org.openjump.core.ui.plugin.edit
Classes in org.openjump.core.ui.plugin.edit that implement PlugIn Modifier and Type Class Description class
ClipToFencePlugIn
class
CopyBBoxPlugin
CopyBBoxPlugin
class
InvertSelectionPlugIn
Selects all Features which were not selected in layers where at least one feature was selected.class
ReplicateSelectedItemsPlugIn
Replicates/ copys selected items in a new or existing layerclass
SelectAllLayerItemsPlugIn
Selects all items of the actual layer and informs about the number of selected items.class
SelectAllModifiedFeaturesPlugIn
Selects all Features with the modified flag setclass
SelectByTypePlugIn
class
SelectGeometryCollectionsPlugIn
A plugin to select features with complex geometries (MultiPoint, MultiLineString, MultiPolygon or GeometryCollection).class
SelectItemsByCircleFromSelectedLayersPlugIn
Selects items within a cirlce of the actual selected layers and informs about the number of selected itemsclass
SelectItemsByFenceFromSelectedLayersPlugIn
Selects items within a fence of the actual selected layers and informs about the number of selected items.class
SelectLayersWithSelectedItemsPlugIn
-
Uses of PlugIn in org.openjump.core.ui.plugin.edittoolbox
Classes in org.openjump.core.ui.plugin.edittoolbox that implement PlugIn Modifier and Type Class Description class
AutoCompletePolygonPlugIn
class
ConstrainedMoveVertexPlugIn
class
CutFeaturesPlugIn
class
CutPolygonSIGLEPlugIn
CutPolygonSIGLEPlugIn is an editing tool to cut a polygon using the geometry of another polygon.class
DrawCircleWithGivenRadiusPlugIn
Selects items of the actual layer and informs about the number of selected itemsclass
DrawConstrainedArcPlugIn
class
DrawConstrainedCirclePlugIn
class
DrawConstrainedLineStringPlugIn
class
DrawConstrainedPolygonPlugIn
class
FillPolygonPlugIn
This PlugIn creates a planar graph from features displayed in view and creates a polygon from the area containing the user click.class
NoteToolPlugIn
class
RemodelerPlugIn
class
RotateSelectedItemPlugIn
class
ScaleSelectedItemsPlugIn
class
SelectMultiItemsPlugIn
Created by UMichael on 31/05/2015.class
SelectOneItemPlugIn
-
Uses of PlugIn in org.openjump.core.ui.plugin.file
Classes in org.openjump.core.ui.plugin.file that implement PlugIn Modifier and Type Class Description class
FileDragDropPlugin
class
InstallDummyReaderPlugIn
Install a dummy reader which does not try to read files with xml or txt extension.class
OpenFilePlugIn
Plug-in to open files using a wizard.class
OpenProjectPlugIn
class
OpenRecentPlugIn
class
OpenWizardPlugIn
class
SaveImageAsSVGPlugIn
Saves the actual map window as svg graphicsclass
SaveLayersWithoutDataSourcePlugIn
Subclass this to implement a 'Save Project' plugin.class
SaveWizardPlugIn
-
Uses of PlugIn in org.openjump.core.ui.plugin.help
Classes in org.openjump.core.ui.plugin.help that implement PlugIn Modifier and Type Class Description class
SearchCommandPlugIn
A search toolbar to find an existing command in the menus, submenus and popup menus of OpenJUMP. -
Uses of PlugIn in org.openjump.core.ui.plugin.layer
Classes in org.openjump.core.ui.plugin.layer that implement PlugIn Modifier and Type Class Description class
ChangeLayerableNamePlugIn
ChangeLayerableName
changes the name of a layer.class
ChangeSRIDPlugIn
class
CombineSelectedLayersPlugIn
class
ExportLayerableEnvelopeAsGeometryPlugIn
Giuseppe Aruta 2015_01_15 PlugIn to export the envelope of any type of layerable (Layer.class, ReferencedImageStyle.class, WMSLayer.class, WFSLayer.class, RasterImageLayer.class) as geometry.class
ExtractLayerInFence
class
ExtractLayersByAttribute
class
ExtractLayersByGeometry
This plugin split a layer into several layers when its features have different geometry dimensions.class
LayerableStylePlugIn
class
LayerPropertiesPlugIn
class
MoveSelectedLayersPlugIn
Move selected layer to category pluginclass
NewLayerPropertiesPlugIn
class
SortCategoryAbstractPlugIn
Sort Categories abstract pluginclass
SortCategoryByFeaturesPlugIn
Sort categories by number of featuresclass
SortCategoryByNamePlugIn
Sort categories by nameclass
SortCategoryRestorePlugIn
Restore layers from the saved locationclass
SortCategorySavePlugIn
Save current category and layer locationclass
ToggleVisibilityPlugIn
-
Uses of PlugIn in org.openjump.core.ui.plugin.layer.pirolraster
Classes in org.openjump.core.ui.plugin.layer.pirolraster that implement PlugIn Modifier and Type Class Description class
ChangeRasterImagePropertiesPlugIn
class
CopySelectedRasterImageLayersPlugIn
class
CutSelectedRasterImageLayersPlugIn
class
ExportEnvelopeAsGeometryPlugIn
PlugIn to export the bounding box of the RasterImageLayer as a geometry layer, so it can be changed, transformed to a fence and be re-applied to the RasterImage.
This enables all geometry operations for RasterImages.class
ExtractSelectedPartOfImage
PlugIn that extracts a selected part (fence) of a raster image to a new raster image layer.
Some parts were taken from Stefan Ostermann's SaveInterpolationAsImagePlugIn.class
LayerableClipboardPlugIn
class
PasteRasterImageLayersPlugIn
Lets user paste layers from the clipboard.class
RemoveSelectedRasterImageLayersPlugIn
class
SaveRasterImageAsImagePlugIn
This PlugIn saves a RasterImages to disk with its geographical position.class
ToggleRasterImageVisibility
TODO: comment classclass
WarpImageToFencePlugIn
PlugIn to warp a RasterImage to the bounding box of the Fence.class
ZoomToRasterImagePlugIn
TODO: comment class -
Uses of PlugIn in org.openjump.core.ui.plugin.mousemenu
Classes in org.openjump.core.ui.plugin.mousemenu that implement PlugIn Modifier and Type Class Description class
CenterZoomPlugIn
class
DuplicateItemPlugIn
class
EditSelectedSidePlugIn
class
MeasureSelectedPlugIn
class
MergeSelectedFeaturesPlugIn
A PlugIn to merge selected features.class
MoveAlongAnglePlugIn
class
NodeFeaturesPlugIn
This is a mouse menu plugin activating Noder plugin with following options update selected features split polygonsclass
NodeLinesPlugIn
This is a mouse menu plugin activating Noder plugin with following options update selected features node linesclass
NodePolygonsPlugIn
This is a mouse menu plugin activating Noder plugin with following options update selected features node polygonsclass
PasteItemsAtPlugIn
class
ReverseOrientationPlugIn
class
RotatePlugIn
class
SaveDatasetsPlugIn
class
SelectAllOrderedFeaturesFromAttributeTablePlugIn
Selects all features of the active AttributeTable, preserving order.class
SplitFeaturesPlugIn
This is a mouse menu plugin activating Noder plugin with following options update selected features split polygons split linesclass
SplitLinesNodePolygonsPlugIn
This is a mouse menu plugin activating Noder plugin with following options update selected features split polygonsclass
SplitPolygonsNodeLinesPlugIn
This is a mouse menu plugin activating Noder plugin with following options update selected features split polygons node linesclass
ZoomInPlugIn
class
ZoomOutPlugIn
-
Uses of PlugIn in org.openjump.core.ui.plugin.mousemenu.category
Classes in org.openjump.core.ui.plugin.mousemenu.category that implement PlugIn Modifier and Type Class Description class
MoveCategoryOneDown
PlugIn class that adds the option to move a selected category one position down in the layer name panel to the category context menu.class
MoveCategoryOneUp
TODO: comment classclass
MoveCategoryToBottom
PlugIn class that adds the option to move a selected category to the bottom position in the layer name panel to the category context menu.class
MoveCategoryToTop
class
SetCategoryVisibilityPlugIn
-
Uses of PlugIn in org.openjump.core.ui.plugin.queries
Classes in org.openjump.core.ui.plugin.queries that implement PlugIn Modifier and Type Class Description class
SearchAllAttributes
class
SimpleQueryPlugIn
SimpleQueryPlugIn is a query editor and processor. -
Uses of PlugIn in org.openjump.core.ui.plugin.raster
Classes in org.openjump.core.ui.plugin.raster that implement PlugIn Modifier and Type Class Description class
CreateLatticeFromSelectedImageLayerPlugIn
Creates a lattice for the current selected raster image TODO : I was going todo this as a normal plugin, but this won't work since raster images are Layerables and not layer objects, so the drop down list doesn't display themclass
CreatePolygonGridFromSelectedImageLayerPlugIn
Creates a polygon grid from the current selected raster image TODO : I was going todo this as a normal plugin, but this won't work since raster images are Layerables and not layer objects, so the drop down list doesn't display themclass
CropWarpPlugIn
class
HistogramPlugIn
created on 06.06.2018class
KernelAnalysisPlugIn
class
ManageDataPlugIn
A comprensive class/plugin to manage data of a single raster layerclass
ProfileGraphPlugIn
class
RasterImageLayerPropertiesPlugIn
class
RasterQueryPlugIn
class
VectorizeToContoursPlugIn
class
VectorizeToPolygonsPlugIn
-
Uses of PlugIn in org.openjump.core.ui.plugin.raster.color
Classes in org.openjump.core.ui.plugin.raster.color that implement PlugIn Modifier and Type Class Description class
RasterColorEditorPlugIn
16 sept. -
Uses of PlugIn in org.openjump.core.ui.plugin.raster.nodata
Classes in org.openjump.core.ui.plugin.raster.nodata that implement PlugIn Modifier and Type Class Description class
ChangeNoDataValuePlugIn
class
ChangeRangeValuesToNoDataPlugIn
class
ChangeValueToNoDataPlugIn
-
Uses of PlugIn in org.openjump.core.ui.plugin.raster.statistics
Classes in org.openjump.core.ui.plugin.raster.statistics that implement PlugIn Modifier and Type Class Description class
DEMStatisticsPlugIn
-
Uses of PlugIn in org.openjump.core.ui.plugin.style
Classes in org.openjump.core.ui.plugin.style that implement PlugIn Modifier and Type Class Description class
ImportArcMapStylePlugIn
ImportArcMapStylePlugIn
class
ImportSLDPlugIn
ImportSLDPlugIn
class
LoadStylePlugIn
class
SaveStylePlugIn
plugin to save a layer style as file. -
Uses of PlugIn in org.openjump.core.ui.plugin.task
Classes in org.openjump.core.ui.plugin.task that implement PlugIn Modifier and Type Class Description class
TaskPropertiesPlugIn
-
Uses of PlugIn in org.openjump.core.ui.plugin.tools
Classes in org.openjump.core.ui.plugin.tools that implement PlugIn Modifier and Type Class Description class
Add3DGeometryAttributesPlugIn
User can add one or several of the following 3d attributes to a layer.class
AddGeometryAttributesPlugIn
User can add one or several of the following geometry attributes to a layer.class
AdvancedMeasurePlugin
Plugin for the AdvancedMeasureTool.class
AutoAssignAttributePlugIn
Assign a value to an attribute on a set of features.class
BeanshellAttributeCalculatorPlugIn
Creates a new layer, adding a (dynamic) attribute computed from a beanshell expression.class
BlendLineStringsPlugIn
Blend lines which (nearly) touch each others.class
ConvexHullPlugIn
class
CreateThiessenPolygonsPlugIn
Creates voronoi regions from a set of points.class
DeleteDuplicateGeometriesPlugIn
Eliminates features that have exactly the same geometry.class
DeleteEmptyGeometriesPlugIn
class
Dissolve2PlugIn
Plugin to mimic a SQL GROUP BY operation.class
DissolvePlugIn
Dissolve plugin is used to union features with same attribute value(s).class
EraseLayerAWithLayerBPlugIn
PlugIn to erase geometries of a layer with the geometries from another layerclass
GenerateRandomNumberPlugIn
Plugin to fill an attribute with randomly generated numbersclass
GenerateRandomStringPlugIn
Plugin to fill an attribute with randomly generated numbersclass
GenerateUniqueRandomIdPlugIn
class
IntersectPolygonLayersPlugIn
class
JoinAttributesSpatiallyPlugIn
Merges attributes according to some spatial and statistical criteria from one dataset to anotherclass
JoinTableFromExistingLayerPlugIn
Table join - attaches attributes from one layer to another layer created: 2012-10-01 refactored : 2016-10-29class
JoinTablePlugIn
class
JoinWithArcPlugIn
class
MakeValidPlugIn
A plugIn to repair invalid geometriesclass
MeasureM_FPlugIn
class
MergeTwoSelectedPolygonsPlugIn
class
MultiRingBufferSelectedPlugIn
class
PlanarGraphPlugIn
PlanarGraphPlugIn computes a planar graph from a set of features.class
PlumePlugIn
class
ProjectionPlugIn
class
ReducePointsISAPlugIn
class
RemoveSpikePlugIn
Created by UMichael on 10/03/2016.class
ReplaceValuePlugIn
Deprecated.this plugin is not undoable - moreover, it is redundant with AutoAssignAttributeclass
SimplifyWithJTSAlgorithmPlugIn
Simplifies a selected line, criterion is a maximal line displacementclass
SpatialJoinPlugIn
This PlugIn can make spatial joins using different geometry predicates.class
SplitPolygonPlugIn
class
TriangulationPlugIn
Creates a triangulation using the new Triangulation API of JTS 1.12class
UnionByAttributePlugIn
UnionByAttribute plugin is used to union features in a Layer or to Dissolve features using an attribute.class
UpdateWithJoinPlugIn
Update a layer from another layer using a joinclass
VoronoiDiagramPlugIn
Creates a Voronoï Dialgram using the new Triangulation API of JTS 1.12 -
Uses of PlugIn in org.openjump.core.ui.plugin.tools.analysis.onelayer
Classes in org.openjump.core.ui.plugin.tools.analysis.onelayer that implement PlugIn Modifier and Type Class Description class
IntersectPolygonsOneLayerPlugIn
class
MergePolygonsWithNeighbourPlugIn
class
MergeSelectedPolygonsWithNeighbourPlugIn
Deprecated.see new MergePolygonsWithNeighbourPlugIn -
Uses of PlugIn in org.openjump.core.ui.plugin.tools.analysis.twolayers
Classes in org.openjump.core.ui.plugin.tools.analysis.twolayers that implement PlugIn Modifier and Type Class Description class
CalculateDistancesPlugIn
Calculates distances between the geometries in 2 different datasets -
Uses of PlugIn in org.openjump.core.ui.plugin.tools.generalization
Classes in org.openjump.core.ui.plugin.tools.generalization that implement PlugIn Modifier and Type Class Description class
SimplifyPolygonCoveragePlugIn
Extracts the boundaries of a polygon layer, simplifies them, and then uses the polygonizer to create polygons again. -
Uses of PlugIn in org.openjump.core.ui.plugin.tools.generate
Classes in org.openjump.core.ui.plugin.tools.generate that implement PlugIn Modifier and Type Class Description class
AbstractLinearReferencingPlugIn
Common attributes and methods for LinearReferencingclass
CreateGridPlugIn
Create a grid or graticule for the map.class
LinearReferencingOnLayerPlugIn
Create point along a selected linear geometry from a distance and an offset values.class
LinearReferencingOnSelectionPlugIn
Create point along a selected linear geometry from a distance and an offset values.class
PointLayerFromAttributeTablePlugIn
Creates a new point layer from a attribute table where two attributes are used as coordinates.class
RasterizePlugIn
-
Uses of PlugIn in org.openjump.core.ui.plugin.tools.geometrychange
Classes in org.openjump.core.ui.plugin.tools.geometrychange that implement PlugIn Modifier and Type Class Description class
ExtractCommonBoundaryBetweenPolysPlugIn
Extracts the boundaries of a polygon layer distinguishing between shared and non-shared boundaries.class
ExtractPointsPlugIn
Extracts points from polygon or line features and writes them to a new layerclass
PointsToPathsPlugIn
-
Uses of PlugIn in org.openjump.core.ui.plugin.tools.statistics
Classes in org.openjump.core.ui.plugin.tools.statistics that implement PlugIn Modifier and Type Class Description class
CalcVarianceAndMeanPerClassPlugIn
class
ClassifyAttributesPlugIn
class
CreateBarPlotPlugIn
class
CreateHistogramPlugIn
created on 19.10.2007class
CreateScatterPlotPlugIn
class
StatisticOverViewPlugIn
PlugIn that gives a quick impression on the value ranges, means (modes) and the deviation of the layer features' attribute values. -
Uses of PlugIn in org.openjump.core.ui.plugin.view
Classes in org.openjump.core.ui.plugin.view that implement PlugIn Modifier and Type Class Description class
EasyButtonsPlugin
class
InstallKeyPanPlugIn
Plug in for navigation with keyboards keys.class
MapToolTipPlugIn
class
NorthArrowInstallRenderer
class
NorthArrowPlugIn
class
ShowFullPathPlugIn
class
ShowScalePlugIn
- initializes renderplugin - plugin calculates the actual scale and draws the text (and a white rectangle around) in the map window all things are done in ShowScaleRendererclass
ViewOptionsPlugIn
Plugin responsible for initializing/editing view optionsclass
ZoomToScalePlugIn
Zooms to a given map scale, received from a input dialogMethods in org.openjump.core.ui.plugin.view that return PlugIn Modifier and Type Method Description PlugIn[]
InstallKeyPanPlugIn. getShortcutEnabledPlugins()
-
Uses of PlugIn in org.openjump.core.ui.plugin.view.helpclassescale
Classes in org.openjump.core.ui.plugin.view.helpclassescale that implement PlugIn Modifier and Type Class Description class
InstallShowScalePlugIn
Ensures that all TaskFrames get a scale bar. -
Uses of PlugIn in org.openjump.core.ui.plugin.view.showcenter
Classes in org.openjump.core.ui.plugin.view.showcenter that implement PlugIn Modifier and Type Class Description class
ShowViewCenterInstallRenderer
Ensures that all TaskFrames get a scale bar.class
ShowViewCenterPlugIn
- initializes renderplugin - plugin calculates the actual scale and draws the text (and a white rectangle around) in the map window all things are done in ShowScaleRenderer -
Uses of PlugIn in org.openjump.core.ui.plugin.window
Classes in org.openjump.core.ui.plugin.window that implement PlugIn Modifier and Type Class Description class
ArrangeViewsPlugIn
static class
ArrangeViewsPlugIn.ArrangeAllPlugIn
static class
ArrangeViewsPlugIn.ArrangeCascadePlugIn
static class
ArrangeViewsPlugIn.ArrangeHorizontalPlugIn
static class
ArrangeViewsPlugIn.ArrangeVerticalPlugIn
class
MosaicInternalFramesPlugIn
A plugin to layout opened internal frames as a mosaic.class
SynchronizationPlugIn
A plugin to synchronize / desynchronize LayerViewPanels. -
Uses of PlugIn in org.openjump.core.ui.plugin.wms
Classes in org.openjump.core.ui.plugin.wms that implement PlugIn Modifier and Type Class Description class
WMSLegendPlugIn
Giuseppe Aruta 2015_6_4 Plugin that allows to show the legends of WMS layerclass
WMSStylePlugIn
class
ZoomToWMSLayerPlugIn
class
ZoomToWMSPlugIn
-
Uses of PlugIn in org.openjump.sextante.gui.additionalResults
Classes in org.openjump.sextante.gui.additionalResults that implement PlugIn Modifier and Type Class Description class
AdditionalResultsPlugIn
-