Uses of Interface
com.luciad.util.ILcdSelection
Package
Description
This package provides classes for visualizing KML data on 2D maps.
Handles the POL format.
Contains a painter provider for painting S-57 geometries on a 2D view,
using the S-52 standard.
This package provides support for decoding VPF (Vector Product Format) data and displaying VPF data using GeoSym.
Provides support for visualizing vector data from a LuciadFusion Tile Store in a 2D view.
Provides the addon that allows to draw trajectories on the map and to replay tracks along those
trajectories.
Contains classes to enable the exchange of model objects from one layer to another.
Contains a broad range of classes related to the visual represention of a map.
Provides supporting classes for asynchronous painting.
Basic utilities.
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
.Provides layering support for
ILspView
.Provides support for rendering images which are projected onto the 3D
terrain of an
ILspView
, as if by a slide
projector.Provides support for visualizing
ILcdGXYLayer
instances in an
ILspView
.Provides layering support for raster layers.
Utilities for making maps.
Provides GXY visualization support
for the Military Grid Reference System (MGRS).
Classes to work with rectangular axis aligned grids consisting of multiple uniform levels, called multilevel grids.
Contains a layer factory for models that contain an
ALcdWMSProxy
object.-
Uses of ILcdSelection in com.luciad.format.kml22.view.gxy
Modifier and TypeClassDescriptionclass
An extension ofTLcdGXYLayer
that can paintTLcdKML22ScreenOverlay
instances. -
Uses of ILcdSelection in com.luciad.format.pol
-
Uses of ILcdSelection in com.luciad.format.s52.gxy
Modifier and TypeClassDescriptionclass
A layer that adds support for the specific rendering requirements of S-57 catalogues.class
Deprecated.The functionality of this class is replaced by TLcdS52GXYCatalogueLayer, which has a simpler structure and is more performant.class
A layer that adds support for the specific rendering requirements of S-52.class
Deprecated.The functionality of this class is replaced by TLcdS52GXYCatalogueLayer, which has a simpler structure and is more performant. -
Uses of ILcdSelection in com.luciad.format.vpf
Modifier and TypeClassDescriptionclass
Deprecated.As of V6.0, this class should no longer be used. -
Uses of ILcdSelection in com.luciad.fusion.client.view.gxy
Modifier and TypeClassDescriptionclass
Deprecated.Since 2017.0 support for coverages of type VECTOR has been superseded with other mechanisms. -
Uses of ILcdSelection in com.luciad.internal.lucy.map
Modifier and TypeClassDescriptionclass
com.luciad.internal.lucy.map.TLcyStyledSnappableGXYLayer
TLcySnappableGXYLayer with a properties-based style. -
Uses of ILcdSelection in com.luciad.lucy.addons.pim
Modifier and TypeClassDescriptionclass
This class is only here because of beans compatibility. -
Uses of ILcdSelection in com.luciad.lucy.datatransfer
Modifier and TypeMethodDescriptionfinal Transferable
ALcyDefaultLayerSelectionTransferHandler.createTransferable
(ILcdSelection aSelection, ILcdLayer aSourceLayer, ILcdView aSourceView) abstract Transferable
ALcyLayerSelectionTransferHandler.createTransferable
(ILcdSelection aSelection, ILcdLayer aSourceLayer, ILcdView aSourceView) Creates the transferable to exportaSelection
.TLcyCompositeLayerSelectionTransferHandler.createTransferable
(ILcdSelection aSelection, ILcdLayer aSourceLayer, ILcdView aSourceView) int
ALcyDefaultLayerSelectionTransferHandler.getSourceActions
(ILcdSelection aSelection, ILcdLayer aSourceLayer, ILcdView aSourceView) abstract int
ALcyLayerSelectionTransferHandler.getSourceActions
(ILcdSelection aSelection, ILcdLayer aSourceLayer, ILcdView aSourceView) This method determines what thisALcyLayerSelectionTransferHandler
can do with the given selection.int
TLcyCompositeLayerSelectionTransferHandler.getSourceActions
(ILcdSelection aSelection, ILcdLayer aSourceLayer, ILcdView aSourceView) -
Uses of ILcdSelection in com.luciad.lucy.map
Modifier and TypeClassDescriptionclass
Layer used to display the users area of interest.class
Do not use this class, it's subject to change or disappear without notice.class
Do not use this class, it's subject to change or disappear without notice. -
Uses of ILcdSelection in com.luciad.lucy.map.asynchronous
Modifier and TypeMethodDescriptionTLcyGXYAsynchronousLayerSelectionTransferHandler.createTransferable
(ILcdSelection aSelection, ILcdLayer aSourceLayer, ILcdView aSourceView) int
TLcyGXYAsynchronousLayerSelectionTransferHandler.getSourceActions
(ILcdSelection aSelection, ILcdLayer aSourceLayer, ILcdView aSourceView) -
Uses of ILcdSelection in com.luciad.util
Modifier and TypeClassDescriptionclass
This class provides support for implementing ILcdSelection.Modifier and TypeMethodDescriptionTLcdSelectionChangedEvent.getSelection()
Returns theILcdSelection
that has fired thisTLcdSelectionChangedEvent
.ModifierConstructorDescriptionTLcdSelectionChangedEvent
(ILcdSelection<T> aSelection, Map<T, Boolean> aSelectionChanges) Creates a newTLcdSelectionChangedEvent
with the given information.TLcdSelectionChangedEvent
(ILcdSelection<T> aSelection, Vector<T> aSelectedObjects, Vector<T> aDeselectedObjects) Deprecated.use the constructor with the map.TLcdSelectionSupport
(ILcdSelection<T> aSelection) Creates a new TLcdSelectionSupport for the given ILcdSelection. -
Uses of ILcdSelection in com.luciad.view
Modifier and TypeInterfaceDescriptioninterface
Provides the combined representation in anILcdView
of the objects in anILcdModel
.interface
AnILcdLayerTreeNode
is anILcdLayer
which can also have child layers.Modifier and TypeClassDescriptionclass
Default implementation of theILcdLayer
interface. -
Uses of ILcdSelection in com.luciad.view.gxy
Modifier and TypeInterfaceDescriptioninterface
This extension ofILcdGXYLayer
adds extra methods to allow querying and changing what labels get painted and where the labels are placed.interface
Provides the combined representation in anILcdGXYView
of all objects in anILcdModel
.interface
Deprecated.UseILcdLayerTreeNode
insteadModifier and TypeClassDescriptionclass
ThisILcdGXYLayer
is a layer wrapper that paints the wrapped layer as color-coded densities.class
Default implementation of theILcdGXYEditableLabelsLayer
interface.class
Deprecated.UseTLcdGXYLayerTreeNode
insteadclass
AnILcdLayerTreeNode
forILcdGXYLayer
s. -
Uses of ILcdSelection in com.luciad.view.gxy.asynchronous
Modifier and TypeInterfaceDescriptioninterface
Interface for layers that paint themselves asynchronously.Modifier and TypeClassDescriptionclass
TLcdGXYAsynchronousEditableLabelsLayerWrapper
extension forlayer nodes
.class
Implementation ofILcdGXYAsynchronousLayerWrapper
forILcdGXYEditableLabelsLayer
instances, wrapping and protecting the latter interface's state.class
TLcdGXYAsynchronousLayerWrapper
extension forlayer nodes
.class
Implementation ofILcdGXYAsynchronousLayerWrapper
forILcdGXYLayer
instances, wrapping and protecting the latter interface's state. -
Uses of ILcdSelection in com.luciad.view.gxy.asynchronous.lightspeed
Modifier and TypeClassDescriptionclass
Deprecated.Lightspeed integration in GXY views is no longer supported.class
Deprecated.Lightspeed integration in GXY views is no longer supported. -
Uses of ILcdSelection in com.luciad.view.lightspeed.layer
Modifier and TypeInterfaceDescriptioninterface
This interface is used by layers that have anILspStyler
and allow editing of this styler.interface
Extension ofILspPaintableLayer
that paints the contents of its model using anILspPainter
.interface
Root interface for all layers in anILspView
.interface
Interface for a layer that can paint itself into anILspView
.interface
This interface is used by layers that have anILspStyler
.Modifier and TypeClassDescriptionclass
Base class for implementations ofILspLayer
.class
Default implementation ofILspInteractivePaintableLayer
.class
Extension ofTLspLayer
that implementsILcdLayerTreeNode
and hence can also have child layers. -
Uses of ILcdSelection in com.luciad.view.lightspeed.layer.imageprojection
Modifier and TypeInterfaceDescriptioninterface
Interface for layers that can project images onto the 3D terrain in anILspView
. -
Uses of ILcdSelection in com.luciad.view.lightspeed.layer.integration.gxy
Modifier and TypeClassDescriptionclass
Deprecated.GXY integration in Lightspeed views is no longer supported.class
Deprecated.GXY integration in Lightspeed views is no longer supported. -
Uses of ILcdSelection in com.luciad.view.lightspeed.layer.raster
Modifier and TypeClassDescriptionclass
Layer implementation that can visualize raster data in anILspView
. -
Uses of ILcdSelection in com.luciad.view.map
Modifier and TypeClassDescriptionclass
TLcdMapGeorefGridLayer
is anILcdGXYLayer
that can be added in anILcdGXYView
to display a GeorefGrid.class
ThisILcdGXYLayer
can be added in anILcdGXYView
to display aTLcdLonLatGrid
.class
TLcdUPSGridLayer
is anILcdGXYLayer
that can be added in anILcdGXYView
to display a Universal Polar Stereographic MGRS grid.class
TLcdUTMGridLayer
is anILcdGXYLayer
that can be added in anILcdGXYView
to display a UTM MGRS grid.class
ILcdGXYLayer
implementation that is capable of visualizing cartesian (XY) grid data. -
Uses of ILcdSelection in com.luciad.view.map.mgrs
Modifier and TypeClassDescriptionclass
ILcdGXYLayer
implementation that is capable of visualizing MGRS grid data (UTM + UPS). -
Uses of ILcdSelection in com.luciad.view.map.multilevelgrid
Modifier and TypeClassDescriptionclass
AnILcdGXYLayer
implementation that can be added to anILcdGXYView
to render and label aILcdMultilevelGrid
. -
Uses of ILcdSelection in com.luciad.wms.client.gxy
Modifier and TypeClassDescriptionclass
ThisILcdGXYLayer
implementation is designed for models containing anALcdWMSProxy
object.