Uses of Interface
com.luciad.view.ILcdTreeLayered
Packages that use ILcdTreeLayered
Package
Description
This package contains functionality for displaying copyright information when visualizing Azure Maps data.
This package contains functionality for retrieving copyright information when visualizing Bing Maps data.
This package provides a new, highly configurable data format.
This package contains the default toolbar for editing drawing models used in the drawing add on.
Provides actions that have a relationship with a map.
General aspects of views.
Provides two-dimensional views and components supporting the visualization of the former's representation.
Provides support for OpenGL-based 2D and 3D visualization of data.
Utilities for making maps.
This package provides Swing components which are related to a view or allow interaction with a view.
-
Uses of ILcdTreeLayered in com.luciad.format.azuremaps.copyright
Constructors in com.luciad.format.azuremaps.copyright with parameters of type ILcdTreeLayeredModifierConstructorDescriptionCreate a new icon showing the Azure Maps logo when the view contains visible Azure Map layers. -
Uses of ILcdTreeLayered in com.luciad.format.bingmaps.copyright
Constructors in com.luciad.format.bingmaps.copyright with parameters of type ILcdTreeLayeredModifierConstructorDescriptionCreate a new icon showing the Bing Maps logo when the view contains visible Bing Map layers. -
Uses of ILcdTreeLayered in com.luciad.lucy.addons.drawing.format
Classes in com.luciad.lucy.addons.drawing.format with type parameters of type ILcdTreeLayeredModifier and TypeClassDescriptionclassALcyDrawingSettings<S extends ILcdView & ILcdTreeLayered,T extends ILcdLayer> This class provides access to the drawing settings of a drawing layer. -
Uses of ILcdTreeLayered in com.luciad.lucy.addons.drawing.gui
Classes in com.luciad.lucy.addons.drawing.gui with type parameters of type ILcdTreeLayeredModifier and TypeClassDescriptionclassALcyDrawingToolBarFactory<S extends ILcdView & ILcdTreeLayered,T extends ILcdLayer> Abstract base class to create the default tool bar for editing a drawing model. -
Uses of ILcdTreeLayered in com.luciad.lucy.map.action
Classes in com.luciad.lucy.map.action with type parameters of type ILcdTreeLayeredModifier and TypeClassDescriptionclassALcyCreateLayersAction<S extends ILcdView & ILcdTreeLayered,T extends ILcdLayer> Abstract base class to create and add layers onto anILcyGenericMapComponent.classALcyObjectSelectionAction<S extends ILcdView & ILcdTreeLayered>Deprecated. -
Uses of ILcdTreeLayered in com.luciad.view
Subinterfaces of ILcdTreeLayered in com.luciad.viewModifier and TypeInterfaceDescriptioninterfaceInterface allowing to create a support class for facilitating the creation of concreteILcdTreeLayeredimplementations based on anILcdLayeredinstance.Classes in com.luciad.view that implement ILcdTreeLayeredModifier and TypeClassDescriptionclassA utility class that can be used to create a class that implementsILcdTreeLayered.classThis is a utility class that can be used to make a class that implementsILcdTreeLayered. -
Uses of ILcdTreeLayered in com.luciad.view.gxy
Subinterfaces of ILcdTreeLayered in com.luciad.view.gxyModifier and TypeInterfaceDescriptioninterfaceAnILcdViewto visualize two-dimensional object geometry, based on AWTGraphicsand organized inILcdGXYLayerobjects.interfaceAnILcdGXYViewthat supports rotation, adding it as an extra parameter (next to the scale and origin mapping) to the view-world transformation.Classes in com.luciad.view.gxy that implement ILcdTreeLayeredModifier and TypeClassDescriptionclassILcdGXYViewimplementation based on an off-screen image.
It does not depend on AWT or Swing components, and can be used on the server side (for example, in a Servlet) for generating images to be sent to light-weight clients.classAn implementation of theILcdGXYViewinterface as ajava.awt.Canvas.classAn implementation of theILcdGXYViewinterface as ajavax.swing.JPanel.classILcdGXYViewimplementation that consumes less memory thanTLcdGXYViewJPanel.classAn implementation of theILcdGXYViewinterface as ajava.awt.Panel.classThis PlanarImage implements an off-screen view. -
Uses of ILcdTreeLayered in com.luciad.view.lightspeed
Subinterfaces of ILcdTreeLayered in com.luciad.view.lightspeedModifier and TypeInterfaceDescriptioninterfaceDefines anILspViewwhich is represented on screen by an AWT or Swing component.interfaceAnILcdViewto visualize geospatial data in 2D or 3D, based on OpenGL.Classes in com.luciad.view.lightspeed that implement ILcdTreeLayeredModifier and TypeClassDescriptionclassAbstract base class for implementations ofILspAWTView.classAnILspViewwhich is represented by an AWT component.classDeprecated.Integration of LuciadLightspeed in C++ applications is no longer actively supported as of V2020.0.final classAnILspViewwhich is represented by a JavaFX node.classAn offscreen Lightspeed view that uses an internal buffer to render images to.classAnILspAWTViewwhich is represented by a Swing component. -
Uses of ILcdTreeLayered in com.luciad.view.map
Classes in com.luciad.view.map that implement ILcdTreeLayeredModifier and TypeClassDescriptionclassTLcdGXYViewBufferedImageextension suited for displaying maps.classTLcdGXYViewCanvasextension suited for displaying maps.classTLcdGXYViewJPanelextension suited for displaying maps.classTLcdGXYViewJPanelLightWeightextension suited for displaying maps.classTLcdGXYViewPanelextension suited for displaying maps. -
Uses of ILcdTreeLayered in com.luciad.view.swing
Constructors in com.luciad.view.swing with parameters of type ILcdTreeLayeredModifierConstructorDescriptionTLcdLayerTree(ILcdTreeLayered aView) Create a new tree set up to render the layer tree structure of theILcdTreeLayeredaView.Create a new renderer for a layer tree with an icon height and width of 16.TLcdLayerTreeNodeCellRenderer(ILcdTreeLayered aView, int aIconWidth, int aIconHeight) Create a new renderer for a layer tree with the specified icon height and width.
ALcdObjectSelectionActioninstead.