Uses of Interface
com.vividsolutions.jump.workbench.model.LayerManagerProxy
Packages that use LayerManagerProxy
Package
Description
Layers, Categories, and Layer Managers -- the top level of abstraction
in the JUMP data model, wrapping Features and FeatureCollections, which
in turn wrap Geometries.
The API for "plug-ins", which are code modules that can be assigned to
buttons and menu items.
The built-in JUMP "plug-ins" (code modules that can be assigned to
buttons and menu items).
-
Uses of LayerManagerProxy in com.vividsolutions.jump.datastore.spatialdatabases
Classes in com.vividsolutions.jump.datastore.spatialdatabases that implement LayerManagerProxy -
Uses of LayerManagerProxy in com.vividsolutions.jump.workbench
Classes in com.vividsolutions.jump.workbench that implement LayerManagerProxyModifier and TypeClassDescriptionclassImplementation ofWorkbenchContextfor theJUMPWorkbench.classConvenience methods for accessing the various elements in the Workbench structure. -
Uses of LayerManagerProxy in com.vividsolutions.jump.workbench.imagery
Classes in com.vividsolutions.jump.workbench.imagery that implement LayerManagerProxy -
Uses of LayerManagerProxy in com.vividsolutions.jump.workbench.model
Classes in com.vividsolutions.jump.workbench.model that implement LayerManagerProxyModifier and TypeClassDescriptionclassDefault implementation of the Layerable interface.classAdd a parent class to georeferenced layers having SRSInfo and EnvelopeclassAdds colour, line-width, and other stylistic information to a Feature Collection.classstatic classclassWhatever the user needs to do a particular task.classA Layerable that retrieves images from a Web Map Server.Methods in com.vividsolutions.jump.workbench.model with parameters of type LayerManagerProxyModifier and TypeMethodDescriptionstatic UndoableCommandLayer.addUndo(String layerName, LayerManagerProxy proxy, UndoableCommand wrappeeCommand) Enables a layer to be changed undoably.Constructors in com.vividsolutions.jump.workbench.model with parameters of type LayerManagerProxyModifierConstructorDescriptionAbstractVectorLayerFinder(String layerName, LayerManagerProxy layerManagerProxy, Color color) FenceLayerFinder(LayerManagerProxy layerManagerProxy) LayerTreeModel(LayerManagerProxy layerManagerProxy) MeasureLayerFinder(LayerManagerProxy layerManagerProxy, WorkbenchContext context) SystemLayerFinder(String layerName, LayerManagerProxy layerManagerProxy) -
Uses of LayerManagerProxy in com.vividsolutions.jump.workbench.plugin
Classes in com.vividsolutions.jump.workbench.plugin that implement LayerManagerProxyModifier and TypeClassDescriptionclassPassed to PlugIns to enable them to access the rest of the JUMP Workbench. contains preselected task,Methods in com.vividsolutions.jump.workbench.plugin with parameters of type LayerManagerProxyModifier and TypeMethodDescriptionstatic voidAbstractPlugIn.execute(UndoableCommand command, LayerManagerProxy layerManagerProxy) Constructors in com.vividsolutions.jump.workbench.plugin with parameters of type LayerManagerProxyModifierConstructorDescriptionPlugInContext(WorkbenchContext workbenchContext, Task task, LayerManagerProxy layerManagerProxy, LayerNamePanel layerNamePanel, LayerViewPanel layerViewPanel) -
Uses of LayerManagerProxy in com.vividsolutions.jump.workbench.ui
Subinterfaces of LayerManagerProxy in com.vividsolutions.jump.workbench.uiModifier and TypeInterfaceDescriptioninterfaceThis is implemented as an extra interface to keep legacy compatibility for LayerNamePanel.interfaceClasses in com.vividsolutions.jump.workbench.ui that implement LayerManagerProxyModifier and TypeClassDescriptionclassImplements an Attribute Tab.classImplements a minimal LayerNamePanel in a JPanel.classProvides proxied (non-spatial) views of a Layer.classBe sure to call #dispose() when the LayerViewPanel is no longer needed.classDisplays and stays in sync with a single Layer.classA TaskFrame can have several InfoFrames, but one PrimaryInfoFrame.classclassConstructors in com.vividsolutions.jump.workbench.ui with parameters of type LayerManagerProxyModifierConstructorDescriptionprotectedAttributePanel(InfoModel model, WorkbenchContext workbenchContext, TaskFrame taskFrame, LayerManagerProxy layerManagerProxy, boolean addScrollPanesToChildren) AttributeTab(InfoModel model, WorkbenchContext workbenchContext, TaskFrame taskFrame, LayerManagerProxy layerManagerProxy, boolean addScrollPanesToChildren) 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<Class<?>, TreeCellRenderer> additionalNodeClassToTreeCellRendererMap) -
Uses of LayerManagerProxy in com.vividsolutions.jump.workbench.ui.cursortool
Methods in com.vividsolutions.jump.workbench.ui.cursortool with parameters of type LayerManagerProxyModifier and TypeMethodDescriptionprotected abstract AbstractVectorLayerFinderVectorTool.createVectorLayerFinder(LayerManagerProxy layerManagerProxy) -
Uses of LayerManagerProxy in com.vividsolutions.jump.workbench.ui.plugin
Classes in com.vividsolutions.jump.workbench.ui.plugin that implement LayerManagerProxy -
Uses of LayerManagerProxy in com.vividsolutions.jump.workbench.ui.plugin.generate
Methods in com.vividsolutions.jump.workbench.ui.plugin.generate with parameters of type LayerManagerProxyModifier and TypeMethodDescriptionstatic UndoableCommandShowTriangulationPlugIn.addUndo(UndoableCommand wrappeeCommand, LayerManagerProxy proxy) -
Uses of LayerManagerProxy in com.vividsolutions.jump.workbench.ui.toolbox
Methods in com.vividsolutions.jump.workbench.ui.toolbox with parameters of type LayerManagerProxyModifier and TypeMethodDescriptionprotected LayerMainButtonPlugIn.generateLayer(String name, String category, Color color, LayerManagerProxy proxy, FeatureCollection featureCollection, String description) protected LayerMainButtonPlugIn.generateLineLayer(String name, String category, Color color, LayerManagerProxy proxy, FeatureCollection featureCollection, String description) -
Uses of LayerManagerProxy in com.vividsolutions.jump.workbench.ui.warp
Methods in com.vividsolutions.jump.workbench.ui.warp with parameters of type LayerManagerProxyModifier and TypeMethodDescriptionprotected AbstractVectorLayerFinderDeleteIncrementalWarpingVectorTool.createIncrementalVectorLayerFinder(LayerManagerProxy layerManagerProxy) protected abstract AbstractVectorLayerFinderAbstractDeleteVectorTool.createVectorLayerFinder(LayerManagerProxy layerManagerProxy) protected AbstractVectorLayerFinderDeleteIncrementalWarpingVectorTool.createVectorLayerFinder(LayerManagerProxy layerManagerProxy) protected AbstractVectorLayerFinderDeleteWarpingVectorTool.createVectorLayerFinder(LayerManagerProxy layerManagerProxy) protected AbstractVectorLayerFinderDrawIncrementalWarpingVectorTool.createVectorLayerFinder(LayerManagerProxy layerManagerProxy) protected AbstractVectorLayerFinderDrawWarpingVectorTool.createVectorLayerFinder(LayerManagerProxy layerManagerProxy) Constructors in com.vividsolutions.jump.workbench.ui.warp with parameters of type LayerManagerProxyModifierConstructorDescriptionIncrementalWarpingVectorLayerFinder(LayerManagerProxy layerManagerProxy) WarpingVectorLayerFinder(LayerManagerProxy layerManagerProxy) -
Uses of LayerManagerProxy in org.openjump.core.rasterimage
Classes in org.openjump.core.rasterimage that implement LayerManagerProxyModifier and TypeClassDescriptionfinal classLayer representing a georeferenced raster image (e.g. an areal photography) in OpenJump.