Uses of Interface
com.vividsolutions.jump.workbench.plugin.PlugIn
Packages that use PlugIn
Package
Description
The DataSourceQueryChooser API is used to provide a GUI for a
DataSource, enabling it to be part of the JUMP Workbench.
The API for "plug-ins", which are code modules that can be assigned to
buttons and menu items.
The built-in JUMP "plug-ins" (code modules that can be assigned to
buttons and menu items).
-
Uses of PlugIn in com.vividsolutions.jump.plugin.edit
Classes in com.vividsolutions.jump.plugin.edit that implement PlugInModifier and TypeClassDescriptionclassApplies anAffineTransformationto a layer.classclassclassclassNoder PlugIn computes intersection nodes in a collection of linear or areal features.classclass -
Uses of PlugIn in com.vividsolutions.jump.plugin.qa
Classes in com.vividsolutions.jump.plugin.qa that implement PlugInModifier and TypeClassDescriptionclassComputes 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 PlugInModifier and TypeClassDescriptionclassclassclassclassAdds to the JUMP Workbench the UIs for opening and saving files with the basic file formats.classPrompts the user to pick a dataset to load.classDeprecated.in favor of com.vividsolutions.jump.workbench.datasource.SaveDatasetAsPlugInclassPrompts 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.pluginModifier and TypeInterfaceDescriptioninterfaceA 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 PlugInModifier and TypeClassDescriptionclassDefault 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.classA sequence of plug-ins treated as one.classRun a macro composed of a sequence of plugins along with their parameters.classStart recording a sequence of plugin executionclassStop recording a macro.classConvenience superclass for classes that want to extend BasePlugIn and implement ThreadedPlugIn.Fields in com.vividsolutions.jump.workbench.plugin declared as PlugInMethods in com.vividsolutions.jump.workbench.plugin that return PlugInMethods in com.vividsolutions.jump.workbench.plugin with parameters of type PlugInModifier and TypeMethodDescriptionstatic ActionListenerAbstractPlugIn.toActionListener(PlugIn plugIn, WorkbenchContext workbenchContext, TaskMonitorManager taskMonitorManager) Method parameters in com.vividsolutions.jump.workbench.plugin with type arguments of type PlugInModifier and TypeMethodDescriptionstatic StringAbstractPlugIn.createName(Class<? extends PlugIn> plugInClass) Constructors in com.vividsolutions.jump.workbench.plugin with parameters of type PlugIn -
Uses of PlugIn in com.vividsolutions.jump.workbench.ui
Classes in com.vividsolutions.jump.workbench.ui that implement PlugInMethods in com.vividsolutions.jump.workbench.ui that return PlugInMethods in com.vividsolutions.jump.workbench.ui with parameters of type PlugInModifier and TypeMethodDescriptionvoidShortcutPluginExecuteKeyListener.add(int keyCode, int modifiers, PlugIn plugin, EnableCheck enableCheck) Deprecated.voidvoidWorkbenchFrame.addKeyboardShortcut(KeyStroke stroke, PlugIn plugIn) Adds a keyboard shortcut for a plugin. logs plugin exceptions. note - attaching to keyCode 'a', modifiers =1 will detect shift-A events.WorkbenchToolBar.addPlugIn(int index, PlugIn plugIn, Icon icon, EnableCheck enableCheck, WorkbenchContext workbenchContext) 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 PlugInModifier and TypeClassDescriptionclassa 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 -
Uses of PlugIn in com.vividsolutions.jump.workbench.ui.plugin
Classes in com.vividsolutions.jump.workbench.ui.plugin that implement PlugInModifier and TypeClassDescriptionclassPops up an 'About... ' Dialog.classSubclass this to implement a 'Save Project' plugin.classclassclassclassclassclassclassImplements aPlugInthat allows the user to change coordinate systems.classclassclassclassCopy a Feature Schema in the clipboard.classclassclassclassclassclassclassExplodes features based on a GeometryCollection into several features.classclassclassComputes various statistics for selected layers.classOpens a TaskFrame when the Workbench starts upclassclassclassclassComputes various statistics for selected layers.classclassstatic classstatic classclassclassDeprecated.replaced by org.openjump.core.ui.plugin.file.OpenProjectPlugInclassclassclassApply a Feature Schema to a FeatureCollection.classclassclassclassclassSave the view to a PNG or a JPG image file.classclassclassclassclassclassclassclassclassclassclassclassBase class for PlugIns that ask the user to enter Well-Known Text.Methods in com.vividsolutions.jump.workbench.ui.plugin that return PlugInModifier and TypeMethodDescriptionstatic 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 PlugInModifier and TypeMethodDescriptionvoidFeatureInstaller.addLayerNameViewMenuItem(PlugIn executable, String[] menuPath, String menuItemName) Deprecated.voidFeatureInstaller.addLayerNameViewMenuItem(PlugIn executable, String menuName, String menuItemName) Deprecated.voidFeatureInstaller.addLayerViewMenuItem(PlugIn executable, String[] menuPath, String menuItemName) Deprecated.voidFeatureInstaller.addLayerViewMenuItem(PlugIn executable, String menuName, String menuItemName) Deprecated.voidFeatureInstaller.addMainMenuItem(PlugIn executable, String[] menuPath, String menuItemName, boolean checkBox, Icon icon, EnableCheck enableCheck) Deprecated.FeatureInstaller.addMainMenuItem(PlugIn plugin, String[] menuPath, JMenuItem menuItem, EnableCheck enableCheck) Deprecated.use addMainMenuPlugin() insteadFeatureInstaller.addMainMenuItem(PlugIn plugin, String[] menuPath, JMenuItem menuItem, EnableCheck enableCheck, int pos) Deprecated.use addMainMenuPlugin() insteadvoidFeatureInstaller.addMainMenuItem(PlugIn executable, String menuName, String menuItemName, Icon icon, EnableCheck enableCheck) Deprecated.FeatureInstaller.addMainMenuPlugin(PlugIn executable, String[] menuPath) FeatureInstaller.addMainMenuPlugin(PlugIn executable, String[] menuPath, String menuItemName, boolean checkBox, Icon icon, EnableCheck enableCheck) Convenience method without position parameter.FeatureInstaller.addMainMenuPlugin(PlugIn executable, String[] menuPath, String menuItemName, boolean checkBox, Icon icon, EnableCheck enableCheck, int pos) Replacement for the retired methods above and below.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.voidFeatureInstaller.addPopupMenuItem(JPopupMenu popupMenu, PlugIn executable, String[] menuPath, String menuItemName, boolean checkBox, Icon icon, EnableCheck enableCheck) Deprecated.use addPopupMenuPlugin insteadvoidFeatureInstaller.addPopupMenuItem(JPopupMenu popupMenu, PlugIn executable, String menuItemName, boolean checkBox, Icon icon, EnableCheck enableCheck) Deprecated.use addPopupMenuPlugin insteadFeatureInstaller.addPopupMenuPlugin(JPopupMenu popupMenu, PlugIn executable) Ultimate convenience method for attaching a plugin to a popupmenu.FeatureInstaller.addPopupMenuPlugin(JPopupMenu popupMenu, PlugIn executable, String[] menuPath) Convenience method for entries with menupathFeatureInstaller.addPopupMenuPlugin(JPopupMenu popupMenu, PlugIn executable, String[] menuPath, String menuItemName, boolean checkBox, Icon icon, EnableCheck enableCheck) Analogue to addMainMenuPlugin().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.booleanFeatureInstaller.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 PlugInModifier and TypeClassDescriptionclassQueries a layer by a spatial predicate.classPlugIn performing buffer operations authorized by JTS BufferOp class.classCalculates areas and lengths from information obtained from the user via aMultiInputDialog.classclassProvides basic functions for computation withGeometryobjects.classPlugIn creating an offset linestring from a linear geometry.classCreates a new layer containing intersections of all pairs of features from two input layers.classQueries a layer by a spatial predicate.classQueries a layer by a spatial predicate.class -
Uses of PlugIn in com.vividsolutions.jump.workbench.ui.plugin.clipboard
Classes in com.vividsolutions.jump.workbench.ui.plugin.clipboard that implement PlugInModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassLets user paste items from the clipboard.classLets 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 PlugInModifier and TypeClassDescriptionclassclassDeprecated.classclassclassclassThis 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 PlugInModifier and TypeClassDescriptionclassCreates two polygon-grid layers that interlock with sinusoidal "teeth".classSee White, Marvin S., Jr. and Griffin, Patricia. 1985. -
Uses of PlugIn in com.vividsolutions.jump.workbench.ui.plugin.imagery
Classes in com.vividsolutions.jump.workbench.ui.plugin.imagery that implement PlugInModifier and TypeClassDescriptionclassclassSimple 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 PlugInModifier and TypeClassDescriptionclassEnsures that all TaskFrames get a scale bar.class -
Uses of PlugIn in com.vividsolutions.jump.workbench.ui.plugin.simplify
Classes in com.vividsolutions.jump.workbench.ui.plugin.simplify that implement PlugIn -
Uses of PlugIn in com.vividsolutions.jump.workbench.ui.plugin.skin
Classes in com.vividsolutions.jump.workbench.ui.plugin.skin that implement PlugInModifier and TypeClassDescriptionclassInstalls 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 PlugInModifier and TypeClassDescriptionclassclassclassclassclass -
Uses of PlugIn in com.vividsolutions.jump.workbench.ui.plugin.wms
Classes in com.vividsolutions.jump.workbench.ui.plugin.wms that implement PlugIn -
Uses of PlugIn in com.vividsolutions.jump.workbench.ui.renderer.style
Classes in com.vividsolutions.jump.workbench.ui.renderer.style that implement PlugIn -
Uses of PlugIn in com.vividsolutions.jump.workbench.ui.snap
Classes in com.vividsolutions.jump.workbench.ui.snap that implement PlugIn -
Uses of PlugIn in com.vividsolutions.jump.workbench.ui.style
Classes in com.vividsolutions.jump.workbench.ui.style that implement PlugInModifier and TypeClassDescriptionclassDeprecated.As of release 1.3, replaced byDeeChangeStylesPlugInclassCopies the styles for a layer to a paste bufferclassPlugin to display the legend of correct symbology used into a viewclassPastes 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 PlugInModifier and TypeClassDescriptionclassConvenience superclass used in toolboxes that have one primary button.classDeprecated.future implementations should useToolboxPlugInV2insteadclasspretty muchToolboxPlugInbut 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 PlugInModifier and TypeMethodDescriptionvoidToolboxDialog.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 PlugInModifier and TypeClassDescriptionclassApplies an affine transform to the selected layers.classApplies a projective transform to the selected layers.class -
Uses of PlugIn in com.vividsolutions.jump.workbench.ui.zoom
Classes in com.vividsolutions.jump.workbench.ui.zoom that implement PlugInModifier and TypeClassDescriptionclassclassZoom to the features, then flash them.classclassclassclassclassclassclassclassclassZoom 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 PlugInModifier and TypeClassDescriptionclassPlugIn 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 PlugInModifier and TypeClassDescriptionclassOverrides 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 -
Uses of PlugIn in de.latlon.deejump.plugin.manager
Classes in de.latlon.deejump.plugin.manager that implement PlugIn -
Uses of PlugIn in de.latlon.deejump.plugin.style
Classes in de.latlon.deejump.plugin.style that implement PlugInModifier and TypeClassDescriptionclassDeeChangeStylesPlugInclass... -
Uses of PlugIn in de.soldin.jumpcore
Classes in de.soldin.jumpcore that implement PlugIn -
Uses of PlugIn in de.soldin.jumpcore.geomconv
Classes in de.soldin.jumpcore.geomconv that implement PlugInModifier and TypeClassDescriptionclassA 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 PlugInModifier and TypeClassDescriptionclassAdds 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 PlugInModifier and TypeClassDescriptionclassPlugin for displaying the raster (ASC, FLT formats) legend.class -
Uses of PlugIn in org.openjump.core.ui.plugin
Classes in org.openjump.core.ui.plugin that implement PlugInModifier and TypeClassDescriptionclassclassDefault 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 -
Uses of PlugIn in org.openjump.core.ui.plugin.cts
Classes in org.openjump.core.ui.plugin.cts that implement PlugInModifier and TypeClassDescriptionclassPlugIn 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 PlugInModifier and TypeClassDescriptionclassThis OpenJUMP PlugIn adds the capability to launch a scripted file from the menu.class -
Uses of PlugIn in org.openjump.core.ui.plugin.datastore
Classes in org.openjump.core.ui.plugin.datastore that implement PlugInModifier and TypeClassDescriptionclassEditDatastoreQueryPlugInload the query used to create a layer in the RunDatastoreQueryPanel.classRefreshDatastoreQueryPlugInruns 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 PlugInModifier and TypeClassDescriptionclassThis 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 PlugInModifier and TypeClassDescriptionclassThis 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 PlugInModifier and TypeClassDescriptionclassThis 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 PlugInModifier and TypeClassDescriptionclassDataStoreTransactionManagerPlugIn 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 PlugInModifier and TypeClassDescriptionclassclassCopyBBoxPluginclassSelects all Features which were not selected in layers where at least one feature was selected.classReplicates/ copys selected items in a new or existing layerclassSelects all items of the actual layer and informs about the number of selected items.classSelects all Features with the modified flag setclassclassA plugin to select features with complex geometries (MultiPoint, MultiLineString, MultiPolygon or GeometryCollection).classSelects items within a cirlce of the actual selected layers and informs about the number of selected itemsclassSelects items within a fence of the actual selected layers and informs about the number of selected items.class -
Uses of PlugIn in org.openjump.core.ui.plugin.edittoolbox
Classes in org.openjump.core.ui.plugin.edittoolbox that implement PlugInModifier and TypeClassDescriptionclassclassclassclassCutPolygonSIGLEPlugIn is an editing tool to cut a polygon using the geometry of another polygon.classSelects items of the actual layer and informs about the number of selected itemsclassclassclassclassclassThis PlugIn creates a planar graph from features displayed in view and creates a polygon from the area containing the user click.classclassclassclassclassCreated by UMichael on 31/05/2015.class -
Uses of PlugIn in org.openjump.core.ui.plugin.file
Classes in org.openjump.core.ui.plugin.file that implement PlugInModifier and TypeClassDescriptionclassclassInstall a dummy reader which does not try to read files with xml or txt extension.classPlug-in to open files using a wizard.classclassclassclassSaves the actual map window as svg graphicsclassSubclass this to implement a 'Save Project' plugin.class -
Uses of PlugIn in org.openjump.core.ui.plugin.help
Classes in org.openjump.core.ui.plugin.help that implement PlugInModifier and TypeClassDescriptionclassA 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 PlugInModifier and TypeClassDescriptionclassChangeLayerableNamechanges the name of a layer.classclassclassGiuseppe 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.classclassclassThis plugin split a layer into several layers when its features have different geometry dimensions.classclassclassMove selected layer to category pluginclassclassSort Categories abstract pluginclassSort categories by number of featuresclassSort categories by nameclassRestore layers from the saved locationclassSave current category and layer locationclass -
Uses of PlugIn in org.openjump.core.ui.plugin.layer.pirolraster
Classes in org.openjump.core.ui.plugin.layer.pirolraster that implement PlugInModifier and TypeClassDescriptionclassclassclassclassPlugIn 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.classPlugIn 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.classclassLets user paste layers from the clipboard.classclassThis PlugIn saves a RasterImages to disk with its geographical position.classTODO: comment classclassPlugIn to warp a RasterImage to the bounding box of the Fence.classTODO: comment class -
Uses of PlugIn in org.openjump.core.ui.plugin.queries
Classes in org.openjump.core.ui.plugin.queries that implement PlugInModifier and TypeClassDescriptionclassclassSimpleQueryPlugIn 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 PlugInModifier and TypeClassDescriptionclassCreates 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 themclassCreates 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 themclassclasscreated on 06.06.2018classclassA comprensive class/plugin to manage data of a single raster layerclassclassclassclassclass -
Uses of PlugIn in org.openjump.core.ui.plugin.raster.color
Classes in org.openjump.core.ui.plugin.raster.color that implement PlugIn -
Uses of PlugIn in org.openjump.core.ui.plugin.raster.nodata
Classes in org.openjump.core.ui.plugin.raster.nodata that implement PlugInModifier and TypeClassDescriptionclassclassclass -
Uses of PlugIn in org.openjump.core.ui.plugin.raster.statistics
Classes in org.openjump.core.ui.plugin.raster.statistics that implement PlugIn -
Uses of PlugIn in org.openjump.core.ui.plugin.style
Classes in org.openjump.core.ui.plugin.style that implement PlugInModifier and TypeClassDescriptionclassImportArcMapStylePlugInclassImportSLDPlugInclassclassplugin 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 -
Uses of PlugIn in org.openjump.core.ui.plugin.tools
Classes in org.openjump.core.ui.plugin.tools that implement PlugInModifier and TypeClassDescriptionclassUser can add one or several of the following 3d attributes to a layer.classUser can add one or several of the following geometry attributes to a layer.classPlugin for the AdvancedMeasureTool.classAssign a value to an attribute on a set of features.classCreates a new layer, adding a (dynamic) attribute computed from a beanshell expression.classBlend lines which (nearly) touch each others.classclassCreates voronoi regions from a set of points.final classEliminates features that have exactly the same geometry.classclassPlugin to mimic a SQL GROUP BY operation.classDissolve plugin is used to union features with same attribute value(s).classPlugIn to erase geometries of a layer with the geometries from another layerclassPlugin to fill an attribute with randomly generated numbersclassPlugin to fill an attribute with randomly generated numbersclassclassclassMerges attributes according to some spatial and statistical criteria from one dataset to anotherclassTable join - attaches attributes from one layer to another layer created: 2012-10-01 refactored : 2016-10-29classclassclassA plugIn to repair invalid geometriesclassclassclassclassPlanarGraphPlugIn computes a planar graph from a set of features.classclassclassclassCreated by UMichael on 10/03/2016.classDeprecated.this plugin is not undoable - moreover, it is redundant with AutoAssignAttributeclassSimplifies a selected line, criterion is a maximal line displacementclassThis PlugIn can make spatial joins using different geometry predicates.classclassCreates a triangulation using the new Triangulation API of JTS 1.12classUnionByAttribute plugin is used to union features in a Layer or to Dissolve features using an attribute.classUpdate a layer from another layer using a joinclassCreates 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 PlugInModifier and TypeClassDescriptionclassclassclassDeprecated.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 PlugInModifier and TypeClassDescriptionclassCalculates 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 PlugInModifier and TypeClassDescriptionclassExtracts 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 PlugInModifier and TypeClassDescriptionclassCommon attributes and methods for LinearReferencingclassCreate a grid or graticule for the map.classCreate point along a selected linear geometry from a distance and an offset values.classCreate point along a selected linear geometry from a distance and an offset values.classCreates a new point layer from a attribute table where two attributes are used as coordinates.class -
Uses of PlugIn in org.openjump.core.ui.plugin.tools.geometrychange
Classes in org.openjump.core.ui.plugin.tools.geometrychange that implement PlugInModifier and TypeClassDescriptionclassExtracts the boundaries of a polygon layer distinguishing between shared and non-shared boundaries.classExtracts points from polygon or line features and writes them to a new layerclass -
Uses of PlugIn in org.openjump.core.ui.plugin.tools.statistics
Classes in org.openjump.core.ui.plugin.tools.statistics that implement PlugInModifier and TypeClassDescriptionclassclassclassclasscreated on 19.10.2007classclassPlugIn 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 PlugInModifier and TypeClassDescriptionclassclassPlug in for navigation with keyboards keys.classclassclassclassclass- 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 ShowScaleRendererclassPlugin responsible for initializing/editing view optionsclassZooms to a given map scale, received from a input dialogMethods in org.openjump.core.ui.plugin.view that return PlugIn -
Uses of PlugIn in org.openjump.core.ui.plugin.view.helpclassescale
Classes in org.openjump.core.ui.plugin.view.helpclassescale that implement PlugInModifier and TypeClassDescriptionclassEnsures 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 PlugInModifier and TypeClassDescriptionclassEnsures that all TaskFrames get a scale bar.class- 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 PlugInModifier and TypeClassDescriptionclassstatic classstatic classstatic classstatic classclassA plugin to layout opened internal frames as a mosaic.classA 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 PlugInModifier and TypeClassDescriptionclassGiuseppe Aruta 2015_6_4 Plugin that allows to show the legends of WMS layerclassclassclass -
Uses of PlugIn in org.openjump.sextante.gui.additionalResults
Classes in org.openjump.sextante.gui.additionalResults that implement PlugIn