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 classAffineTransformationPlugInApplies anAffineTransformationto a layer.classExtractSegmentsPlugInclassGeometrySnapperPlugInclassLineNoderPlugInclassNoderPlugInNoder PlugIn computes intersection nodes in a collection of linear or areal features.classPolygonizerPlugInclassPrecisionReducerPlugIn -
Uses of PlugIn in com.vividsolutions.jump.plugin.qa
Classes in com.vividsolutions.jump.plugin.qa that implement PlugIn Modifier and Type Class Description classDiffGeometryPlugInComputes 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 classAbstractLoadDatasetPlugInclassAbstractLoadSaveDatasetPlugInclassAbstractSaveDatasetAsPlugInclassInstallStandardDataSourceQueryChoosersPlugInAdds to the JUMP Workbench the UIs for opening and saving files with the basic file formats.classLoadDatasetPlugInPrompts the user to pick a dataset to load.classSaveDatasetAsFilePlugInDeprecated.in favor of com.vividsolutions.jump.workbench.datasource.SaveDatasetAsPlugInclassSaveDatasetAsPlugInPrompts 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 interfaceThreadedPlugInA 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 classAbstractPlugInDefault 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.classMacroPlugInA sequence of plug-ins treated as one.classRunMacroPlugInRun a macro composed of a sequence of plugins along with their parameters.classStartMacroPlugInStart recording a sequence of plugin executionclassStopMacroPlugInStop recording a macro.classThreadedBasePlugInConvenience 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. plugInsMethods 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 ActionListenerAbstractPlugIn. 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 StringAbstractPlugIn. 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 classWorkbenchFrame.ExitPluginMethods in com.vividsolutions.jump.workbench.ui that return PlugIn Modifier and Type Method Description PlugInWorkbenchFrame. getKeyboardShortcutPlugin(KeyStroke key)PlugInShortcutPluginExecuteKeyListener. getPlugIn(KeyStroke key)Methods in com.vividsolutions.jump.workbench.ui with parameters of type PlugIn Modifier and Type Method Description voidShortcutPluginExecuteKeyListener. add(int keyCode, int modifiers, PlugIn plugin, EnableCheck enableCheck)Deprecated.voidShortcutPluginExecuteKeyListener. add(KeyStroke key, PlugIn plugin)voidWorkbenchFrame. addKeyboardShortcut(KeyStroke stroke, PlugIn plugIn)Adds a keyboard shortcut for a plugin.JButtonWorkbenchToolBar. addPlugIn(int index, PlugIn plugIn, Icon icon, EnableCheck enableCheck, WorkbenchContext workbenchContext)JButtonWorkbenchToolBar. 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 classCursorToolPluginWrappera 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 classEditingPlugIn -
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 voidFeatureInstaller. 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.JMenuItemFeatureInstaller. addMainMenuItem(PlugIn plugin, String[] menuPath, JMenuItem menuItem, EnableCheck enableCheck)Deprecated.use addMainMenuPlugin() insteadJMenuItemFeatureInstaller. 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.JMenuItemFeatureInstaller. addMainMenuPlugin(PlugIn executable, String[] menuPath)JMenuItemFeatureInstaller. addMainMenuPlugin(PlugIn executable, String[] menuPath, String menuItemName, boolean checkBox, Icon icon, EnableCheck enableCheck)Convenience method without position parameter.JMenuItemFeatureInstaller. addMainMenuPlugin(PlugIn executable, String[] menuPath, String menuItemName, boolean checkBox, Icon icon, EnableCheck enableCheck, int pos)Replacement for the retired methods above and below.JMenuItemFeatureInstaller. 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 insteadJMenuItemFeatureInstaller. addPopupMenuPlugin(JPopupMenu popupMenu, PlugIn executable)Ultimate convenience method for attaching a plugin to a popupmenu.JMenuItemFeatureInstaller. addPopupMenuPlugin(JPopupMenu popupMenu, PlugIn executable, String[] menuPath)Convenience method for entries with menupathJMenuItemFeatureInstaller. addPopupMenuPlugin(JPopupMenu popupMenu, PlugIn executable, String[] menuPath, String menuItemName, boolean checkBox, Icon icon, EnableCheck enableCheck)Analogue to addMainMenuPlugin().JMenuItemFeatureInstaller. 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 PlugIn Modifier and Type Class Description classAttributeQueryPlugInQueries a layer by a spatial predicate.classBufferPlugInPlugIn performing buffer operations authorized by JTS BufferOp class.classCalculateAreasAndLengthsPlugInCalculates areas and lengths from information obtained from the user via aMultiInputDialog.classConvexHullPlugInclassGeometryFunctionPlugInProvides basic functions for computation withGeometryobjects.classOffsetCurvePlugInPlugIn creating an offset linestring from a linear geometry.classOverlayPlugInCreates a new layer containing intersections of all pairs of features from two input layers.classSpatialJoinPlugInQueries a layer by a spatial predicate.classSpatialQueryPlugInQueries a layer by a spatial predicate.classUnionPlugIn -
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 classCopyImagePlugInclassCopySelectedItemsPlugInclassCopySelectedLayersPlugInclassCopyThisCoordinatePlugInclassCutSelectedItemsPlugInclassCutSelectedLayersPlugInclassLayerableClipboardPlugInclassPasteItemsPlugInLets user paste items from the clipboard.classPasteLayersPlugInLets 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 classAbstractAddDatastoreLayerPlugInclassAddDatastoreLayerPlugInDeprecated.classConnectionManagerToolboxPlugInclassInstallDatastoreLayerRendererHintsPlugInclassRefreshDataStoreLayerPluginclassRunDatastoreQueryPlugInThis 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 classBoundaryMatchDataPlugInCreates two polygon-grid layers that interlock with sinusoidal "teeth".classShowTriangulationPlugInSee 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 classAddImageLayerPlugInclassImageLayerManagerPlugInSimple 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 classInstallScaleBarPlugInEnsures that all TaskFrames get a scale bar.classScaleBarPlugIn -
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 classInstallSkinsPlugInInstalls 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 classMicroscopePlugInclassProgressReportingPlugInclassRandomArrowsPlugInclassRandomTrianglesPlugInclassTestColorThemingPlugIn -
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 classEditWMSQueryPlugIn -
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 classCustomFillPatternExamplePlugIn -
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 classInstallGridPlugIn -
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 classChangeStylesPlugInDeprecated.As of release 1.3, replaced byDeeChangeStylesPlugInclassCopyStylesPlugInCopies the styles for a layer to a paste bufferclassLegendPlugInPlugin to display the legend of correct symbology used into a viewclassPasteStylesPlugInPastes 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 classMainButtonPlugInConvenience superclass used in toolboxes that have one primary button.classToolboxPlugInDeprecated.future implementations should useToolboxPlugInV2insteadclassToolboxPlugInV2pretty 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 PlugIn Modifier and Type Method Description voidToolboxDialog. 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 classAffineTransformPlugInApplies an affine transform to the selected layers.classProjectiveTransformPlugInApplies a projective transform to the selected layers.classWarpingPlugIn -
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 classInstallZoomBarPlugInclassPanToSelectedItemsPlugInZoom to the features, then flash them.classZoomBarPlugInclassZoomNextPlugInclassZoomPreviousPlugInclassZoomToClickPlugInclassZoomToCoordinatePlugInclassZoomToFencePlugInclassZoomToFullExtentPlugInclassZoomToLayerPlugInclassZoomToSelectedItemsPlugInZoom 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 classEditAttributeByFormulaPlugInPlugIn 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 classStandardPirolPlugInOverrides 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 classSaveLegendPlugIn... -
Uses of PlugIn in de.latlon.deejump.plugin.manager
Classes in de.latlon.deejump.plugin.manager that implement PlugIn Modifier and Type Class Description classExtensionManagerPlugIn -
Uses of PlugIn in de.latlon.deejump.plugin.style
Classes in de.latlon.deejump.plugin.style that implement PlugIn Modifier and Type Class Description classDeeChangeStylesPlugInDeeChangeStylesPlugInclassLayerStyle2SLDPlugIn... -
Uses of PlugIn in de.soldin.jumpcore
Classes in de.soldin.jumpcore that implement PlugIn Modifier and Type Class Description classExtCorePlugIn -
Uses of PlugIn in de.soldin.jumpcore.geomconv
Classes in de.soldin.jumpcore.geomconv that implement PlugIn Modifier and Type Class Description classGCPluginA 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 classEnsureAllLayersHaveSRIDStylePlugInAdds 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 classRasterLegendPlugInPlugin for displaying the raster (ASC, FLT formats) legend.classRasterStylesPlugIn -
Uses of PlugIn in org.openjump.core.ui.plugin
Classes in org.openjump.core.ui.plugin that implement PlugIn Modifier and Type Class Description classAbstractThreadedUiPlugInclassAbstractUiPlugInDefault 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.classAbstractWizardPlugin -
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 classCTSPlugInPlugIn 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 classBeanToolsPlugInThis OpenJUMP PlugIn adds the capability to launch a scripted file from the menu.classPythonToolsPlugIn -
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 classEditDataStoreQueryPlugInEditDatastoreQueryPlugInload the query used to create a layer in the RunDatastoreQueryPanel.classRefreshDataStoreQueryPlugInRefreshDatastoreQueryPlugInruns 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 classSaveToH2PlugInThis 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 classSaveToPostGISPlugInThis 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 classSaveToPostGIS2PlugInThis 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 classDataStoreTransactionManagerPlugInDataStoreTransactionManagerPlugIn 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 classClipToFencePlugInclassCopyBBoxPluginCopyBBoxPluginclassInvertSelectionPlugInSelects all Features which were not selected in layers where at least one feature was selected.classReplicateSelectedItemsPlugInReplicates/ copys selected items in a new or existing layerclassSelectAllLayerItemsPlugInSelects all items of the actual layer and informs about the number of selected items.classSelectAllModifiedFeaturesPlugInSelects all Features with the modified flag setclassSelectByTypePlugInclassSelectGeometryCollectionsPlugInA plugin to select features with complex geometries (MultiPoint, MultiLineString, MultiPolygon or GeometryCollection).classSelectItemsByCircleFromSelectedLayersPlugInSelects items within a cirlce of the actual selected layers and informs about the number of selected itemsclassSelectItemsByFenceFromSelectedLayersPlugInSelects items within a fence of the actual selected layers and informs about the number of selected items.classSelectLayersWithSelectedItemsPlugIn -
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 classAutoCompletePolygonPlugInclassConstrainedMoveVertexPlugInclassCutFeaturesPlugInclassCutPolygonSIGLEPlugInCutPolygonSIGLEPlugIn is an editing tool to cut a polygon using the geometry of another polygon.classDrawCircleWithGivenRadiusPlugInSelects items of the actual layer and informs about the number of selected itemsclassDrawConstrainedArcPlugInclassDrawConstrainedCirclePlugInclassDrawConstrainedLineStringPlugInclassDrawConstrainedPolygonPlugInclassFillPolygonPlugInThis PlugIn creates a planar graph from features displayed in view and creates a polygon from the area containing the user click.classNoteToolPlugInclassRemodelerPlugInclassRotateSelectedItemPlugInclassScaleSelectedItemsPlugInclassSelectMultiItemsPlugInCreated by UMichael on 31/05/2015.classSelectOneItemPlugIn -
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 classFileDragDropPluginclassInstallDummyReaderPlugInInstall a dummy reader which does not try to read files with xml or txt extension.classOpenFilePlugInPlug-in to open files using a wizard.classOpenProjectPlugInclassOpenRecentPlugInclassOpenWizardPlugInclassSaveImageAsSVGPlugInSaves the actual map window as svg graphicsclassSaveLayersWithoutDataSourcePlugInSubclass this to implement a 'Save Project' plugin.classSaveWizardPlugIn -
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 classSearchCommandPlugInA 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 classChangeLayerableNamePlugInChangeLayerableNamechanges the name of a layer.classChangeSRIDPlugInclassCombineSelectedLayersPlugInclassExportLayerableEnvelopeAsGeometryPlugInGiuseppe 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.classExtractLayerInFenceclassExtractLayersByAttributeclassExtractLayersByGeometryThis plugin split a layer into several layers when its features have different geometry dimensions.classLayerableStylePlugInclassLayerPropertiesPlugInclassMoveSelectedLayersPlugInMove selected layer to category pluginclassNewLayerPropertiesPlugInclassSortCategoryAbstractPlugInSort Categories abstract pluginclassSortCategoryByFeaturesPlugInSort categories by number of featuresclassSortCategoryByNamePlugInSort categories by nameclassSortCategoryRestorePlugInRestore layers from the saved locationclassSortCategorySavePlugInSave current category and layer locationclassToggleVisibilityPlugIn -
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 classChangeRasterImagePropertiesPlugInclassCopySelectedRasterImageLayersPlugInclassCutSelectedRasterImageLayersPlugInclassExportEnvelopeAsGeometryPlugInPlugIn 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.classExtractSelectedPartOfImagePlugIn 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.classLayerableClipboardPlugInclassPasteRasterImageLayersPlugInLets user paste layers from the clipboard.classRemoveSelectedRasterImageLayersPlugInclassSaveRasterImageAsImagePlugInThis PlugIn saves a RasterImages to disk with its geographical position.classToggleRasterImageVisibilityTODO: comment classclassWarpImageToFencePlugInPlugIn to warp a RasterImage to the bounding box of the Fence.classZoomToRasterImagePlugInTODO: 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 classCenterZoomPlugInclassDuplicateItemPlugInclassEditSelectedSidePlugInclassMeasureSelectedPlugInclassMergeSelectedFeaturesPlugInA PlugIn to merge selected features.classMoveAlongAnglePlugInclassNodeFeaturesPlugInThis is a mouse menu plugin activating Noder plugin with following options update selected features split polygonsclassNodeLinesPlugInThis is a mouse menu plugin activating Noder plugin with following options update selected features node linesclassNodePolygonsPlugInThis is a mouse menu plugin activating Noder plugin with following options update selected features node polygonsclassPasteItemsAtPlugInclassReverseOrientationPlugInclassRotatePlugInclassSaveDatasetsPlugInclassSelectAllOrderedFeaturesFromAttributeTablePlugInSelects all features of the active AttributeTable, preserving order.classSplitFeaturesPlugInThis is a mouse menu plugin activating Noder plugin with following options update selected features split polygons split linesclassSplitLinesNodePolygonsPlugInThis is a mouse menu plugin activating Noder plugin with following options update selected features split polygonsclassSplitPolygonsNodeLinesPlugInThis is a mouse menu plugin activating Noder plugin with following options update selected features split polygons node linesclassZoomInPlugInclassZoomOutPlugIn -
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 classMoveCategoryOneDownPlugIn class that adds the option to move a selected category one position down in the layer name panel to the category context menu.classMoveCategoryOneUpTODO: comment classclassMoveCategoryToBottomPlugIn class that adds the option to move a selected category to the bottom position in the layer name panel to the category context menu.classMoveCategoryToTopclassSetCategoryVisibilityPlugIn -
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 classSearchAllAttributesclassSimpleQueryPlugInSimpleQueryPlugIn 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 classCreateLatticeFromSelectedImageLayerPlugInCreates 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 themclassCreatePolygonGridFromSelectedImageLayerPlugInCreates 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 themclassCropWarpPlugInclassHistogramPlugIncreated on 06.06.2018classKernelAnalysisPlugInclassManageDataPlugInA comprensive class/plugin to manage data of a single raster layerclassProfileGraphPlugInclassRasterImageLayerPropertiesPlugInclassRasterQueryPlugInclassVectorizeToContoursPlugInclassVectorizeToPolygonsPlugIn -
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 classRasterColorEditorPlugIn16 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 classChangeNoDataValuePlugInclassChangeRangeValuesToNoDataPlugInclassChangeValueToNoDataPlugIn -
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 classDEMStatisticsPlugIn -
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 classImportArcMapStylePlugInImportArcMapStylePlugInclassImportSLDPlugInImportSLDPlugInclassLoadStylePlugInclassSaveStylePlugInplugin 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 classTaskPropertiesPlugIn -
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 classAdd3DGeometryAttributesPlugInUser can add one or several of the following 3d attributes to a layer.classAddGeometryAttributesPlugInUser can add one or several of the following geometry attributes to a layer.classAdvancedMeasurePluginPlugin for the AdvancedMeasureTool.classAutoAssignAttributePlugInAssign a value to an attribute on a set of features.classBeanshellAttributeCalculatorPlugInCreates a new layer, adding a (dynamic) attribute computed from a beanshell expression.classBlendLineStringsPlugInBlend lines which (nearly) touch each others.classConvexHullPlugInclassCreateThiessenPolygonsPlugInCreates voronoi regions from a set of points.classDeleteDuplicateGeometriesPlugInEliminates features that have exactly the same geometry.classDeleteEmptyGeometriesPlugInclassDissolve2PlugInPlugin to mimic a SQL GROUP BY operation.classDissolvePlugInDissolve plugin is used to union features with same attribute value(s).classEraseLayerAWithLayerBPlugInPlugIn to erase geometries of a layer with the geometries from another layerclassGenerateRandomNumberPlugInPlugin to fill an attribute with randomly generated numbersclassGenerateRandomStringPlugInPlugin to fill an attribute with randomly generated numbersclassGenerateUniqueRandomIdPlugInclassIntersectPolygonLayersPlugInclassJoinAttributesSpatiallyPlugInMerges attributes according to some spatial and statistical criteria from one dataset to anotherclassJoinTableFromExistingLayerPlugInTable join - attaches attributes from one layer to another layer created: 2012-10-01 refactored : 2016-10-29classJoinTablePlugInclassJoinWithArcPlugInclassMakeValidPlugInA plugIn to repair invalid geometriesclassMeasureM_FPlugInclassMergeTwoSelectedPolygonsPlugInclassMultiRingBufferSelectedPlugInclassPlanarGraphPlugInPlanarGraphPlugIn computes a planar graph from a set of features.classPlumePlugInclassProjectionPlugInclassReducePointsISAPlugInclassRemoveSpikePlugInCreated by UMichael on 10/03/2016.classReplaceValuePlugInDeprecated.this plugin is not undoable - moreover, it is redundant with AutoAssignAttributeclassSimplifyWithJTSAlgorithmPlugInSimplifies a selected line, criterion is a maximal line displacementclassSpatialJoinPlugInThis PlugIn can make spatial joins using different geometry predicates.classSplitPolygonPlugInclassTriangulationPlugInCreates a triangulation using the new Triangulation API of JTS 1.12classUnionByAttributePlugInUnionByAttribute plugin is used to union features in a Layer or to Dissolve features using an attribute.classUpdateWithJoinPlugInUpdate a layer from another layer using a joinclassVoronoiDiagramPlugInCreates 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 classIntersectPolygonsOneLayerPlugInclassMergePolygonsWithNeighbourPlugInclassMergeSelectedPolygonsWithNeighbourPlugInDeprecated.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 classCalculateDistancesPlugInCalculates 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 classSimplifyPolygonCoveragePlugInExtracts 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 classAbstractLinearReferencingPlugInCommon attributes and methods for LinearReferencingclassCreateGridPlugInCreate a grid or graticule for the map.classLinearReferencingOnLayerPlugInCreate point along a selected linear geometry from a distance and an offset values.classLinearReferencingOnSelectionPlugInCreate point along a selected linear geometry from a distance and an offset values.classPointLayerFromAttributeTablePlugInCreates a new point layer from a attribute table where two attributes are used as coordinates.classRasterizePlugIn -
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 classExtractCommonBoundaryBetweenPolysPlugInExtracts the boundaries of a polygon layer distinguishing between shared and non-shared boundaries.classExtractPointsPlugInExtracts points from polygon or line features and writes them to a new layerclassPointsToPathsPlugIn -
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 classCalcVarianceAndMeanPerClassPlugInclassClassifyAttributesPlugInclassCreateBarPlotPlugInclassCreateHistogramPlugIncreated on 19.10.2007classCreateScatterPlotPlugInclassStatisticOverViewPlugInPlugIn 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 classEasyButtonsPluginclassInstallKeyPanPlugInPlug in for navigation with keyboards keys.classMapToolTipPlugInclassNorthArrowInstallRendererclassNorthArrowPlugInclassShowFullPathPlugInclassShowScalePlugIn- 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 ShowScaleRendererclassViewOptionsPlugInPlugin responsible for initializing/editing view optionsclassZoomToScalePlugInZooms 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 classInstallShowScalePlugInEnsures 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 classShowViewCenterInstallRendererEnsures that all TaskFrames get a scale bar.classShowViewCenterPlugIn- 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 classArrangeViewsPlugInstatic classArrangeViewsPlugIn.ArrangeAllPlugInstatic classArrangeViewsPlugIn.ArrangeCascadePlugInstatic classArrangeViewsPlugIn.ArrangeHorizontalPlugInstatic classArrangeViewsPlugIn.ArrangeVerticalPlugInclassMosaicInternalFramesPlugInA plugin to layout opened internal frames as a mosaic.classSynchronizationPlugInA 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 classWMSLegendPlugInGiuseppe Aruta 2015_6_4 Plugin that allows to show the legends of WMS layerclassWMSStylePlugInclassZoomToWMSLayerPlugInclassZoomToWMSPlugIn -
Uses of PlugIn in org.openjump.sextante.gui.additionalResults
Classes in org.openjump.sextante.gui.additionalResults that implement PlugIn Modifier and Type Class Description classAdditionalResultsPlugIn
-