Uses of Class
org.openjump.core.ui.plugin.AbstractUiPlugIn
-
Packages that use AbstractUiPlugIn Package Description com.vividsolutions.jump.plugin.edit com.vividsolutions.jump.workbench.plugin The API for "plug-ins", which are code modules that can be assigned to buttons and menu items.com.vividsolutions.jump.workbench.ui.plugin The built-in JUMP "plug-ins" (code modules that can be assigned to buttons and menu items).com.vividsolutions.jump.workbench.ui.plugin.analysis com.vividsolutions.jump.workbench.ui.plugin.datastore com.vividsolutions.jump.workbench.ui.plugin.imagery org.openjump.core.ui.plugin org.openjump.core.ui.plugin.datastore org.openjump.core.ui.plugin.file org.openjump.core.ui.plugin.layer org.openjump.core.ui.plugin.mousemenu org.openjump.core.ui.plugin.tools org.openjump.core.ui.plugin.tools.generate org.openjump.core.ui.plugin.window -
-
Uses of AbstractUiPlugIn in com.vividsolutions.jump.plugin.edit
Subclasses of AbstractUiPlugIn in com.vividsolutions.jump.plugin.edit Modifier and Type Class Description classAffineTransformationPlugInApplies anAffineTransformationto a layer.classExtractSegmentsPlugInclassLineNoderPlugInclassNoderPlugInNoder PlugIn computes intersection nodes in a collection of linear or areal features.classPolygonizerPlugInclassPrecisionReducerPlugIn -
Uses of AbstractUiPlugIn in com.vividsolutions.jump.workbench.plugin
Subclasses of AbstractUiPlugIn in com.vividsolutions.jump.workbench.plugin Modifier and Type Class Description classRunMacroPlugInRun a macro composed of a sequence of plugins along with their parameters. -
Uses of AbstractUiPlugIn in com.vividsolutions.jump.workbench.ui.plugin
Methods in com.vividsolutions.jump.workbench.ui.plugin with parameters of type AbstractUiPlugIn Modifier and Type Method Description JMenuItemFeatureInstaller. addMainMenuItem(String[] menuPath, AbstractUiPlugIn plugin)Deprecated.use addMainMenuPlugin() insteadJMenuItemFeatureInstaller. addMainMenuItem(String[] menuPath, AbstractUiPlugIn plugin, int pos)Deprecated.use addMainMenuPlugin() insteadJMenuItemFeatureInstaller. addMainMenuItem(String[] menuPath, AbstractUiPlugIn plugin, EnableCheck enableCheck)Deprecated.use addMainMenuPlugin() insteadJMenuItemFeatureInstaller. addMainMenuItem(String[] menuPath, AbstractUiPlugIn plugin, EnableCheck enableCheck, int pos)Deprecated.use addMainMenuPlugin() insteadJMenuItemFeatureInstaller. addMainMenuItem(String[] menuPath, AbstractUiPlugIn plugin, JMenuItem menuItem, int pos)Deprecated.use addMainMenuPlugin() insteadJMenuItemFeatureInstaller. addMainMenuItem(String[] menuPath, AbstractUiPlugIn plugin, JMenuItem menuItem, EnableCheck enableCheck, int pos)Deprecated.use addMainMenuPlugin() instead -
Uses of AbstractUiPlugIn in com.vividsolutions.jump.workbench.ui.plugin.analysis
Subclasses of AbstractUiPlugIn in com.vividsolutions.jump.workbench.ui.plugin.analysis Modifier and Type Class Description classBufferPlugInPlugIn performing buffer operations authorized by JTS BufferOp class.classOffsetCurvePlugInPlugIn creating an offset linestring from a linear geometry. -
Uses of AbstractUiPlugIn in com.vividsolutions.jump.workbench.ui.plugin.datastore
Subclasses of AbstractUiPlugIn in com.vividsolutions.jump.workbench.ui.plugin.datastore Modifier and Type Class Description classAbstractAddDatastoreLayerPlugInclassAddDatastoreLayerPlugInDeprecated.classRunDatastoreQueryPlugInThis PlugIn runs a SQL query against a datastore and creates a Layer from the result. -
Uses of AbstractUiPlugIn in com.vividsolutions.jump.workbench.ui.plugin.imagery
Subclasses of AbstractUiPlugIn in com.vividsolutions.jump.workbench.ui.plugin.imagery Modifier and Type Class Description classAddImageLayerPlugIn -
Uses of AbstractUiPlugIn in org.openjump.core.ui.plugin
Subclasses of AbstractUiPlugIn in org.openjump.core.ui.plugin Modifier and Type Class Description classAbstractThreadedUiPlugInclassAbstractWizardPlugin -
Uses of AbstractUiPlugIn in org.openjump.core.ui.plugin.datastore
Subclasses of AbstractUiPlugIn in org.openjump.core.ui.plugin.datastore Modifier and Type Class Description classEditDataStoreQueryPlugInEditDatastoreQueryPlugInload the query used to create a layer in the RunDatastoreQueryPanel. -
Uses of AbstractUiPlugIn in org.openjump.core.ui.plugin.file
Subclasses of AbstractUiPlugIn in org.openjump.core.ui.plugin.file Modifier and Type Class Description classFileDragDropPluginclassOpenFilePlugInPlug-in to open files using a wizard.classOpenProjectPlugInclassOpenRecentPlugInclassOpenWizardPlugInclassSaveWizardPlugIn -
Uses of AbstractUiPlugIn in org.openjump.core.ui.plugin.layer
Subclasses of AbstractUiPlugIn in org.openjump.core.ui.plugin.layer Modifier and Type Class Description classExtractLayersByGeometryThis plugin split a layer into several layers when its features have different geometry dimensions. -
Uses of AbstractUiPlugIn in org.openjump.core.ui.plugin.mousemenu
Subclasses of AbstractUiPlugIn in org.openjump.core.ui.plugin.mousemenu Modifier and Type Class Description classNodeFeaturesPlugInThis 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 polygonsclassSplitFeaturesPlugInThis 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 lines -
Uses of AbstractUiPlugIn in org.openjump.core.ui.plugin.tools
Subclasses of AbstractUiPlugIn in org.openjump.core.ui.plugin.tools 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.classAutoAssignAttributePlugInAssign a value to an attribute on a set of features.classDissolve2PlugInPlugin 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 numbersclassGenerateUniqueRandomIdPlugInclassJoinTableFromExistingLayerPlugInTable join - attaches attributes from one layer to another layer created: 2012-10-01 refactored : 2016-10-29classMakeValidPlugInA plugIn to repair invalid geometriesclassRemoveSpikePlugInCreated by UMichael on 10/03/2016.classTriangulationPlugInCreates 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 AbstractUiPlugIn in org.openjump.core.ui.plugin.tools.generate
Subclasses of AbstractUiPlugIn in org.openjump.core.ui.plugin.tools.generate 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. -
Uses of AbstractUiPlugIn in org.openjump.core.ui.plugin.window
Subclasses of AbstractUiPlugIn in org.openjump.core.ui.plugin.window Modifier and Type Class Description classMosaicInternalFramesPlugInA plugin to layout opened internal frames as a mosaic.classSynchronizationPlugInA plugin to synchronize / desynchronize LayerViewPanels.
-