Uses of Interface
com.luciad.view.gxy.ILcdGXYEditableLabelsLayer
Packages that use ILcdGXYEditableLabelsLayer
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 two-dimensional views and components supporting the visualization of the former's representation.
Provides layer-specific asynchronous painting.
Contains a layer factory for models that contain an
ALcdWMSProxy
object.-
Uses of ILcdGXYEditableLabelsLayer in com.luciad.format.kml22.view.gxy
Classes in com.luciad.format.kml22.view.gxy that implement ILcdGXYEditableLabelsLayerModifier and TypeClassDescriptionclass
An extension ofTLcdGXYLayer
that can paintTLcdKML22ScreenOverlay
instances. -
Uses of ILcdGXYEditableLabelsLayer in com.luciad.format.pol
Classes in com.luciad.format.pol that implement ILcdGXYEditableLabelsLayer -
Uses of ILcdGXYEditableLabelsLayer in com.luciad.format.s52.gxy
Classes in com.luciad.format.s52.gxy that implement ILcdGXYEditableLabelsLayerModifier and TypeClassDescriptionclass
A layer that adds support for the specific rendering requirements of S-57 catalogues.class
A layer that adds support for the specific rendering requirements of S-52.Methods in com.luciad.format.s52.gxy that return ILcdGXYEditableLabelsLayer -
Uses of ILcdGXYEditableLabelsLayer in com.luciad.format.vpf
Classes in com.luciad.format.vpf that implement ILcdGXYEditableLabelsLayerModifier and TypeClassDescriptionclass
Deprecated.As of V6.0, this class should no longer be used. -
Uses of ILcdGXYEditableLabelsLayer in com.luciad.fusion.client.view.gxy
Classes in com.luciad.fusion.client.view.gxy that implement ILcdGXYEditableLabelsLayerModifier and TypeClassDescriptionclass
Deprecated.Since 2017.0 support for coverages of type VECTOR has been superseded with other mechanisms. -
Uses of ILcdGXYEditableLabelsLayer in com.luciad.view.gxy
Classes in com.luciad.view.gxy that implement ILcdGXYEditableLabelsLayerModifier and TypeClassDescriptionclass
Default implementation of theILcdGXYEditableLabelsLayer
interface.class
AnILcdLayerTreeNode
forILcdGXYLayer
s. -
Uses of ILcdGXYEditableLabelsLayer in com.luciad.view.gxy.asynchronous
Classes in com.luciad.view.gxy.asynchronous that implement ILcdGXYEditableLabelsLayerModifier and TypeClassDescriptionclass
TLcdGXYAsynchronousEditableLabelsLayerWrapper
extension forlayer nodes
.class
Implementation ofILcdGXYAsynchronousLayerWrapper
forILcdGXYEditableLabelsLayer
instances, wrapping and protecting the latter interface's state.Constructors in com.luciad.view.gxy.asynchronous with parameters of type ILcdGXYEditableLabelsLayerModifierConstructorDescriptionCreates a layer node decorator that delegates painting to an asynchronous paint queue.TLcdGXYAsynchronousEditableLabelsLayerTreeNodeWrapper
(ILcdGXYEditableLabelsLayer aDecoratedLayer, ILcdGXYAsynchronousPaintQueue aPaintQueue) Creates a layer node decorator that delegates painting to an asynchronous paint queue.TLcdGXYAsynchronousEditableLabelsLayerWrapper
(ILcdGXYEditableLabelsLayer aDecoratedLayer) Creates a layer decorator that delegates painting to an asynchronous paint queue.TLcdGXYAsynchronousEditableLabelsLayerWrapper
(ILcdGXYEditableLabelsLayer aDecoratedLayer, ILcdGXYAsynchronousPaintQueue aPaintQueue) Creates a layer decorator that delegates painting to an asynchronous paint queue. -
Uses of ILcdGXYEditableLabelsLayer in com.luciad.wms.client.gxy
Classes in com.luciad.wms.client.gxy that implement ILcdGXYEditableLabelsLayerModifier and TypeClassDescriptionclass
ThisILcdGXYLayer
implementation is designed for models containing anALcdWMSProxy
object.