Uses of Interface
com.luciad.view.ILcdTreeLayered
Package
Description
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.bingmaps.copyright
ModifierConstructorDescriptionCreate 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
Modifier and TypeClassDescriptionclass
ALcyDrawingSettings<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
Modifier and TypeClassDescriptionclass
ALcyDrawingToolBarFactory<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
Modifier and TypeClassDescriptionclass
ALcyCreateLayersAction<S extends ILcdView & ILcdTreeLayered,
T extends ILcdLayer> Abstract base class to create and add layers onto anILcyGenericMapComponent
.class
ALcyObjectSelectionAction<S extends ILcdView & ILcdTreeLayered>
Deprecated. -
Uses of ILcdTreeLayered in com.luciad.view
Modifier and TypeInterfaceDescriptioninterface
Interface allowing to create a support class for facilitating the creation of concreteILcdTreeLayered
implementations based on anILcdLayered
instance.Modifier and TypeClassDescriptionclass
A utility class that can be used to create a class that implementsILcdTreeLayered
.class
This is a utility class that can be used to make a class that implementsILcdTreeLayered
. -
Uses of ILcdTreeLayered in com.luciad.view.gxy
Modifier and TypeInterfaceDescriptioninterface
AnILcdView
to visualize two-dimensional object geometry, based on AWTGraphics
and organized inILcdGXYLayer
objects.interface
AnILcdGXYView
that supports rotation, adding it as an extra parameter (next to the scale and origin mapping) to the view-world transformation.Modifier and TypeClassDescriptionclass
ILcdGXYView
implementation 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.class
An implementation of theILcdGXYView
interface as ajava.awt.Canvas
.class
An implementation of theILcdGXYView
interface as ajavax.swing.JPanel
.class
ILcdGXYView
implementation that consumes less memory thanTLcdGXYViewJPanel
.class
An implementation of theILcdGXYView
interface as ajava.awt.Panel
.class
This PlanarImage implements an off-screen view. -
Uses of ILcdTreeLayered in com.luciad.view.lightspeed
Modifier and TypeInterfaceDescriptioninterface
Defines anILspView
which is represented on screen by an AWT or Swing component.interface
AnILcdView
to visualize geospatial data in 2D or 3D, based on OpenGL.Modifier and TypeClassDescriptionclass
Abstract base class for implementations ofILspAWTView
.class
AnILspView
which is represented by an AWT component.class
Deprecated.Integration of LuciadLightspeed in C++ applications is no longer actively supported as of V2020.0.final class
AnILspView
which is represented by a JavaFX node.class
An offscreen Lightspeed view that uses an internal buffer to render images to.class
AnILspAWTView
which is represented by a Swing component. -
Uses of ILcdTreeLayered in com.luciad.view.map
Modifier and TypeClassDescriptionclass
TLcdGXYViewBufferedImage
extension suited for displaying maps.class
TLcdGXYViewCanvas
extension suited for displaying maps.class
TLcdGXYViewJPanel
extension suited for displaying maps.class
TLcdGXYViewJPanelLightWeight
extension suited for displaying maps.class
TLcdGXYViewPanel
extension suited for displaying maps. -
Uses of ILcdTreeLayered in com.luciad.view.swing
ModifierConstructorDescriptionTLcdLayerTree
(ILcdTreeLayered aView) Create a new tree set up to render the layer tree structure of theILcdTreeLayered
aView
.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.
ALcdObjectSelectionAction
instead.