Uses of Interface
com.vividsolutions.jump.workbench.model.LayerManagerProxy
-
Packages that use LayerManagerProxy Package Description com.vividsolutions.jump.datastore.spatialdatabases com.vividsolutions.jump.workbench com.vividsolutions.jump.workbench.imagery com.vividsolutions.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.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 com.vividsolutions.jump.workbench.ui.cursortool 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.generate com.vividsolutions.jump.workbench.ui.toolbox com.vividsolutions.jump.workbench.ui.warp org.openjump.core.rasterimage -
-
Uses of LayerManagerProxy in com.vividsolutions.jump.datastore.spatialdatabases
Classes in com.vividsolutions.jump.datastore.spatialdatabases that implement LayerManagerProxy Modifier and Type Class Description classSpatialDSLayer -
Uses of LayerManagerProxy in com.vividsolutions.jump.workbench
Classes in com.vividsolutions.jump.workbench that implement LayerManagerProxy Modifier and Type Class Description classJUMPWorkbenchContextImplementation ofWorkbenchContextfor theJUMPWorkbench.classWorkbenchContextConvenience 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 Modifier and Type Class Description classReferencedImagesLayer -
Uses of LayerManagerProxy in com.vividsolutions.jump.workbench.model
Classes in com.vividsolutions.jump.workbench.model that implement LayerManagerProxy Modifier and Type Class Description classAbstractLayerableDefault implementation of the Layerable interface.classGeoReferencedLayerableAdd a parent class to georeferenced layers having SRSInfo and EnvelopeclassLayerAdds colour, line-width, and other stylistic information to a Feature Collection.classLayerViewstatic classSystemLayerFinder.NonSavePromptingLayerclassTaskWhatever the user needs to do a particular task.classWMSLayerA Layerable that retrieves images from a Web Map Server.Methods in com.vividsolutions.jump.workbench.model with parameters of type LayerManagerProxy Modifier and Type Method Description static 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 LayerManagerProxy Constructor Description AbstractVectorLayerFinder(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 LayerManagerProxy Modifier and Type Class Description classPlugInContextPassed to PlugIns to enable them to access the rest of the JUMP Workbench.Methods in com.vividsolutions.jump.workbench.plugin with parameters of type LayerManagerProxy Modifier and Type Method Description static voidAbstractPlugIn. execute(UndoableCommand command, LayerManagerProxy layerManagerProxy)Constructors in com.vividsolutions.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 com.vividsolutions.jump.workbench.ui
Subinterfaces of LayerManagerProxy in com.vividsolutions.jump.workbench.ui Modifier and Type Interface Description interfaceLayerableNamePanelThis is implemented as an extra interface to keep legacy compatibility for LayerNamePanel.interfaceLayerNamePanelClasses in com.vividsolutions.jump.workbench.ui that implement LayerManagerProxy Modifier and Type Class Description classAttributeTabImplements an Attribute Tab.classDummyLayerNamePanelImplements a minimal LayerNamePanel in a JPanel.classInfoFrameProvides proxied (non-spatial) views of a Layer.classLayerViewPanelBe sure to call #dispose() when the LayerViewPanel is no longer needed.classOneLayerAttributeTabDisplays and stays in sync with a single Layer.classPrimaryInfoFrameA TaskFrame can have several InfoFrames, but one PrimaryInfoFrame.classTaskFrameclassTreeLayerNamePanelConstructors in com.vividsolutions.jump.workbench.ui with parameters of type LayerManagerProxy Constructor Description AttributePanel(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 LayerManagerProxy Modifier and Type Method Description protected 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 Modifier and Type Class Description static classViewAttributesPlugIn.ViewAttributesFrame -
Uses of LayerManagerProxy in com.vividsolutions.jump.workbench.ui.plugin.generate
Methods in com.vividsolutions.jump.workbench.ui.plugin.generate with parameters of type LayerManagerProxy Modifier and Type Method Description static 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 LayerManagerProxy Modifier and Type Method Description protected 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 LayerManagerProxy Modifier and Type Method Description protected 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 LayerManagerProxy Constructor Description IncrementalWarpingVectorLayerFinder(LayerManagerProxy layerManagerProxy)WarpingVectorLayerFinder(LayerManagerProxy layerManagerProxy) -
Uses of LayerManagerProxy in org.openjump.core.rasterimage
Classes in org.openjump.core.rasterimage that implement LayerManagerProxy Modifier and Type Class Description classRasterImageLayerLayer representing a georeferenced raster image (e.g.
-