Uses of Interface
com.luciad.view.ILcdLayered
Packages that use ILcdLayered
Package
Description
ILcdEarthTileSet that provides raster data
suitable for use as a 3D terrain texture.This package provides a heightprovider that uses heightproviderfactories registered to the
lucy backend.
Contains all classes for terrain elevation analysis.
General interfaces and implementations to retrieve heights from data, for
instance, elevation rasters.
General aspects of views.
Provides two-dimensional views and components supporting the visualization of the former's representation.
Provides layer-specific asynchronous painting.
Provides an asynchronous layer wrapper and paint queue implementation that allows
inserting Lightspeed layers into an
ILcdGXYView.Touch controllers for the 2D view.
Provides support for OpenGL-based 2D and 3D visualization of data.
Provides support for handling user interaction on an
ILspView.Provides controllers for the manipulation of domain objects in a view.
This package provides support for measuring distances in a view.
Provides controller implementations that work with touch input instead of
mouse input.
Provides layering support for
ILspView.Provides support for visualizing
ILcdGXYLayer instances in an
ILspView.Utilities for making maps.
This package provides Swing components which are related to a view or allow interaction with a view.
-
Uses of ILcdLayered in com.luciad.earth.tileset.raster
Classes in com.luciad.earth.tileset.raster that implement ILcdLayeredModifier and TypeClassDescriptionclassA tileset that generates texture data using an offscreen 2D view. -
Uses of ILcdLayered in com.luciad.lucy.util.height
Classes in com.luciad.lucy.util.height with type parameters of type ILcdLayeredModifier and TypeClassDescriptionclassTLcyViewHeightProvider<S extends ILcdView & ILcdLayered>This class is an extension ofTLcdViewHeightProviderthat uses theILcdModelHeightProviderFactorys which are registered as service to the Lucy back-end. -
Uses of ILcdLayered in com.luciad.tea
Classes in com.luciad.tea with type parameters of type ILcdLayeredModifier and TypeClassDescriptionclassTLcdViewBasedTerrainElevationProvider<S extends ILcdView & ILcdLayered>This mediator keeps track of terrain models in theILcdViewand adds/removes them to/from the specified model based terrain elevation provider. -
Uses of ILcdLayered in com.luciad.util.height
Classes in com.luciad.util.height with type parameters of type ILcdLayeredModifier and TypeClassDescriptionclassTLcdViewHeightProvider<S extends ILcdView & ILcdLayered>ThisILcdHeightProviderretrieves height based on a view. -
Uses of ILcdLayered in com.luciad.view
Subinterfaces of ILcdLayered in com.luciad.viewModifier and TypeInterfaceDescriptioninterfaceAnILcdLayerTreeNodeis anILcdLayerwhich can also have child layers.interfaceAn extension ofILcdLayered, to access a flat list of layers as a hierarchical structure.interfaceInterface allowing to create a support class for facilitating the creation of concreteILcdTreeLayeredimplementations based on anILcdLayeredinstance.Classes in com.luciad.view that implement ILcdLayeredModifier 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 implementsILcdLayered.classThis is a utility class that can be used to create anILcdLayerTreeNodeimplementation.classThis is a utility class that can be used to make a class that implementsILcdTreeLayered.Methods in com.luciad.view that return ILcdLayeredModifier and TypeMethodDescriptionTLcdLayeredEvent.getLayered()Returns theILcdLayeredthe change causing this event has occurred on.TLcdMoveLayerAction.getLayered()Gets theILcdLayeredassociated to thisILcdAction.TLcdRemoveLayerAction.getLayered()Returns the layered from which the layer will be removed when the action is performed.ILcdTreeLayeredSupport.getLayeredToSupport()Returns theILcdLayeredfor which this support is created.TLcdLayeredSupport.getLayeredToSupport()Returns theILcdLayeredwhich delegates his methods to this supportTLcdTreeLayeredSupport.getLayeredToSupport()TLcdSelectionMediator.getSlaveLayered()Returns the array ofILcdLayeredthat listen to selection events in the sourceILcdLayeredobjects.TLcdSelectionMediator.getSlaveLayered(int aIndex) Returns theILcdLayeredat the given index in the array ofILcdLayeredthat listen to selection events.TLcdSelectionMediator.getSourceLayered()Returns the array ofILcdLayeredthat generate selection events.TLcdSelectionMediator.getSourceLayered(int aIndex) Returns theILcdLayeredat the given index in the array ofILcdLayeredthat generate selection events.Methods in com.luciad.view with parameters of type ILcdLayeredModifier and TypeMethodDescriptionvoidTLcdMoveLayerAction.setLayered(ILcdLayered aLayered) Sets theILcdLayered aLayeredto thisILcdAction.voidTLcdRemoveLayerAction.setLayered(ILcdLayered aLayered) Sets theILcdLayered aLayeredto thisILcdAction.voidILcdTreeLayeredSupport.setLayeredToSupport(ILcdLayered aLayeredToSupport) Set theILcdLayeredfor which this support is created.voidTLcdLayeredSupport.setLayeredToSupport(ILcdLayered aLayeredToSupport) Sets theILcdLayeredwhich delegates his methods to this supportvoidTLcdTreeLayeredSupport.setLayeredToSupport(ILcdLayered aLayeredToSupport) Sets theILcdLayeredfor which this support is created.voidTLcdSelectionMediator.setSlaveLayered(int aIndex, ILcdLayered aSlaveLayered) Sets one of theILcdLayeredthat listens to selection events.voidTLcdSelectionMediator.setSlaveLayered(ILcdLayered[] aSlaveLayeredArray) Sets the array ofILcdLayeredthat listen to selection events in the sourceILcdLayeredobjects.voidTLcdSelectionMediator.setSourceLayered(int aIndex, ILcdLayered aSourceLayered) Sets one of theILcdLayeredthat generate selection events.voidTLcdSelectionMediator.setSourceLayered(ILcdLayered[] aSourceLayeredArray) Sets the array ofILcdLayeredthat generate selection events.Constructors in com.luciad.view with parameters of type ILcdLayeredModifierConstructorDescriptionTLcdIndependentOrderTreeLayeredSupport(ILcdLayered aLayeredToSupport, ILcdLayerTreeNode aRootNode) Constructs a newTLcdIndependentOrderTreeLayeredSupportfor a tree with root nodeaRootNode.TLcdLayeredEvent(ILcdLayered source, int id) Creates an event with given source and change type.TLcdLayeredEvent(ILcdLayered source, int id, ILcdLayer aLayer) Creates an event with given source, change type and layer for which the change occurred.TLcdLayeredEvent(ILcdLayered source, int id, ILcdLayer aLayer, int aOriginalIndex, int aNewIndex) Creates an event with given source, change type, layer and index for which the change occurred.TLcdLayeredSupport(ILcdLayered aLayeredToSupport) Creates a newTLcdLayeredSupportthat works for the givenILcdLayered.TLcdMoveLayerAction(ILcdLayered aLayered, ILcdLayer[] aLayers, String aMoveCommand) Constructor with anILcdLayered, anILcdLayerarray and aMoveCommand.TLcdMoveLayerAction(ILcdLayered aLayered, ILcdLayer aLayer, String aMoveCommand) Constructor with anILcdLayered, anILcdLayerand aMoveCommand.TLcdRemoveLayerAction(ILcdLayered aLayered, ILcdLayer aLayer) Constructor with anILcdLayered, and anILcdLayer.TLcdTreeLayeredSupport(ILcdLayered aLayeredToSupport, ILcdLayerTreeNode aRootNode) Constructs a newTLcdTreeLayeredSupportfor a tree with root nodeaRootNode. -
Uses of ILcdLayered in com.luciad.view.gxy
Subinterfaces of ILcdLayered 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 ILcdLayeredModifier and TypeClassDescriptionclassAnILcdLayerTreeNodeforILcdGXYLayers.classILcdGXYViewimplementation 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.Methods in com.luciad.view.gxy that return ILcdLayeredModifier and TypeMethodDescriptiondefault ILcdLayeredILcdGXYController.getLayered()Returns the layers associated with this controller. -
Uses of ILcdLayered in com.luciad.view.gxy.asynchronous
Classes in com.luciad.view.gxy.asynchronous that implement ILcdLayeredModifier and TypeClassDescriptionclassTLcdGXYAsynchronousEditableLabelsLayerWrapperextension forlayer nodes.classTLcdGXYAsynchronousLayerWrapperextension forlayer nodes. -
Uses of ILcdLayered in com.luciad.view.gxy.asynchronous.lightspeed
Classes in com.luciad.view.gxy.asynchronous.lightspeed that implement ILcdLayeredModifier and TypeClassDescriptionclassDeprecated.Lightspeed integration in GXY views is no longer supported. -
Uses of ILcdLayered in com.luciad.view.gxy.controller.touch
Methods in com.luciad.view.gxy.controller.touch that return ILcdLayered -
Uses of ILcdLayered in com.luciad.view.lightspeed
Subinterfaces of ILcdLayered 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 ILcdLayeredModifier 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.Methods in com.luciad.view.lightspeed that return ILcdLayeredModifier and TypeMethodDescriptionILspPaintingOrder.PaintStep.getLayered()Returns the layered that the layer belongs to ornull.Constructors in com.luciad.view.lightspeed with parameters of type ILcdLayeredModifierConstructorDescriptionPaintStep(ILspLayer aLayer, TLspPaintRepresentationState aPaintRepresentationState, ILcdLayered aLayered, int aIndex) Creates a paint step for the given layer and paint representation state. -
Uses of ILcdLayered in com.luciad.view.lightspeed.controller
Methods in com.luciad.view.lightspeed.controller that return ILcdLayeredModifier and TypeMethodDescriptionALspController.getLayered()ILspController.getLayered()Returns anILcdLayeredfor this controller.Constructors in com.luciad.view.lightspeed.controller with parameters of type ILcdLayered -
Uses of ILcdLayered in com.luciad.view.lightspeed.controller.manipulation
Methods in com.luciad.view.lightspeed.controller.manipulation that return ILcdLayeredModifier and TypeMethodDescriptionTLspCreateController.getLayered()TLspEditController.getLayered() -
Uses of ILcdLayered in com.luciad.view.lightspeed.controller.ruler
Methods in com.luciad.view.lightspeed.controller.ruler that return ILcdLayered -
Uses of ILcdLayered in com.luciad.view.lightspeed.controller.touch
Methods in com.luciad.view.lightspeed.controller.touch that return ILcdLayered -
Uses of ILcdLayered in com.luciad.view.lightspeed.layer
Classes in com.luciad.view.lightspeed.layer that implement ILcdLayeredModifier and TypeClassDescriptionclassExtension ofTLspLayerthat implementsILcdLayerTreeNodeand hence can also have child layers. -
Uses of ILcdLayered in com.luciad.view.lightspeed.layer.integration.gxy
Classes in com.luciad.view.lightspeed.layer.integration.gxy that implement ILcdLayeredModifier and TypeClassDescriptionclassDeprecated.GXY integration in Lightspeed views is no longer supported. -
Uses of ILcdLayered in com.luciad.view.map
Classes in com.luciad.view.map that implement ILcdLayeredModifier 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.Methods in com.luciad.view.map that return ILcdLayered -
Uses of ILcdLayered in com.luciad.view.swing
Constructors in com.luciad.view.swing with parameters of type ILcdLayeredModifierConstructorDescriptionTLcdFlatListTreeModel(ILcdLayered aLayered) Create a new instance ofTLcdFlatListTreeModelbased on the layers inaLayered.