Uses of Class
com.vividsolutions.jump.workbench.ui.LayerViewPanel
Packages that use LayerViewPanel
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 LayerViewPanel in com.vividsolutions.jump.workbench
Methods in com.vividsolutions.jump.workbench that return LayerViewPanelModifier and TypeMethodDescriptionJUMPWorkbenchContext.getLayerViewPanel()WorkbenchContext.getLayerViewPanel() -
Uses of LayerViewPanel in com.vividsolutions.jump.workbench.model
Methods in com.vividsolutions.jump.workbench.model with parameters of type LayerViewPanelModifier and TypeMethodDescriptionWMSLayer.createImage(LayerViewPanel panel) WMSLayer.createRequest(LayerViewPanel panel) -
Uses of LayerViewPanel in com.vividsolutions.jump.workbench.plugin
Methods in com.vividsolutions.jump.workbench.plugin that return LayerViewPanelConstructors in com.vividsolutions.jump.workbench.plugin with parameters of type LayerViewPanelModifierConstructorDescriptionPlugInContext(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 LayerViewPanelMethods in com.vividsolutions.jump.workbench.ui that return LayerViewPanelModifier and TypeMethodDescriptionInfoFrame.getLayerViewPanel()LayerViewFrame.getLayerViewPanel()LayerViewPanelProxy.getLayerViewPanel()TaskFrame.getLayerViewPanel()Viewport.getPanel()Constructors in com.vividsolutions.jump.workbench.ui with parameters of type LayerViewPanelModifierConstructorDescriptionEditTransaction(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 LayerViewPanelMethods in com.vividsolutions.jump.workbench.ui.cursortool that return LayerViewPanelModifier and TypeMethodDescriptionfinal LayerViewPanelAbstractCursorTool.getPanel()static LayerViewPanelAbstractCursorTool.getPanel(CursorTool ct) CompositeTool.getPanel()Methods in com.vividsolutions.jump.workbench.ui.cursortool with parameters of type LayerViewPanelModifier and TypeMethodDescriptionvoidAbstractCursorTool.activate(LayerViewPanel new_panel) voidCompositeTool.activate(LayerViewPanel layerViewPanel) voidCursorTool.activate(LayerViewPanel layerViewPanel) voidDelegatingTool.activate(LayerViewPanel layerViewPanel) voidDummyTool.activate(LayerViewPanel layerViewPanel) voidLeftClickFilter.activate(LayerViewPanel panel) voidMultiClickTool.activate(LayerViewPanel new_panel) voidQuasimodeTool.activate(LayerViewPanel panel) voidSelectFeaturesTool.activate(LayerViewPanel layerViewPanel) voidSelectLineStringsTool.activate(LayerViewPanel layerViewPanel) voidSelectPartsTool.activate(LayerViewPanel layerViewPanel) voidCoordinateListMetrics.displayMetrics(List coordinates, LayerViewPanel panel) voidCoordinateListMetrics.displayMetrics(List coordinates, LayerViewPanel panel, boolean closedDistance) Display the coordinates metrics with the option to compute the distance for a closed geometry.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) voidSplitLineStringsOp.execute(String name, boolean rollingBackInvalidEdits, LayerViewPanel panel) CoordinateListMetrics.getMetricsString(List coordinates, LayerViewPanel panel) 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. 14-3-2014 (Giuseppe Aruta) Added compute of last distance (between last point and the cursor and the compute of azimuthprotected voidAbstractCursorTool.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 LayerViewPanelModifier and TypeMethodDescriptionFeatureDrawingUtil.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.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 LineStringvoidFeatureDrawingUtil.drawRing(org.locationtech.jts.geom.Polygon polygon, boolean rollingBackInvalidEdits, AbstractCursorTool tool, LayerViewPanel panel) booleanSnapVerticesOp.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) voidFeatureDrawingUtil.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 LayerViewPanelMethods in com.vividsolutions.jump.workbench.ui.plugin with parameters of type LayerViewPanelModifier and TypeMethodDescriptionstatic 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 com.vividsolutions.jump.workbench.ui.plugin.scalebar
Methods in com.vividsolutions.jump.workbench.ui.plugin.scalebar with parameters of type LayerViewPanelModifier and TypeMethodDescriptionstatic booleanScaleBarRenderer.isEnabled(LayerViewPanel panel) static voidScaleBarRenderer.setEnabled(boolean enabled, LayerViewPanel panel) Constructors in com.vividsolutions.jump.workbench.ui.plugin.scalebar with parameters of type LayerViewPanel -
Uses of LayerViewPanel in com.vividsolutions.jump.workbench.ui.renderer
Fields in com.vividsolutions.jump.workbench.ui.renderer declared as LayerViewPanelModifier and TypeFieldDescriptionprotected LayerViewPanelAbstractSelectionRenderer.panelprotected LayerViewPanelImageCachingRenderer.panelprotected LayerViewPanelSimpleRenderer.panelMethods in com.vividsolutions.jump.workbench.ui.renderer that return LayerViewPanelMethods in com.vividsolutions.jump.workbench.ui.renderer with parameters of type LayerViewPanelModifier and TypeMethodDescriptionLayerRendererFactory.create(Layer layer, LayerViewPanel panel, int maxFeatures) RendererFactory.create(T content, LayerViewPanel panel, int maxFeatures) Create a renderer for the content.WmsLayerRendererFactory.create(WMSLayer layer, LayerViewPanel panel, int maxFeatures) static booleanLayerRenderer.render(Layerable layerable, LayerViewPanel panel) static booleanLayerRenderer.withinVisibleScaleRange(Layerable layerable, LayerViewPanel panel) Constructors in com.vividsolutions.jump.workbench.ui.renderer with parameters of type LayerViewPanelModifierConstructorDescriptionAbstractSelectionRenderer(Object contentID, LayerViewPanel panel, Color color, boolean paintingHandles, boolean filling) FeatureCollectionRenderer(Object contentID, LayerViewPanel panel) FeatureCollectionRenderer(Object contentID, LayerViewPanel panel, ImageCachingFeatureCollectionRenderer imageCachingFeatureCollectionRenderer) ImageCachingFeatureCollectionRenderer(Object contentID, LayerViewPanel panel) ImageCachingRenderer(Object contentID, LayerViewPanel panel) LayerRenderer(Layer layer, LayerViewPanel panel) RenderingManager(LayerViewPanel panel) SimpleFeatureCollectionRenderer(Object contentID, LayerViewPanel panel) SimpleRenderer(Object contentID, LayerViewPanel panel) ThreadSafeImage(LayerViewPanel panel) WMSLayerRenderer(WMSLayer layer, LayerViewPanel panel) -
Uses of LayerViewPanel in com.vividsolutions.jump.workbench.ui.snap
Methods in com.vividsolutions.jump.workbench.ui.snap with parameters of type LayerViewPanelModifier and TypeMethodDescriptionstatic 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.CoordinateSnapToLineStringBeingEditedPolicy.snap(LayerViewPanel panel, org.locationtech.jts.geom.Coordinate originalPoint) org.locationtech.jts.geom.CoordinateSnapToVerticesPolicy.snap(LayerViewPanel panel, org.locationtech.jts.geom.Coordinate originalPoint) Constructors in com.vividsolutions.jump.workbench.ui.snap with parameters of type LayerViewPanel -
Uses of LayerViewPanel in com.vividsolutions.jump.workbench.ui.style
Constructors in com.vividsolutions.jump.workbench.ui.style with parameters of type LayerViewPanelModifierConstructorDescriptionLabelStylePanel(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 LayerViewPanelModifier and TypeMethodDescriptionvoidZoomTool.activate(LayerViewPanel layerViewPanel) voidPanToSelectedItemsPlugIn.flash(Collection geometries, LayerViewPanel panel) voidZoomToSelectedItemsPlugIn.flash(Collection geometries, LayerViewPanel panel) voidPanToSelectedItemsPlugIn.pan(Collection geometries, LayerViewPanel panel) voidZoomToSelectedItemsPlugIn.zoom(Collection geometries, LayerViewPanel panel) -
Uses of LayerViewPanel in org.openjump.core.rasterimage
Methods in org.openjump.core.rasterimage with parameters of type LayerViewPanelModifier and TypeMethodDescriptionRasterImageLayerRendererFactory.create(RasterImageLayer layer, LayerViewPanel panel, int maxFeatures) RasterImageLayer.createImage(LayerViewPanel layerViewPanel) Creates the image to drawRasterImageLayer.getImageForDisplay(LayerViewPanel layerViewPanel) returns the image, this can be modified - i.e. is just a representation.voidRasterImageLayer.reLoadImage(LayerViewPanel layerViewPanel) Constructors in org.openjump.core.rasterimage with parameters of type LayerViewPanel -
Uses of LayerViewPanel in org.openjump.core.ui.plugin.edittoolbox.cursortools
Methods in org.openjump.core.ui.plugin.edittoolbox.cursortools with parameters of type LayerViewPanelModifier and TypeMethodDescriptionvoidConstrainedDragTool.activate(LayerViewPanel layerViewPanel) voidConstrainedMultiClickTool.activate(LayerViewPanel layerViewPanel) voidDrawCircleWithGivenRadiusTool.activate(LayerViewPanel layerViewPanel) voidRotateSelectedItemTool.activate(LayerViewPanel layerViewPanel) voidScaleSelectedItemsTool.activate(LayerViewPanel panel) voidSelectMultiItemsTool.activate(LayerViewPanel layerViewPanel) voidSelectOneItemTool.activate(LayerViewPanel layerViewPanel) booleanDrawCircleWithGivenRadiusTool.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 LayerViewPanelMethods in org.openjump.core.ui.plugin.edittoolbox.tab with parameters of type LayerViewPanelModifier and TypeMethodDescriptionorg.locationtech.jts.geom.CoordinateConstraintManager.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 LayerViewPanelMethods in org.openjump.core.ui.plugin.file with parameters of type LayerViewPanelModifier and TypeMethodDescriptionstatic voidWorldFileWriter.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 LayerViewPanelModifierConstructorDescriptionRasterScaleStylePanel(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 LayerViewPanelModifier and TypeMethodDescriptionvoidSuperZoomPanTool.activate(LayerViewPanel layerViewPanel) static booleanNorthArrowRenderer.isEnabled(LayerViewPanel panel) static voidNorthArrowRenderer.setEnabled(boolean enabled, LayerViewPanel panel) Constructors in org.openjump.core.ui.plugin.view with parameters of type LayerViewPanel -
Uses of LayerViewPanel in org.openjump.core.ui.plugin.view.helpclassescale
Methods in org.openjump.core.ui.plugin.view.helpclassescale with parameters of type LayerViewPanelModifier and TypeMethodDescriptionstatic booleanShowScaleRenderer.isEnabled(LayerViewPanel panel) static voidShowScaleRenderer.setEnabled(boolean enabled, LayerViewPanel panel) Constructors in org.openjump.core.ui.plugin.view.helpclassescale with parameters of type LayerViewPanel -
Uses of LayerViewPanel in org.openjump.core.ui.plugin.view.showcenter
Methods in org.openjump.core.ui.plugin.view.showcenter with parameters of type LayerViewPanelModifier and TypeMethodDescriptionstatic booleanShowViewCenterRenderer.isEnabled(LayerViewPanel panel) static voidShowViewCenterRenderer.setEnabled(boolean enabled, LayerViewPanel panel) Constructors in org.openjump.core.ui.plugin.view.showcenter with parameters of type LayerViewPanel -
Uses of LayerViewPanel in org.openjump.core.ui.plugin.wms.panels
Constructors in org.openjump.core.ui.plugin.wms.panels with parameters of type LayerViewPanelModifierConstructorDescriptionWMSScaleStylePanel(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