Uses of Class
org.locationtech.jts.jump.workbench.ui.LayerViewPanel
-
Packages that use LayerViewPanel 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.cursortool.editing 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.scalebar org.locationtech.jts.jump.workbench.ui.renderer org.locationtech.jts.jump.workbench.ui.snap org.locationtech.jts.jump.workbench.ui.style org.locationtech.jts.jump.workbench.ui.zoom -
-
Uses of LayerViewPanel in org.locationtech.jts.jump.workbench
Methods in org.locationtech.jts.jump.workbench that return LayerViewPanel Modifier and Type Method Description LayerViewPanelJUMPWorkbenchContext. getLayerViewPanel()LayerViewPanelWorkbenchContext. getLayerViewPanel() -
Uses of LayerViewPanel in org.locationtech.jts.jump.workbench.model
Methods in org.locationtech.jts.jump.workbench.model with parameters of type LayerViewPanel Modifier and Type Method Description ImageWMSLayer. createImage(LayerViewPanel panel)MapRequestWMSLayer. createRequest(LayerViewPanel panel) -
Uses of LayerViewPanel in org.locationtech.jts.jump.workbench.plugin
Methods in org.locationtech.jts.jump.workbench.plugin that return LayerViewPanel Modifier and Type Method Description LayerViewPanelPlugInContext. getLayerViewPanel()Constructors in org.locationtech.jts.jump.workbench.plugin with parameters of type LayerViewPanel Constructor Description PlugInContext(WorkbenchContext workbenchContext, Task task, LayerManagerProxy layerManagerProxy, LayerNamePanel layerNamePanel, LayerViewPanel layerViewPanel) -
Uses of LayerViewPanel in org.locationtech.jts.jump.workbench.ui
Fields in org.locationtech.jts.jump.workbench.ui declared as LayerViewPanel Modifier and Type Field Description protected LayerViewPanelLayerViewFrame. layerViewPanelMethods in org.locationtech.jts.jump.workbench.ui that return LayerViewPanel Modifier and Type Method Description LayerViewPanelInfoFrame. getLayerViewPanel()LayerViewPanelLayerViewFrame. getLayerViewPanel()LayerViewPanelLayerViewPanelProxy. getLayerViewPanel()LayerViewPanelTaskFrame. getLayerViewPanel()LayerViewPanelViewport. getPanel()Constructors in org.locationtech.jts.jump.workbench.ui with parameters of type LayerViewPanel Constructor Description EditTransaction(Collection features, String name, Layer layer, boolean rollingBackInvalidEdits, boolean allowAddingAndRemovingFeatures, LayerViewPanel layerViewPanel)SelectionManager(LayerViewPanel panel, LayerManagerProxy layerManagerProxy)ToolTipWriter(LayerViewPanel panel)Viewport(LayerViewPanel panel)ZoomHistory(LayerViewPanel layerViewPanel) -
Uses of LayerViewPanel in org.locationtech.jts.jump.workbench.ui.cursortool
Methods in org.locationtech.jts.jump.workbench.ui.cursortool that return LayerViewPanel Modifier and Type Method Description protected LayerViewPanelAbstractCursorTool. getPanel()LayerViewPanelCompositeTool. getPanel()Methods in org.locationtech.jts.jump.workbench.ui.cursortool with parameters of type LayerViewPanel Modifier and Type Method Description voidAbstractCursorTool. activate(LayerViewPanel layerViewPanel)voidCompositeTool. activate(LayerViewPanel layerViewPanel)voidCursorTool. activate(LayerViewPanel layerViewPanel)voidDelegatingTool. activate(LayerViewPanel layerViewPanel)voidDummyTool. activate(LayerViewPanel layerViewPanel)voidLeftClickFilter. activate(LayerViewPanel panel)voidQuasimodeTool. activate(LayerViewPanel panel)voidSelectFeaturesTool. activate(LayerViewPanel layerViewPanel)voidSelectLineStringsTool. activate(LayerViewPanel layerViewPanel)voidSelectPartsTool. activate(LayerViewPanel layerViewPanel)static voidAnimations. drawExpandingRing(Point2D center, boolean expanding, Color color, LayerViewPanel panel, float[] dash)static voidAnimations. drawExpandingRings(Collection centers, boolean expanding, Color color, LayerViewPanel panel, float[] dash)static JUMPWorkbenchAbstractCursorTool. workbench(LayerViewPanel panel)static WorkbenchFrameAbstractCursorTool. workbenchFrame(LayerViewPanel layerViewPanel) -
Uses of LayerViewPanel in org.locationtech.jts.jump.workbench.ui.cursortool.editing
Methods in org.locationtech.jts.jump.workbench.ui.cursortool.editing with parameters of type LayerViewPanel Modifier and Type Method Description UndoableCommandFeatureDrawingUtil. createAddCommand(org.locationtech.jts.geom.Geometry geometry, boolean rollingBackInvalidEdits, LayerViewPanel layerViewPanel, AbstractCursorTool tool)The calling CursorTool should call #preserveUndoHistory; otherwise the undo history will be (unnecessarily) truncated if a problem occurs.voidFeatureDrawingUtil. drawRing(org.locationtech.jts.geom.Polygon polygon, boolean rollingBackInvalidEdits, AbstractCursorTool tool, LayerViewPanel panel)booleanSnapVerticesOp. execute(org.locationtech.jts.geom.Geometry fence, Collection editableLayers, boolean rollingBackInvalidEdits, LayerViewPanel panel, Task task, org.locationtech.jts.geom.Coordinate suggestedTarget, Feature targetFeature, boolean insertVerticesIfNecessary) -
Uses of LayerViewPanel in org.locationtech.jts.jump.workbench.ui.plugin
Methods in org.locationtech.jts.jump.workbench.ui.plugin that return LayerViewPanel Modifier and Type Method Description LayerViewPanelViewAttributesPlugIn.ViewAttributesFrame. getLayerViewPanel()Methods in org.locationtech.jts.jump.workbench.ui.plugin with parameters of type LayerViewPanel Modifier and Type Method Description static voidSelectFeaturesInFencePlugIn. execute(LayerViewPanel layerViewPanel, LayerNamePanel layerNamePanel, org.locationtech.jts.geom.Geometry fence, boolean skipUnselectedLayers, boolean mentionModifierHelp)protected BufferedImageExportImagePlugIn. image(LayerViewPanel layerViewPanel) -
Uses of LayerViewPanel in org.locationtech.jts.jump.workbench.ui.plugin.scalebar
Methods in org.locationtech.jts.jump.workbench.ui.plugin.scalebar with parameters of type LayerViewPanel Modifier and Type Method Description static booleanScaleBarRenderer. isEnabled(LayerViewPanel panel)static voidScaleBarRenderer. setEnabled(boolean enabled, LayerViewPanel panel)Constructors in org.locationtech.jts.jump.workbench.ui.plugin.scalebar with parameters of type LayerViewPanel Constructor Description ScaleBarRenderer(LayerViewPanel panel) -
Uses of LayerViewPanel in org.locationtech.jts.jump.workbench.ui.renderer
Fields in org.locationtech.jts.jump.workbench.ui.renderer declared as LayerViewPanel Modifier and Type Field Description protected LayerViewPanelAbstractSelectionRenderer. panelprotected LayerViewPanelImageCachingRenderer. panelprotected LayerViewPanelSimpleRenderer. panel -
Uses of LayerViewPanel in org.locationtech.jts.jump.workbench.ui.snap
Methods in org.locationtech.jts.jump.workbench.ui.snap with parameters of type LayerViewPanel Modifier and Type Method Description static VisiblePointsAndLinesCacheVisiblePointsAndLinesCache. instance(LayerViewPanel panel)org.locationtech.jts.geom.CoordinateSnapManager. snap(LayerViewPanel panel, org.locationtech.jts.geom.Coordinate originalCoordinate)org.locationtech.jts.geom.CoordinateSnapPolicy. snap(LayerViewPanel panel, org.locationtech.jts.geom.Coordinate originalCoordinate)org.locationtech.jts.geom.CoordinateSnapToFeaturesPolicy. snap(LayerViewPanel panel, org.locationtech.jts.geom.Coordinate originalCoordinate)org.locationtech.jts.geom.CoordinateSnapToGridPolicy. snap(LayerViewPanel panel, org.locationtech.jts.geom.Coordinate originalCoordinate)org.locationtech.jts.geom.CoordinateSnapToVerticesPolicy. snap(LayerViewPanel panel, org.locationtech.jts.geom.Coordinate originalPoint)Constructors in org.locationtech.jts.jump.workbench.ui.snap with parameters of type LayerViewPanel Constructor Description GridRenderer(Blackboard blackboard, LayerViewPanel panel) -
Uses of LayerViewPanel in org.locationtech.jts.jump.workbench.ui.style
Constructors in org.locationtech.jts.jump.workbench.ui.style with parameters of type LayerViewPanel Constructor Description LabelStylePanel(Layer layer, LayerViewPanel layerViewPanel, JDialog parent, ErrorHandler errorHandler) -
Uses of LayerViewPanel in org.locationtech.jts.jump.workbench.ui.zoom
Methods in org.locationtech.jts.jump.workbench.ui.zoom with parameters of type LayerViewPanel Modifier and Type Method Description voidZoomTool. activate(LayerViewPanel layerViewPanel)voidZoomToSelectedItemsPlugIn. flash(Collection geometries, LayerViewPanel panel)voidZoomToSelectedItemsPlugIn. zoom(Collection geometries, LayerViewPanel panel)
-