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 LayerViewPanel
JUMPWorkbenchContext. getLayerViewPanel()
LayerViewPanel
WorkbenchContext. 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 Image
WMSLayer. createImage(LayerViewPanel panel)
MapRequest
WMSLayer. 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 LayerViewPanel
PlugInContext. 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 LayerViewPanel
LayerViewFrame. layerViewPanel
Methods in org.locationtech.jts.jump.workbench.ui that return LayerViewPanel Modifier and Type Method Description LayerViewPanel
InfoFrame. getLayerViewPanel()
LayerViewPanel
LayerViewFrame. getLayerViewPanel()
LayerViewPanel
LayerViewPanelProxy. getLayerViewPanel()
LayerViewPanel
TaskFrame. getLayerViewPanel()
LayerViewPanel
Viewport. 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 LayerViewPanel
AbstractCursorTool. getPanel()
LayerViewPanel
CompositeTool. getPanel()
Methods in org.locationtech.jts.jump.workbench.ui.cursortool with parameters of type LayerViewPanel Modifier and Type Method Description void
AbstractCursorTool. activate(LayerViewPanel layerViewPanel)
void
CompositeTool. activate(LayerViewPanel layerViewPanel)
void
CursorTool. activate(LayerViewPanel layerViewPanel)
void
DelegatingTool. activate(LayerViewPanel layerViewPanel)
void
DummyTool. activate(LayerViewPanel layerViewPanel)
void
LeftClickFilter. activate(LayerViewPanel panel)
void
QuasimodeTool. activate(LayerViewPanel panel)
void
SelectFeaturesTool. activate(LayerViewPanel layerViewPanel)
void
SelectLineStringsTool. activate(LayerViewPanel layerViewPanel)
void
SelectPartsTool. activate(LayerViewPanel layerViewPanel)
static void
Animations. drawExpandingRing(Point2D center, boolean expanding, Color color, LayerViewPanel panel, float[] dash)
static void
Animations. drawExpandingRings(Collection centers, boolean expanding, Color color, LayerViewPanel panel, float[] dash)
static JUMPWorkbench
AbstractCursorTool. workbench(LayerViewPanel panel)
static WorkbenchFrame
AbstractCursorTool. 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 UndoableCommand
FeatureDrawingUtil. 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.void
FeatureDrawingUtil. drawRing(org.locationtech.jts.geom.Polygon polygon, boolean rollingBackInvalidEdits, AbstractCursorTool tool, LayerViewPanel panel)
boolean
SnapVerticesOp. 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 LayerViewPanel
ViewAttributesPlugIn.ViewAttributesFrame. getLayerViewPanel()
Methods in org.locationtech.jts.jump.workbench.ui.plugin with parameters of type LayerViewPanel Modifier and Type Method Description static void
SelectFeaturesInFencePlugIn. execute(LayerViewPanel layerViewPanel, LayerNamePanel layerNamePanel, org.locationtech.jts.geom.Geometry fence, boolean skipUnselectedLayers, boolean mentionModifierHelp)
protected BufferedImage
ExportImagePlugIn. 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 boolean
ScaleBarRenderer. isEnabled(LayerViewPanel panel)
static void
ScaleBarRenderer. 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 LayerViewPanel
AbstractSelectionRenderer. panel
protected LayerViewPanel
ImageCachingRenderer. panel
protected LayerViewPanel
SimpleRenderer. 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 VisiblePointsAndLinesCache
VisiblePointsAndLinesCache. instance(LayerViewPanel panel)
org.locationtech.jts.geom.Coordinate
SnapManager. snap(LayerViewPanel panel, org.locationtech.jts.geom.Coordinate originalCoordinate)
org.locationtech.jts.geom.Coordinate
SnapPolicy. snap(LayerViewPanel panel, org.locationtech.jts.geom.Coordinate originalCoordinate)
org.locationtech.jts.geom.Coordinate
SnapToFeaturesPolicy. snap(LayerViewPanel panel, org.locationtech.jts.geom.Coordinate originalCoordinate)
org.locationtech.jts.geom.Coordinate
SnapToGridPolicy. snap(LayerViewPanel panel, org.locationtech.jts.geom.Coordinate originalCoordinate)
org.locationtech.jts.geom.Coordinate
SnapToVerticesPolicy. 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 void
ZoomTool. activate(LayerViewPanel layerViewPanel)
void
ZoomToSelectedItemsPlugIn. flash(Collection geometries, LayerViewPanel panel)
void
ZoomToSelectedItemsPlugIn. zoom(Collection geometries, LayerViewPanel panel)
-