Uses of Interface
com.luciad.view.gxy.ILcdGXYLayerFactory
Package
Description
A tool that preprocesses 3D terrain repositories based on a model containing
ILcdEarthAsset
objects.ILcdEarthTileSet
that provides raster data
suitable for use as a 3D terrain texture.Provides decoders and helper classes to support the AIXM format.
This package contains the class
TLcdAIXM51GXYPainterEditorProvider
, which can be used as a
(label) painter provider and (label) editor provider to visualize and/or edit AIXM 5.1 data.Provides decoders and helper classes to support the ARINC 424 format.
This package provides classes to visualize Bing Maps data on a GXY map.
This package contains a layer factory to visualize SIGWX weather feature models found in BUFR files.
Decoders and helper classes to support the DAFIF format (Digital Aeronautical Flight Information
File).
GUI aspects independent of any chosen windows API in the context of the DAFIF format.
Contains a painter provider for painting DGN shapes on a 2D view.
Contains a painter provider for painting DWG shapes on a 2D view.
This package provides classes for visualizing KML data on 2D maps.
Classes to visualize a magnetic north chart and a controller to rotate the magnetic north to the top.
This package contains a GXY layer factory for the portrayal of MGCP data in accordance with the
MGCP 2.0 Portrayal Standard.
Contains a painter provider and a label painter provider for painting MIF
shapes on a 2D view.
This package contains a painter provider to visualize NetCDF models.
Provides support for decoding NITF files.
Provides API for visualizing NVG data in an
ILcdGXYView
.Handles the S-52 format.
Contains a painter provider for painting S-57 geometries on a 2D view,
using the S-52 standard.
Contains class for visualization of VPF data.
This package provides the functionality to support several geographic data formats
in the engine.
This package contains the core of Lucy: the
back-end
, which
is the central point of Lucy where addons
can add functionality to
extend Lucy, and the default front-end
.Provides support facilities for adding a new data format to Lucy.
Contains a broad range of classes related to the visual represention of a map.
Provides supporting classes for asynchronous painting.
Conversion of SLD Feature Type Style model into ILcdGXYPainter/ILcdGXYLabelPainter implementations which can be used
in an ILcdGXYView.
This package contains a layer factory to visualize WMTS models.
Handles simulation of dynamic data.
Provides two-dimensional views and components supporting the visualization of the former's representation.
Contains a layer factory for models that contain an
ALcdWMSProxy
object.Implementation of the OGC Web Map Service (WMS) specification.
-
Uses of ILcdGXYLayerFactory in com.luciad.earth.metadata.preprocessor
ModifierConstructorDescriptionTLcdEarthMetadataTerrainTileSet
(ILcdBounds aBounds, int aLevels, int aLevel0Rows, int aLevel0Columns, ILcdModel aAssetModel, ILcdGXYLayerFactory aLayerFactory, int aTextureOversamplingFactor, int aCoverages, int aGeometryTileResolution, int aTextureTileResolution) Creates a metadata tileset with the specified coverages..TLcdEarthMetadataTerrainTileSet
(ILcdBounds aBounds, int aLevels, ILcdModel aAssetModel, ILcdGXYLayerFactory aLayerFactory) Creates a metadata tileset with only a texture and geometry coverage.TLcdEarthMetadataTerrainTileSet
(ILcdBounds aBounds, int aLevels, ILcdModel aAssetModel, ILcdGXYLayerFactory aLayerFactory, int aTextureOversamplingFactor) Creates a metadata tileset with only a texture and geometry coverage.TLcdEarthMetadataTerrainTileSet
(ILcdBounds aBounds, int aLevels, ILcdModel aAssetModel, ILcdGXYLayerFactory aLayerFactory, int aTextureOversamplingFactor, int aCoverages) Creates a metadata tileset with the specified coverages. -
Uses of ILcdGXYLayerFactory in com.luciad.earth.tileset.raster
Modifier and TypeMethodDescriptionTLcdEarthAssetGXYViewTileSet.getGXYLayerFactory()
Returns the GXY layer factory used for creating layers for the models.ModifierConstructorDescriptionTLcdEarthAssetGXYViewTileSet
(ILcdBounds aBounds, int aLevels, long aLevel0RowCount, long aLevel0ColCount, int aImageTileWidth, int aImageTileHeight, ILcdGeoReference aTileSetReference, ILcdModel aAssetModel, ILcdGXYLayerFactory aLayerFactory) Constructs a newTLcdEarthAssetGXYViewTileSet
with the specified settings.TLcdEarthAssetGXYViewTileSet
(ILcdBounds aBounds, int aLevels, long aLevel0RowCount, long aLevel0ColCount, int aImageTileResolution, ILcdGeoReference aTileSetReference, ILcdModel aAssetModel, ILcdGXYLayerFactory aLayerFactory) Constructs a newTLcdEarthAssetGXYViewTileSet
with the specified settings. -
Uses of ILcdGXYLayerFactory in com.luciad.format.aixm
Modifier and TypeClassDescriptionclass
The default layer factory for AIXM models. -
Uses of ILcdGXYLayerFactory in com.luciad.format.aixm51.view.gxy
Modifier and TypeClassDescriptionclass
The default layer factory for AIXM 5.1 models. -
Uses of ILcdGXYLayerFactory in com.luciad.format.arinc
Modifier and TypeClassDescriptionclass
The default layer factory for ARINC models. -
Uses of ILcdGXYLayerFactory in com.luciad.format.bingmaps.view.gxy
Modifier and TypeClassDescriptionfinal class
The default layer factory for BingMaps models. -
Uses of ILcdGXYLayerFactory in com.luciad.format.bufr.gxy
Modifier and TypeClassDescriptionfinal class
The default layer factory for BUFR models. -
Uses of ILcdGXYLayerFactory in com.luciad.format.dafif
Modifier and TypeClassDescriptionclass
The default layer factory for DAFIF models. -
Uses of ILcdGXYLayerFactory in com.luciad.format.dafif.gui
ModifierConstructorDescriptionTLcdDAFIFLoaderViewAdapter
(TLcdDAFIFLoader aDAFIFLoader, ILcdGXYView aGXYView, ILcdGXYLayerFactory aLayerFactory) -
Uses of ILcdGXYLayerFactory in com.luciad.format.dgn.gxy
Modifier and TypeClassDescriptionclass
The default layer factory for DGN models. -
Uses of ILcdGXYLayerFactory in com.luciad.format.dwg.gxy
Modifier and TypeClassDescriptionclass
The default layer factory for DWG models. -
Uses of ILcdGXYLayerFactory in com.luciad.format.kml22.view.gxy
Modifier and TypeClassDescriptionclass
The default layer factory for KML models. -
Uses of ILcdGXYLayerFactory in com.luciad.format.magneticnorth.gxy
Modifier and TypeClassDescriptionclass
This is an implementation ofILcdGXYLayerFactory
to create a layer for the models created during magnetic north calculations. -
Uses of ILcdGXYLayerFactory in com.luciad.format.mgcp.view.gxy
Modifier and TypeClassDescriptionfinal class
A GXY Layer factory which can create GXY layers for MGCP 2.0 compliant models. -
Uses of ILcdGXYLayerFactory in com.luciad.format.mif.gxy
Modifier and TypeClassDescriptionclass
The default layer factory for MIF models. -
Uses of ILcdGXYLayerFactory in com.luciad.format.netcdf.gxy
Modifier and TypeClassDescriptionclass
The default layer factory for NetCDF and GRIB models. -
Uses of ILcdGXYLayerFactory in com.luciad.format.nitf
Modifier and TypeClassDescriptionclass
The default layer factory for NITF models. -
Uses of ILcdGXYLayerFactory in com.luciad.format.nvg.gxy
Modifier and TypeClassDescriptionclass
The default layer factory for NVG models. -
Uses of ILcdGXYLayerFactory in com.luciad.format.s52
Modifier and TypeMethodDescriptionTLcdS52ProductConfiguration.createGXYLayerFactory
(TLcdS52DisplaySettings aDisplaySettings) Creates anILcdGXYLayerFactory
capable of creating S-52 compliant layers for S-57 cells and catalogues. -
Uses of ILcdGXYLayerFactory in com.luciad.format.s52.gxy
Modifier and TypeClassDescriptionclass
ILcdGXYLayerFactory
implementation which can create layers for S-57 models.ModifierConstructorDescriptionTLcdS52GXYCatalogueLayerList
(TLcdModelList aModelSet, ILcdGXYLayerFactory aLayerFactory) Deprecated.Creates a new catalogue layer list which will be initialized with the given modellist.TLcdS52GXYLevelLayerList
(TLcdModelList aModelList, ILcdGXYLayerFactory aLayerFactory) Deprecated.Creates a new TLcdS52GXYLevelLayerList, containing a layer for each model in the given modellist. -
Uses of ILcdGXYLayerFactory in com.luciad.format.vpf.gxy
Modifier and TypeClassDescriptionclass
AnILcdGXYLayerFactory
for VPF models. -
Uses of ILcdGXYLayerFactory in com.luciad.fusion.engine.format
Modifier and TypeMethodDescriptionALfnFormat.getGXYLayerFactory()
Deprecated.override #getSLDGXYLayerFactory insteadTLfnCompositeFormat.getGXYLayerFactory()
Modifier and TypeMethodDescriptionstatic ALfnFormat
ALfnFormat.newElevationFormat
(ILcdEarthModelDecoderFactory aModelDecoderFactory, ILcdGXYLayerFactory aGXYLayerFactory, ILcdModelHeightProviderFactory aHeightProviderFactory, String aModelDescriptorTypeName, Class<? extends ILcdModelDescriptor>... aModelDescriptorClasses) Creates a newALfnFormat
instance which provides support for theELEVATION
data type with the specified parameters.static ALfnFormat
ALfnFormat.newImageFormat
(ILcdEarthModelDecoderFactory aModelDecoderFactory, ILcdGXYLayerFactory aGXYLayerFactory, String aModelDescriptorTypeName, Class<? extends ILcdModelDescriptor>... aModelDescriptorClasses) Creates a newALfnFormat
instance which provides support for theIMAGE
data type with the specified parameters.static ALfnFormat
ALfnFormat.newVectorFormat
(ILcdEarthModelDecoderFactory aModelDecoderFactory, ILcdGXYLayerFactory aGXYLayerFactory, ILfnIdentityProviderFactory aFeatureIdProviderFactory, String aModelDescriptorTypeName, Class<? extends ILcdModelDescriptor>... aModelDescriptorClasses) Deprecated.Since 2017.0 support for coverages of type VECTOR has been superseded with other mechanisms.ModifierConstructorDescriptionprotected
ALfnFormat
(ILcdEarthModelDecoderFactory aModelDecoderFactory, ILcdGXYLayerFactory aGXYLayerFactory, ILcdModelHeightProviderFactory aHeightProviderFactory, ILfnIdentityProviderFactory aIdentityProviderFactory) Creates a new engine format.TLfnFormat
(ILcdEarthModelDecoderFactory aModelDecoderFactory, ILcdGXYLayerFactory aGXYLayerFactory, ILcdModelHeightProviderFactory aHeightProviderFactory, ILfnIdentityProviderFactory aFeatureIdProviderFactory, ELfnDataType aType, String aModelDescriptorTypeName, Class<? extends ILcdModelDescriptor>... aModelDescriptorClasses) Creates a new engine format.TLfnFormat
(String aFormatId, ILcdEarthModelDecoderFactory aModelDecoderFactory, ILcdGXYLayerFactory aGXYLayerFactory, ILcdModelHeightProviderFactory aHeightProviderFactory, ILfnIdentityProviderFactory aFeatureIdProviderFactory, ELfnDataType aType, String aModelDescriptorTypeName, Class<? extends ILcdModelDescriptor>... aModelDescriptorClasses) Creates a new engine format with given parameters.TLfnFormat
(String aFormatId, ILfnDataSourceModelDecoderFactory aModelDecoderFactory, ILcdGXYLayerFactory aGXYLayerFactory, ILcdSLDGXYLayerFactory aSLDGXYLayerFactory, ILcdModelHeightProviderFactory aHeightProviderFactory, ILfnIdentityProviderFactory aFeatureIdProviderFactory, ELfnDataType aType, String aModelDescriptorTypeName, Class<? extends ILcdModelDescriptor>... aModelDescriptorClasses) Creates a new engine format.TLfnFormat
(String aFormatId, ILfnDataSourceModelDecoderFactory aModelDecoderFactory, ILcdGXYLayerFactory aGXYLayerFactory, ILcdModelHeightProviderFactory aHeightProviderFactory, ILfnIdentityProviderFactory aFeatureIdProviderFactory, ELfnDataType aType, String aModelDescriptorTypeName, Class<? extends ILcdModelDescriptor>... aModelDescriptorClasses) Creates a new engine format with given parameters. -
Uses of ILcdGXYLayerFactory in com.luciad.lucy
Modifier and TypeMethodDescriptionILcyLucyEnv.getCompositeGXYLayerFactory()
Deprecated.Usenew TLcyCompositeGXYLayerFactory(aLucyEnv)
instead.ILcyLucyEnv.getGXYLayerFactory
(int aIndex) Deprecated.Usenew TLcyCompositeGXYLayerFactory(aLucyEnv).getGXYLayerFactory(aIndex)
instead.Modifier and TypeMethodDescriptionvoid
ILcyLucyEnv.addGXYLayerFactory
(ILcdGXYLayerFactory aGXYLayerFactory) Deprecated.Usenew TLcyCompositeGXYLayerFactory(aLucyEnv).addGXYLayerFactory(aGXYLayerFactory)
instead.void
ILcyLucyEnv.removeGXYLayerFactory
(ILcdGXYLayerFactory aGXYLayerFactory) Deprecated.Usenew TLcyCompositeGXYLayerFactory(aLucyEnv).removeGXYLayerFactory(aGXYLayerFactory)
instead. -
Uses of ILcdGXYLayerFactory in com.luciad.lucy.format
Modifier and TypeMethodDescriptionprotected abstract ILcdGXYLayerFactory
ALcyFormat.createGXYLayerFactory()
Creates aILcdGXYLayerFactory
for this format.protected ILcdGXYLayerFactory
ALcyFormatWrapper.createGXYLayerFactory()
TLcyAsynchronousFormatWrapper.createGXYLayerFactory()
final ILcdGXYLayerFactory
TLcyGXYLspAsynchronousFormatWrapper.createGXYLayerFactory()
Creates aILcdGXYLayerFactory
for this format.protected ILcdGXYLayerFactory
TLcySafeGuardFormatWrapper.createGXYLayerFactory()
protected final ILcdGXYLayerFactory
TLcyTransformingModelFormatWrapper.createGXYLayerFactory()
Creates aILcdGXYLayerFactory
for this format.final ILcdGXYLayerFactory
ALcyFormat.getGXYLayerFactory()
Returns theILcdGXYLayerFactory
created by this format.ModifierConstructorDescriptionTLcyTransformingModelFormatWrapper
(ALcyFormat aFormat, Function<ILcdModel, Optional<ALcdTransformingModel>> aTransformingModelProducer, ILcdGXYLayerFactory aTransformedModelLayerFactory) Creates a newTLcyTransformingModelFormatWrapper
instance -
Uses of ILcdGXYLayerFactory in com.luciad.lucy.map
Modifier and TypeClassDescriptionclass
Composite implementation (see composite design pattern) ofILcdGXYLayerFactory
.Modifier and TypeMethodDescriptionTLcyCompositeGXYLayerFactory.getGXYLayerFactory
(int aIndex) Returns theILcdGXYLayerFactory
at the given index.Modifier and TypeMethodDescriptionvoid
TLcyCompositeGXYLayerFactory.addGXYLayerFactory
(ILcdGXYLayerFactory aGXYLayerFactory) Adds the givenILcdGXYLayerFactory
to this composite layer factory.void
TLcyCompositeGXYLayerFactory.removeGXYLayerFactory
(ILcdGXYLayerFactory aGXYLayerFactory) Removes the givenILcdGXYLayerFactory
from this composite layer factory. -
Uses of ILcdGXYLayerFactory in com.luciad.lucy.map.asynchronous
Modifier and TypeClassDescriptionclass
Asynchronous layer factory, wrapping around an existing layer factory.ModifierConstructorDescriptionTLcyGXYAsynchronousLayerFactory
(ILcyLucyEnv aLucyEnv, ILcdGXYLayerFactory aLayerFactory, ILcdFilter aAsynchronousLayerFilter) Creates a new layer factory. -
Uses of ILcdGXYLayerFactory in com.luciad.ogc.sld.view.gxy
Modifier and TypeClassDescriptionclass
Layer factory that creates SLD styled layers if the data source file is accompanied by an SLD (.sld) file. -
Uses of ILcdGXYLayerFactory in com.luciad.ogc.wmts.client.gxy
Modifier and TypeClassDescriptionclass
A layer factory that can create layers for WMTS models. -
Uses of ILcdGXYLayerFactory in com.luciad.realtime
Modifier and TypeMethodDescriptionTLcdSimulator.getGXYLayerFactory()
Return theILcdGXYLayerFactory
to create the simulation layer(s) for the GXY views.Modifier and TypeMethodDescriptionvoid
TLcdSimulator.setGXYLayerFactory
(ILcdGXYLayerFactory aGXYLayerFactory) Set theILcdGXYLayerFactory
to create the simulation layer(s) for the GXY views. -
Uses of ILcdGXYLayerFactory in com.luciad.view.gxy
Modifier and TypeClassDescriptionclass
Composite implementation ofILcdGXYLayerFactory
.class
ILcdGXYLayerDecoder
,ILcdGXYLayerEncoder
andILcdGXYLayerFactory
forILcdGXYLayer
s whoseILcdModel
contains featured points (bothILcdPoint
andILcdFeatured
).class
ILcdGXYLayerDecoder
,ILcdGXYLayerEncoder
andILcdGXYLayerFactory
forILcdGXYLayer
s whoseILcdModel
contains featured polygons (bothILcdPolygon
andILcdFeatured
).class
ILcdGXYLayerDecoder
,ILcdGXYLayerEncoder
andILcdGXYLayerFactory
forILcdGXYLayer
s whoseILcdModel
contains featured polylines (bothILcdPolyline
andILcdFeatured
).class
Layer factory to create layer nodes with sub-layers (ILcdLayerTreeNode
's) for models with sub-models (ILcdModelTreeNode
's).class
ILcdGXYLayerDecoder
,ILcdGXYLayerEncoder
andILcdGXYLayerFactory
forILcdGXYLayer
s whoseILcdModel
contains multi level rasters (ILcdMultilevelRaster
).class
ILcdGXYLayerDecoder
,ILcdGXYLayerEncoder
andILcdGXYLayerFactory
forILcdGXYLayer
s whoseILcdModel
contains (single level) rasters (ILcdRaster
).Modifier and TypeMethodDescriptionstatic ILcdGXYLayerFactory
TLcdGXYLayer.asFactory
(Predicate<ILcdModel> aAcceptableModel, Consumer<TLcdGXYLayer> aPostConstructCustomization) Creates a layer factory that createsTLcdGXYLayer
instances 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.TLcdGXYViewBufferedImage.getGXYLayerFactory()
Returns the layer factory used when adding models to the view.TLcdGXYViewCanvas.getGXYLayerFactory()
Returns the layer factory used when adding models to the view.TLcdGXYViewJPanel.getGXYLayerFactory()
Returns the layer factory used when adding models to the view.TLcdGXYViewJPanelLightWeight.getGXYLayerFactory()
Returns the layer factory used when adding models to the view.TLcdGXYViewPanel.getGXYLayerFactory()
Returns the layer factory used when adding models to the view.TLcdGXYViewPlanarImage.getGXYLayerFactory()
Returns the layer factory used when adding models to the view.Modifier and TypeMethodDescriptionTLcdCompositeGXYLayerFactory.getGXYLayerFactories()
Returns the list of delegate layer factories contained in this composite.Modifier and TypeMethodDescriptionvoid
TLcdGXYViewBufferedImage.setGXYLayerFactory
(ILcdGXYLayerFactory newGXYLayerFactory) Sets the layer factory to use when adding models to the view.void
TLcdGXYViewCanvas.setGXYLayerFactory
(ILcdGXYLayerFactory newGXYLayerFactory) Sets the layer factory to use when adding models to the view.void
TLcdGXYViewJPanel.setGXYLayerFactory
(ILcdGXYLayerFactory newGXYLayerFactory) Sets the layer factory to use when adding models to the view.void
TLcdGXYViewJPanelLightWeight.setGXYLayerFactory
(ILcdGXYLayerFactory newGXYLayerFactory) Sets the layer factory to use when adding models to the view.void
TLcdGXYViewPanel.setGXYLayerFactory
(ILcdGXYLayerFactory newGXYLayerFactory) Sets the layer factory to use when adding models to the view.void
TLcdGXYViewPlanarImage.setGXYLayerFactory
(ILcdGXYLayerFactory newGXYLayerFactory) Sets the layer factory to use when adding models to the view.ModifierConstructorDescriptionTLcdCompositeGXYLayerFactory
(ILcdGXYLayerFactory... aLayerFactories) Creates a new composite layer factory containing the supplied delegate factories.TLcdGXYLayerList
(TLcdModelList aModelList, ILcdGXYLayerFactory aGXYLayerFactory) Deprecated.Constructor to create a TLcdGXYLayerList based on an existing TLcdModelList.ModifierConstructorDescriptionTLcdCompositeGXYLayerFactory
(Iterable<? extends ILcdGXYLayerFactory> aLayerFactories) Creates a new composite layer factory that lazily uses the given Iterable to delegate to.TLcdGXYLayerTreeNodeFactory
(Supplier<ILcdGXYLayerFactory> aLeafLayerFactory) Creates a new layer node factory. -
Uses of ILcdGXYLayerFactory in com.luciad.wms.client.gxy
Modifier and TypeClassDescriptionclass
Implementation of anILcdGXYLayerFactory
for anILcdModel
containing anALcdWMSProxy
object. -
Uses of ILcdGXYLayerFactory in com.luciad.wms.server
Modifier and TypeMethodDescriptionprotected ILcdGXYLayerFactory[]
ALcdOGCWMSCommandDispatcherFactory.createFallbackGXYLayerFactories
(jakarta.servlet.ServletConfig aServletConfig) CreatesILcdGXYLayerFactory
objects that can be used to create a GXY layer without a specified style.