Uses of Class
com.luciad.view.gxy.TLcdGXYLayer
Packages that use TLcdGXYLayer
Package
Description
Provides decoders and helper classes to support the AIXM format.
Provides decoders and helper classes to support the ARINC 424 format.
Decoders and helper classes to support the DAFIF format (Digital Aeronautical Flight Information
File).
This package provides classes for visualizing KML data on 2D maps.
This package contains a GXY layer factory for the portrayal of MGCP data in accordance with the
MGCP 2.0 Portrayal Standard.
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 a broad range of classes related to the visual represention of a map.
Conversion of SLD Feature Type Style model into ILcdGXYPainter/ILcdGXYLabelPainter implementations which can be used
in an ILcdGXYView.
Provides two-dimensional views and components supporting the visualization of the former's representation.
Touch controllers for the 2D view.
Utilities for making maps.
Contains a layer factory for models that contain an
ALcdWMSProxy
object.-
Uses of TLcdGXYLayer in com.luciad.format.aixm
Methods in com.luciad.format.aixm that return TLcdGXYLayerModifier and TypeMethodDescriptionprotected TLcdGXYLayerTLcdAIXMDefaultLayerFactory.createGXYLayer()Creates a new instance ofTLcdGXYLayer, which will be used as layer for anILcdModelcontaining AIXM objects. -
Uses of TLcdGXYLayer in com.luciad.format.arinc
Methods in com.luciad.format.arinc that return TLcdGXYLayerModifier and TypeMethodDescriptionprotected TLcdGXYLayerTLcdARINCDefaultLayerFactory.createGXYLayer()Creates a new instance ofTLcdGXYLayer, which will be used as layer for anILcdModelcontaining ARINC objects. -
Uses of TLcdGXYLayer in com.luciad.format.dafif
Methods in com.luciad.format.dafif that return TLcdGXYLayerModifier and TypeMethodDescriptionprotected TLcdGXYLayerTLcdDAFIFDefaultLayerFactory.createGXYLayer()Creates a new instance ofTLcdGXYLayer, which will be used as layer for anILcdModelcontaining DAFIF objects. -
Uses of TLcdGXYLayer in com.luciad.format.kml22.view.gxy
Subclasses of TLcdGXYLayer in com.luciad.format.kml22.view.gxyModifier and TypeClassDescriptionclassAn extension ofTLcdGXYLayerthat can paintTLcdKML22ScreenOverlayinstances. -
Uses of TLcdGXYLayer in com.luciad.format.mgcp.view.gxy
Methods in com.luciad.format.mgcp.view.gxy that return TLcdGXYLayer -
Uses of TLcdGXYLayer in com.luciad.format.pol
Subclasses of TLcdGXYLayer in com.luciad.format.pol -
Uses of TLcdGXYLayer in com.luciad.format.s52.gxy
Subclasses of TLcdGXYLayer in com.luciad.format.s52.gxyModifier and TypeClassDescriptionclassA layer that adds support for the specific rendering requirements of S-57 catalogues.classA layer that adds support for the specific rendering requirements of S-52. -
Uses of TLcdGXYLayer in com.luciad.format.vpf
Subclasses of TLcdGXYLayer in com.luciad.format.vpfModifier and TypeClassDescriptionclassDeprecated.As of V6.0, this class should no longer be used. -
Uses of TLcdGXYLayer in com.luciad.fusion.client.view.gxy
Subclasses of TLcdGXYLayer in com.luciad.fusion.client.view.gxyModifier and TypeClassDescriptionclassDeprecated.Since 2017.0 support for coverages of type VECTOR has been superseded with other mechanisms. -
Uses of TLcdGXYLayer in com.luciad.internal.lucy.map
Subclasses of TLcdGXYLayer in com.luciad.internal.lucy.mapModifier and TypeClassDescriptionclasscom.luciad.internal.lucy.map.TLcyStyledSnappableGXYLayerTLcySnappableGXYLayer with a properties-based style. -
Uses of TLcdGXYLayer in com.luciad.lucy.addons.pim
Subclasses of TLcdGXYLayer in com.luciad.lucy.addons.pimModifier and TypeClassDescriptionclassThis class is only here because of beans compatibility. -
Uses of TLcdGXYLayer in com.luciad.lucy.map
Subclasses of TLcdGXYLayer in com.luciad.lucy.mapModifier and TypeClassDescriptionclassLayer used to display the users area of interest.classDo not use this class, it's subject to change or disappear without notice. -
Uses of TLcdGXYLayer in com.luciad.ogc.sld.view.gxy
Methods in com.luciad.ogc.sld.view.gxy with parameters of type TLcdGXYLayerModifier and TypeMethodDescriptionstatic voidTLcdSLDGXYLayerFactory.configureForSLDStyling(TLcdSLDFeatureTypeStyle aFeatureTypeStyle, TLcdGXYLayer aLayerSFCT) StyleaLayerSFCTusing the specified SLD style. -
Uses of TLcdGXYLayer in com.luciad.view.gxy
Subclasses of TLcdGXYLayer in com.luciad.view.gxyMethods in com.luciad.view.gxy that return TLcdGXYLayerModifier and TypeMethodDescriptionstatic TLcdGXYLayerCreates a layer that is already partially initialized: The model is set. It derives a sensible layer name based on the model descriptor. It provides a pen with sensible default settings, generally more accurate than whatTLcdGXYLayer(com.luciad.model.ILcdModel)would. It sets up a suitable painter if the model's metadata only contains shape or raster data. It returns aTLcdGXYLayerTreeNode(without any children) if the model implementsILcdModelTreeNode. The layer can be further customized after it is created, for example by setting a painter:protected TLcdGXYLayerTLcdFeaturedPointGXYLayerCodec.createGXYLayer()This factory method creates a new, uninitializedTLcdGXYLayer.protected TLcdGXYLayerTLcdFeaturedPolygonGXYLayerCodec.createGXYLayer()This factory method creates a new, uninitializedTLcdGXYLayer.protected TLcdGXYLayerTLcdFeaturedPolylineGXYLayerCodec.createGXYLayer()This factory method creates a new, uninitializedTLcdGXYLayer.protected TLcdGXYLayerTLcdMultilevelRasterGXYLayerCodec.createGXYLayer()This factory method creates a new, uninitializedTLcdGXYLayer.protected TLcdGXYLayerTLcdRasterGXYLayerCodec.createGXYLayer()This factory method creates a new, uninitializedTLcdGXYLayer.Method parameters in com.luciad.view.gxy with type arguments of type TLcdGXYLayerModifier and TypeMethodDescriptionstatic ILcdGXYLayerFactoryTLcdGXYLayer.asFactory(Predicate<ILcdModel> aAcceptableModel, Consumer<TLcdGXYLayer> aPostConstructCustomization) Creates a layer factory that createsTLcdGXYLayerinstances that are already partially initialized: The model is set. It derives a sensible layer name based on the model descriptor. It provides a pen with sensible default settings. It sets up a suitable painter if the model's metadata only contains shape or raster data. It offers a hook for further customization, such as setting a painter with custom styling. -
Uses of TLcdGXYLayer in com.luciad.view.gxy.controller.touch
Methods in com.luciad.view.gxy.controller.touch that return TLcdGXYLayerModifier and TypeMethodDescriptionprotected TLcdGXYLayerTLcdMapTouchRulerController.createGXYLayer()Create a new layer used for storing the measurements. -
Uses of TLcdGXYLayer in com.luciad.view.map
Methods in com.luciad.view.map that return TLcdGXYLayerModifier and TypeMethodDescriptionprotected TLcdGXYLayerTLcdAdvancedMapRulerController.createGXYLayer()Create a new layer used for storing the measurements. -
Uses of TLcdGXYLayer in com.luciad.wms.client.gxy
Subclasses of TLcdGXYLayer in com.luciad.wms.client.gxyModifier and TypeClassDescriptionclassThisILcdGXYLayerimplementation is designed for models containing anALcdWMSProxyobject.