Uses of Interface
org.locationtech.jts.jump.workbench.model.LayerManagerProxy
-
Packages that use LayerManagerProxy Package Description org.locationtech.jts.jump.workbench org.locationtech.jts.jump.workbench.model Layers, Categories, and Layer Managers -- the top level of abstraction in the JUMP data model, wrapping Features and FeatureCollections, which in turn wrap Geometries.org.locationtech.jts.jump.workbench.plugin The API for "plug-ins", which are code modules that can be assigned to buttons and menu items.org.locationtech.jts.jump.workbench.ui org.locationtech.jts.jump.workbench.ui.cursortool org.locationtech.jts.jump.workbench.ui.plugin The built-in JUMP "plug-ins" (code modules that can be assigned to buttons and menu items).org.locationtech.jts.jump.workbench.ui.plugin.generate org.locationtech.jts.jump.workbench.ui.toolbox org.locationtech.jts.jump.workbench.ui.warp -
-
Uses of LayerManagerProxy in org.locationtech.jts.jump.workbench
Classes in org.locationtech.jts.jump.workbench that implement LayerManagerProxy Modifier and Type Class Description class
JUMPWorkbenchContext
Implementation ofWorkbenchContext
for theJUMPWorkbench
.class
WorkbenchContext
Convenience methods for accessing the various elements in the Workbench structure. -
Uses of LayerManagerProxy in org.locationtech.jts.jump.workbench.model
Classes in org.locationtech.jts.jump.workbench.model that implement LayerManagerProxy Modifier and Type Class Description class
Layer
Adds colour, line-width, and other stylistic information to a Feature Collection.class
Task
Whatever the user needs to do a particular task.Methods in org.locationtech.jts.jump.workbench.model with parameters of type LayerManagerProxy Modifier and Type Method Description static UndoableCommand
Layer. addUndo(String layerName, LayerManagerProxy proxy, UndoableCommand wrappeeCommand)
Enables a layer to be changed undoably.Constructors in org.locationtech.jts.jump.workbench.model with parameters of type LayerManagerProxy Constructor Description AbstractVectorLayerFinder(String layerName, LayerManagerProxy layerManagerProxy, Color color)
FenceLayerFinder(LayerManagerProxy layerManagerProxy)
LayerTreeModel(LayerManagerProxy layerManagerProxy)
SystemLayerFinder(String layerName, LayerManagerProxy layerManagerProxy)
-
Uses of LayerManagerProxy in org.locationtech.jts.jump.workbench.plugin
Classes in org.locationtech.jts.jump.workbench.plugin that implement LayerManagerProxy Modifier and Type Class Description class
PlugInContext
Passed to PlugIns to enable them to access the rest of the JUMP Workbench.Methods in org.locationtech.jts.jump.workbench.plugin with parameters of type LayerManagerProxy Modifier and Type Method Description static void
AbstractPlugIn. execute(UndoableCommand command, LayerManagerProxy layerManagerProxy)
Constructors in org.locationtech.jts.jump.workbench.plugin with parameters of type LayerManagerProxy Constructor Description PlugInContext(WorkbenchContext workbenchContext, Task task, LayerManagerProxy layerManagerProxy, LayerNamePanel layerNamePanel, LayerViewPanel layerViewPanel)
-
Uses of LayerManagerProxy in org.locationtech.jts.jump.workbench.ui
Subinterfaces of LayerManagerProxy in org.locationtech.jts.jump.workbench.ui Modifier and Type Interface Description interface
LayerNamePanel
Classes in org.locationtech.jts.jump.workbench.ui that implement LayerManagerProxy Modifier and Type Class Description class
AttributeTab
Implements an Attribute Tab.class
DummyLayerNamePanel
Implements a minimal LayerNamePanel in a JPanel.class
InfoFrame
Provides proxied (non-spatial) views of a Layer.class
LayerViewPanel
Be sure to call #dispose() when the LayerViewPanel is no longer needed.class
OneLayerAttributeTab
Displays and stays in sync with a single Layer.class
PrimaryInfoFrame
A TaskFrame can have several InfoFrames, but one PrimaryInfoFrame.class
TaskFrame
class
TreeLayerNamePanel
Constructors in org.locationtech.jts.jump.workbench.ui with parameters of type LayerManagerProxy Constructor Description AttributePanel(InfoModel model, WorkbenchContext workbenchContext, TaskFrame taskFrame, LayerManagerProxy layerManagerProxy)
AttributeTab(InfoModel model, WorkbenchContext workbenchContext, TaskFrame taskFrame, LayerManagerProxy layerManagerProxy)
InfoFrame(WorkbenchContext workbenchContext, LayerManagerProxy layerManagerProxy, TaskFrame taskFrame)
OneLayerAttributeTab(WorkbenchContext context, TaskFrame taskFrame, LayerManagerProxy layerManagerProxy)
PrimaryInfoFrame(WorkbenchContext workbenchContext, LayerManagerProxy layerManagerProxy, TaskFrame taskFrame)
SelectionManager(LayerViewPanel panel, LayerManagerProxy layerManagerProxy)
TreeLayerNamePanel(LayerManagerProxy layerManagerProxy, TreeModel treeModel, RenderingManager renderingManager, Map additionalNodeClassToTreeCellRendererMap)
-
Uses of LayerManagerProxy in org.locationtech.jts.jump.workbench.ui.cursortool
Methods in org.locationtech.jts.jump.workbench.ui.cursortool with parameters of type LayerManagerProxy Modifier and Type Method Description protected abstract AbstractVectorLayerFinder
VectorTool. createVectorLayerFinder(LayerManagerProxy layerManagerProxy)
-
Uses of LayerManagerProxy in org.locationtech.jts.jump.workbench.ui.plugin
Classes in org.locationtech.jts.jump.workbench.ui.plugin that implement LayerManagerProxy Modifier and Type Class Description static class
ViewAttributesPlugIn.ViewAttributesFrame
-
Uses of LayerManagerProxy in org.locationtech.jts.jump.workbench.ui.plugin.generate
Methods in org.locationtech.jts.jump.workbench.ui.plugin.generate with parameters of type LayerManagerProxy Modifier and Type Method Description static UndoableCommand
ShowTriangulationPlugIn. addUndo(UndoableCommand wrappeeCommand, LayerManagerProxy proxy)
-
Uses of LayerManagerProxy in org.locationtech.jts.jump.workbench.ui.toolbox
Methods in org.locationtech.jts.jump.workbench.ui.toolbox with parameters of type LayerManagerProxy Modifier and Type Method Description protected Layer
MainButtonPlugIn. generateLayer(String name, String category, Color color, LayerManagerProxy proxy, FeatureCollection featureCollection, String description)
protected Layer
MainButtonPlugIn. generateLineLayer(String name, String category, Color color, LayerManagerProxy proxy, FeatureCollection featureCollection, String description)
-
Uses of LayerManagerProxy in org.locationtech.jts.jump.workbench.ui.warp
Methods in org.locationtech.jts.jump.workbench.ui.warp with parameters of type LayerManagerProxy Modifier and Type Method Description protected abstract AbstractVectorLayerFinder
AbstractDeleteVectorTool. createVectorLayerFinder(LayerManagerProxy layerManagerProxy)
protected AbstractVectorLayerFinder
DeleteIncrementalWarpingVectorTool. createVectorLayerFinder(LayerManagerProxy layerManagerProxy)
protected AbstractVectorLayerFinder
DeleteWarpingVectorTool. createVectorLayerFinder(LayerManagerProxy layerManagerProxy)
protected AbstractVectorLayerFinder
DrawIncrementalWarpingVectorTool. createVectorLayerFinder(LayerManagerProxy layerManagerProxy)
protected AbstractVectorLayerFinder
DrawWarpingVectorTool. createVectorLayerFinder(LayerManagerProxy layerManagerProxy)
Constructors in org.locationtech.jts.jump.workbench.ui.warp with parameters of type LayerManagerProxy Constructor Description IncrementalWarpingVectorLayerFinder(LayerManagerProxy layerManagerProxy)
WarpingVectorLayerFinder(LayerManagerProxy layerManagerProxy)
-