Uses of Class
org.openjump.core.ui.plugin.AbstractThreadedUiPlugIn
-
Packages that use AbstractThreadedUiPlugIn 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.analysis com.vividsolutions.jump.workbench.ui.plugin.datastore 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 -
-
Uses of AbstractThreadedUiPlugIn in com.vividsolutions.jump.plugin.edit
Subclasses of AbstractThreadedUiPlugIn 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 AbstractThreadedUiPlugIn in com.vividsolutions.jump.workbench.plugin
Subclasses of AbstractThreadedUiPlugIn 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 AbstractThreadedUiPlugIn in com.vividsolutions.jump.workbench.ui.plugin.analysis
Subclasses of AbstractThreadedUiPlugIn 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 AbstractThreadedUiPlugIn in com.vividsolutions.jump.workbench.ui.plugin.datastore
Subclasses of AbstractThreadedUiPlugIn 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 AbstractThreadedUiPlugIn in com.vividsolutions.jump.workbench.ui.plugin.simplify
Subclasses of AbstractThreadedUiPlugIn in com.vividsolutions.jump.workbench.ui.plugin.simplify Modifier and Type Class Description class
CoverageSimplifierPlugIn
-
Uses of AbstractThreadedUiPlugIn in org.openjump.core.ui.plugin
Subclasses of AbstractThreadedUiPlugIn in org.openjump.core.ui.plugin Modifier and Type Class Description class
AbstractWizardPlugin
-
Uses of AbstractThreadedUiPlugIn in org.openjump.core.ui.plugin.datastore
Subclasses of AbstractThreadedUiPlugIn 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 AbstractThreadedUiPlugIn in org.openjump.core.ui.plugin.file
Subclasses of AbstractThreadedUiPlugIn in org.openjump.core.ui.plugin.file Modifier and Type Class Description class
OpenFilePlugIn
Plug-in to open files using a wizard.class
OpenProjectPlugIn
class
OpenWizardPlugIn
class
SaveWizardPlugIn
-
Uses of AbstractThreadedUiPlugIn in org.openjump.core.ui.plugin.layer
Subclasses of AbstractThreadedUiPlugIn 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 AbstractThreadedUiPlugIn in org.openjump.core.ui.plugin.mousemenu
Subclasses of AbstractThreadedUiPlugIn 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 AbstractThreadedUiPlugIn in org.openjump.core.ui.plugin.tools
Subclasses of AbstractThreadedUiPlugIn 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
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
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 AbstractThreadedUiPlugIn in org.openjump.core.ui.plugin.tools.generate
Subclasses of AbstractThreadedUiPlugIn in org.openjump.core.ui.plugin.tools.generate Modifier and Type Class Description class
AbstractLinearReferencingPlugIn
Common attributes and methods for LinearReferencingclass
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.
-