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 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 classAffineTransformationPlugInApplies anAffineTransformationto a layer.classExtractSegmentsPlugInclassLineNoderPlugInclassNoderPlugInNoder PlugIn computes intersection nodes in a collection of linear or areal features.classPolygonizerPlugInclassPrecisionReducerPlugIn -
Uses of AbstractThreadedUiPlugIn in com.vividsolutions.jump.workbench.plugin
Subclasses of AbstractThreadedUiPlugIn 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 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 classBufferPlugInPlugIn performing buffer operations authorized by JTS BufferOp class.classOffsetCurvePlugInPlugIn 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 classAbstractAddDatastoreLayerPlugInclassAddDatastoreLayerPlugInDeprecated.classRunDatastoreQueryPlugInThis PlugIn runs a SQL query against a datastore and creates a Layer from the result. -
Uses of AbstractThreadedUiPlugIn in org.openjump.core.ui.plugin
Subclasses of AbstractThreadedUiPlugIn in org.openjump.core.ui.plugin Modifier and Type Class Description classAbstractWizardPlugin -
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 classEditDataStoreQueryPlugInEditDatastoreQueryPlugInload 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 classOpenFilePlugInPlug-in to open files using a wizard.classOpenProjectPlugInclassOpenWizardPlugInclassSaveWizardPlugIn -
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 classExtractLayersByGeometryThis 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 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 AbstractThreadedUiPlugIn in org.openjump.core.ui.plugin.tools
Subclasses of AbstractThreadedUiPlugIn 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.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 layerclassJoinTableFromExistingLayerPlugInTable 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 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 classAbstractLinearReferencingPlugInCommon attributes and methods for LinearReferencingclassLinearReferencingOnLayerPlugInCreate 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.
-