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 com.vividsolutions.jump.workbench.ui.plugin.simplify 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 class
AffineTransformationPlugIn
Applies anAffineTransformation
to a layer.class
ExtractSegmentsPlugIn
class
LineNoderPlugIn
class
NoderPlugIn
Noder PlugIn computes intersection nodes in a collection of linear or areal features.class
PolygonizerPlugIn
class
PrecisionReducerPlugIn
-
Uses of AbstractUiPlugIn in com.vividsolutions.jump.workbench.plugin
Subclasses of AbstractUiPlugIn in com.vividsolutions.jump.workbench.plugin Modifier and Type Class Description class
RunMacroPlugIn
Run 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 JMenuItem
FeatureInstaller. addMainMenuItem(String[] menuPath, AbstractUiPlugIn plugin)
Deprecated.use addMainMenuPlugin() insteadJMenuItem
FeatureInstaller. addMainMenuItem(String[] menuPath, AbstractUiPlugIn plugin, int pos)
Deprecated.use addMainMenuPlugin() insteadJMenuItem
FeatureInstaller. addMainMenuItem(String[] menuPath, AbstractUiPlugIn plugin, EnableCheck enableCheck)
Deprecated.use addMainMenuPlugin() insteadJMenuItem
FeatureInstaller. addMainMenuItem(String[] menuPath, AbstractUiPlugIn plugin, EnableCheck enableCheck, int pos)
Deprecated.use addMainMenuPlugin() insteadJMenuItem
FeatureInstaller. addMainMenuItem(String[] menuPath, AbstractUiPlugIn plugin, JMenuItem menuItem, int pos)
Deprecated.use addMainMenuPlugin() insteadJMenuItem
FeatureInstaller. 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 class
BufferPlugIn
PlugIn performing buffer operations authorized by JTS BufferOp class.class
OffsetCurvePlugIn
PlugIn 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 class
AbstractAddDatastoreLayerPlugIn
class
AddDatastoreLayerPlugIn
Deprecated.class
RunDatastoreQueryPlugIn
This 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 class
AddImageLayerPlugIn
-
Uses of AbstractUiPlugIn in com.vividsolutions.jump.workbench.ui.plugin.simplify
Subclasses of AbstractUiPlugIn in com.vividsolutions.jump.workbench.ui.plugin.simplify Modifier and Type Class Description class
CoverageSimplifierPlugIn
-
Uses of AbstractUiPlugIn in org.openjump.core.ui.plugin
Subclasses of AbstractUiPlugIn in org.openjump.core.ui.plugin Modifier and Type Class Description class
AbstractThreadedUiPlugIn
class
AbstractWizardPlugin
-
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 class
EditDataStoreQueryPlugIn
EditDatastoreQueryPlugIn
load 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 class
FileDragDropPlugin
class
OpenFilePlugIn
Plug-in to open files using a wizard.class
OpenProjectPlugIn
class
OpenRecentPlugIn
class
OpenWizardPlugIn
class
SaveWizardPlugIn
-
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 class
ExtractLayersByGeometry
This 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 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
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 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 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
AutoAssignAttributePlugIn
Assign a value to an attribute on a set of features.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
JoinTableFromExistingLayerPlugIn
Table join - attaches attributes from one layer to another layer created: 2012-10-01 refactored : 2016-10-29class
MakeValidPlugIn
A plugIn to repair invalid geometriesclass
RemoveSpikePlugIn
Created by UMichael on 10/03/2016.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 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 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. -
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 class
MosaicInternalFramesPlugIn
A plugin to layout opened internal frames as a mosaic.class
SynchronizationPlugIn
A plugin to synchronize / desynchronize LayerViewPanels.
-