Uses of Class
com.vividsolutions.jump.workbench.ui.LayerViewPanel
-
-
Uses of LayerViewPanel in com.vividsolutions.jump.workbench
Methods in com.vividsolutions.jump.workbench that return LayerViewPanel Modifier and Type Method Description LayerViewPanel
JUMPWorkbenchContext. getLayerViewPanel()
LayerViewPanel
WorkbenchContext. getLayerViewPanel()
-
Uses of LayerViewPanel in com.vividsolutions.jump.workbench.model
Methods in com.vividsolutions.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 com.vividsolutions.jump.workbench.plugin
Methods in com.vividsolutions.jump.workbench.plugin that return LayerViewPanel Modifier and Type Method Description LayerViewPanel
PlugInContext. getLayerViewPanel()
Constructors in com.vividsolutions.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 com.vividsolutions.jump.workbench.ui
Fields in com.vividsolutions.jump.workbench.ui declared as LayerViewPanel Modifier and Type Field Description protected LayerViewPanel
LayerViewFrame. layerViewPanel
Methods in com.vividsolutions.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 com.vividsolutions.jump.workbench.ui with parameters of type LayerViewPanel Constructor Description EditTransaction(Collection<Feature> features, String name, Layer layer, boolean rollingBackInvalidEdits, boolean allowAddingAndRemovingFeatures, LayerViewPanel layerViewPanel)
Creates a new EditTransaction modifying features.SelectionManager(LayerViewPanel panel, LayerManagerProxy layerManagerProxy)
ToolTipWriter(LayerViewPanel panel)
Viewport(LayerViewPanel panel)
ZoomHistory(LayerViewPanel layerViewPanel)
-
Uses of LayerViewPanel in com.vividsolutions.jump.workbench.ui.cursortool
Fields in com.vividsolutions.jump.workbench.ui.cursortool declared as LayerViewPanel Modifier and Type Field Description protected LayerViewPanel
AbstractCursorTool. panel
Methods in com.vividsolutions.jump.workbench.ui.cursortool that return LayerViewPanel Modifier and Type Method Description LayerViewPanel
AbstractCursorTool. getPanel()
static LayerViewPanel
AbstractCursorTool. getPanel(CursorTool ct)
LayerViewPanel
CompositeTool. getPanel()
Methods in com.vividsolutions.jump.workbench.ui.cursortool with parameters of type LayerViewPanel Modifier and Type Method Description void
AbstractCursorTool. activate(LayerViewPanel new_panel)
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
MultiClickTool. activate(LayerViewPanel new_panel)
void
QuasimodeTool. activate(LayerViewPanel panel)
void
SelectFeaturesTool. activate(LayerViewPanel layerViewPanel)
void
SelectLineStringsTool. activate(LayerViewPanel layerViewPanel)
void
SelectPartsTool. activate(LayerViewPanel layerViewPanel)
void
CoordinateListMetrics. displayMetrics(List coordinates, LayerViewPanel panel)
void
CoordinateListMetrics. displayMetrics(List coordinates, LayerViewPanel panel, boolean closedDistance)
Display the coordinates metrics with the option to compute the distance for a closed geometry.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)
void
SplitLineStringsOp. execute(String name, boolean rollingBackInvalidEdits, LayerViewPanel panel)
String
CoordinateListMetrics. getMetricsString(List coordinates, LayerViewPanel panel)
String
CoordinateListMetrics. getMetricsString(List coordinates, LayerViewPanel panel, boolean closedDistance)
Get's the the coordinates metrics with the option to compute the distance for a closed geometry.protected void
AbstractCursorTool. setPanel(LayerViewPanel panel)
-
Uses of LayerViewPanel in com.vividsolutions.jump.workbench.ui.cursortool.editing
Methods in com.vividsolutions.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. drawLineString(org.locationtech.jts.geom.LineString newLineString, boolean rollingBackInvalidEdits, AbstractCursorTool tool, LayerViewPanel panel)
Implement the special check for adding to the end of a selected LineStringvoid
FeatureDrawingUtil. drawRing(org.locationtech.jts.geom.Polygon polygon, boolean rollingBackInvalidEdits, AbstractCursorTool tool, LayerViewPanel panel)
boolean
SnapVerticesOp. execute(org.locationtech.jts.geom.Geometry fence, Collection<Layer> editableLayers, boolean rollingBackInvalidEdits, LayerViewPanel panel, Task task, org.locationtech.jts.geom.Coordinate suggestedTarget, Feature targetFeature, boolean insertVerticesIfNecessary)
void
FeatureDrawingUtil. selectGeometry(LayerViewPanel panel, org.locationtech.jts.geom.Geometry geom)
-
Uses of LayerViewPanel in com.vividsolutions.jump.workbench.ui.plugin
Methods in com.vividsolutions.jump.workbench.ui.plugin that return LayerViewPanel Modifier and Type Method Description LayerViewPanel
ViewAttributesPlugIn.ViewAttributesFrame. getLayerViewPanel()
Methods in com.vividsolutions.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 com.vividsolutions.jump.workbench.ui.plugin.scalebar
Methods in com.vividsolutions.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 com.vividsolutions.jump.workbench.ui.plugin.scalebar with parameters of type LayerViewPanel Constructor Description ScaleBarRenderer(LayerViewPanel panel, TaskFrame taskFrame)
-
Uses of LayerViewPanel in com.vividsolutions.jump.workbench.ui.renderer
Fields in com.vividsolutions.jump.workbench.ui.renderer declared as LayerViewPanel Modifier and Type Field Description protected LayerViewPanel
AbstractSelectionRenderer. panel
protected LayerViewPanel
ImageCachingRenderer. panel
protected LayerViewPanel
SimpleRenderer. panel
Methods in com.vividsolutions.jump.workbench.ui.renderer that return LayerViewPanel Modifier and Type Method Description LayerViewPanel
RenderingManager. getPanel()
Methods in com.vividsolutions.jump.workbench.ui.renderer with parameters of type LayerViewPanel Modifier and Type Method Description Renderer
LayerRendererFactory. create(Layer layer, LayerViewPanel panel, int maxFeatures)
Renderer
RendererFactory. create(T content, LayerViewPanel panel, int maxFeatures)
Create a renderer for the content.Renderer
WmsLayerRendererFactory. create(WMSLayer layer, LayerViewPanel panel, int maxFeatures)
static boolean
LayerRenderer. render(Layerable layerable, LayerViewPanel panel)
static boolean
LayerRenderer. withinVisibleScaleRange(Layerable layerable, LayerViewPanel panel)
-
Uses of LayerViewPanel in com.vividsolutions.jump.workbench.ui.snap
Methods in com.vividsolutions.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
SnapToLineStringBeingEditedPolicy. snap(LayerViewPanel panel, org.locationtech.jts.geom.Coordinate originalPoint)
org.locationtech.jts.geom.Coordinate
SnapToVerticesPolicy. snap(LayerViewPanel panel, org.locationtech.jts.geom.Coordinate originalPoint)
Constructors in com.vividsolutions.jump.workbench.ui.snap with parameters of type LayerViewPanel Constructor Description GridRenderer(Blackboard blackboard, LayerViewPanel panel)
-
Uses of LayerViewPanel in com.vividsolutions.jump.workbench.ui.style
Constructors in com.vividsolutions.jump.workbench.ui.style with parameters of type LayerViewPanel Constructor Description LabelStylePanel(Layer layer, LayerViewPanel layerViewPanel, JDialog parent, ErrorHandler errorHandler)
ScaleStylePanel(Layer layer, LayerViewPanel panel)
-
Uses of LayerViewPanel in com.vividsolutions.jump.workbench.ui.zoom
Methods in com.vividsolutions.jump.workbench.ui.zoom with parameters of type LayerViewPanel Modifier and Type Method Description void
ZoomTool. activate(LayerViewPanel layerViewPanel)
void
PanToSelectedItemsPlugIn. flash(Collection geometries, LayerViewPanel panel)
void
ZoomToSelectedItemsPlugIn. flash(Collection geometries, LayerViewPanel panel)
void
PanToSelectedItemsPlugIn. pan(Collection geometries, LayerViewPanel panel)
void
ZoomToSelectedItemsPlugIn. zoom(Collection geometries, LayerViewPanel panel)
-
Uses of LayerViewPanel in org.openjump.core.rasterimage
Methods in org.openjump.core.rasterimage with parameters of type LayerViewPanel Modifier and Type Method Description Renderer
RasterImageLayerRendererFactory. create(RasterImageLayer layer, LayerViewPanel panel, int maxFeatures)
BufferedImage
RasterImageLayer. createImage(LayerViewPanel layerViewPanel)
Creates the image to drawBufferedImage
RasterImageLayer. getImageForDisplay(LayerViewPanel layerViewPanel)
returns the image, this can be modified - i.e.void
RasterImageLayer. reLoadImage(LayerViewPanel layerViewPanel)
Constructors in org.openjump.core.rasterimage with parameters of type LayerViewPanel Constructor Description RasterImageRenderer(Object contentID, LayerViewPanel panel)
-
Uses of LayerViewPanel in org.openjump.core.ui.plugin.edittoolbox.cursortools
Methods in org.openjump.core.ui.plugin.edittoolbox.cursortools with parameters of type LayerViewPanel Modifier and Type Method Description void
ConstrainedDragTool. activate(LayerViewPanel layerViewPanel)
void
ConstrainedMultiClickTool. activate(LayerViewPanel layerViewPanel)
void
DrawCircleWithGivenRadiusTool. activate(LayerViewPanel layerViewPanel)
void
RotateSelectedItemTool. activate(LayerViewPanel layerViewPanel)
void
ScaleSelectedItemsTool. activate(LayerViewPanel panel)
void
SelectMultiItemsTool. activate(LayerViewPanel layerViewPanel)
void
SelectOneItemTool. activate(LayerViewPanel layerViewPanel)
boolean
DrawCircleWithGivenRadiusTool. makeDialogThings(LayerViewPanel panel)
-
Uses of LayerViewPanel in org.openjump.core.ui.plugin.edittoolbox.tab
Fields in org.openjump.core.ui.plugin.edittoolbox.tab declared as LayerViewPanel Modifier and Type Field Description protected LayerViewPanel
ConstraintManager. panel
Methods in org.openjump.core.ui.plugin.edittoolbox.tab with parameters of type LayerViewPanel Modifier and Type Method Description org.locationtech.jts.geom.Coordinate
ConstraintManager. constrain(LayerViewPanel panel, List coordinates, org.locationtech.jts.geom.Coordinate targetPt, MouseEvent e)
-
Uses of LayerViewPanel in org.openjump.core.ui.plugin.file
Methods in org.openjump.core.ui.plugin.file that return LayerViewPanel Modifier and Type Method Description LayerViewPanel
LayerPrinter2. getLayerViewPanel()
Methods in org.openjump.core.ui.plugin.file with parameters of type LayerViewPanel Modifier and Type Method Description static void
WorldFileWriter. writeWorldFile(File imageFile, LayerViewPanel panel)
-
Uses of LayerViewPanel in org.openjump.core.ui.plugin.layer.pirolraster.panel
Constructors in org.openjump.core.ui.plugin.layer.pirolraster.panel with parameters of type LayerViewPanel Constructor Description RasterScaleStylePanel(RasterImageLayer layer, LayerViewPanel panel)
-
Uses of LayerViewPanel in org.openjump.core.ui.plugin.view
Methods in org.openjump.core.ui.plugin.view with parameters of type LayerViewPanel Modifier and Type Method Description void
SuperZoomPanTool. activate(LayerViewPanel layerViewPanel)
static boolean
NorthArrowRenderer. isEnabled(LayerViewPanel panel)
static void
NorthArrowRenderer. setEnabled(boolean enabled, LayerViewPanel panel)
Constructors in org.openjump.core.ui.plugin.view with parameters of type LayerViewPanel Constructor Description NorthArrowRenderer(LayerViewPanel panel)
-
Uses of LayerViewPanel in org.openjump.core.ui.plugin.view.helpclassescale
Methods in org.openjump.core.ui.plugin.view.helpclassescale with parameters of type LayerViewPanel Modifier and Type Method Description static boolean
ShowScaleRenderer. isEnabled(LayerViewPanel panel)
static void
ShowScaleRenderer. setEnabled(boolean enabled, LayerViewPanel panel)
Constructors in org.openjump.core.ui.plugin.view.helpclassescale with parameters of type LayerViewPanel Constructor Description ShowScaleRenderer(LayerViewPanel panel)
-
Uses of LayerViewPanel in org.openjump.core.ui.plugin.view.showcenter
Methods in org.openjump.core.ui.plugin.view.showcenter with parameters of type LayerViewPanel Modifier and Type Method Description static boolean
ShowViewCenterRenderer. isEnabled(LayerViewPanel panel)
static void
ShowViewCenterRenderer. setEnabled(boolean enabled, LayerViewPanel panel)
Constructors in org.openjump.core.ui.plugin.view.showcenter with parameters of type LayerViewPanel Constructor Description ShowViewCenterRenderer(LayerViewPanel panel)
-
Uses of LayerViewPanel in org.openjump.core.ui.plugin.wms.panels
Constructors in org.openjump.core.ui.plugin.wms.panels with parameters of type LayerViewPanel Constructor Description WMSScaleStylePanel(WMSLayer layer, LayerViewPanel panel)
WMSTransparencyPanel(WMSLayer layer, LayerViewPanel panel)
-
Uses of LayerViewPanel in org.openjump.util.python.pythonexampleclasses
Methods in org.openjump.util.python.pythonexampleclasses with parameters of type LayerViewPanel Modifier and Type Method Description void
DrawCustomTool. activate(LayerViewPanel layerViewPanel)
-