Uses of Interface
com.luciad.view.gxy.ILcdGXYLayerFactory
Packages that use 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 provide a layer factory to visualize Azure Maps data in a GXY view.
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
Constructors in com.luciad.earth.metadata.preprocessor with parameters of type ILcdGXYLayerFactoryModifierConstructorDescriptionTLcdEarthMetadataTerrainTileSet(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
Methods in com.luciad.earth.tileset.raster that return ILcdGXYLayerFactoryModifier and TypeMethodDescriptionTLcdEarthAssetGXYViewTileSet.getGXYLayerFactory()Returns the GXY layer factory used for creating layers for the models.Constructors in com.luciad.earth.tileset.raster with parameters of type ILcdGXYLayerFactoryModifierConstructorDescriptionTLcdEarthAssetGXYViewTileSet(ILcdBounds aBounds, int aLevels, long aLevel0RowCount, long aLevel0ColCount, int aImageTileWidth, int aImageTileHeight, ILcdGeoReference aTileSetReference, ILcdModel aAssetModel, ILcdGXYLayerFactory aLayerFactory) Constructs a newTLcdEarthAssetGXYViewTileSetwith the specified settings.TLcdEarthAssetGXYViewTileSet(ILcdBounds aBounds, int aLevels, long aLevel0RowCount, long aLevel0ColCount, int aImageTileResolution, ILcdGeoReference aTileSetReference, ILcdModel aAssetModel, ILcdGXYLayerFactory aLayerFactory) Constructs a newTLcdEarthAssetGXYViewTileSetwith the specified settings. -
Uses of ILcdGXYLayerFactory in com.luciad.format.aixm
Classes in com.luciad.format.aixm that implement ILcdGXYLayerFactoryModifier and TypeClassDescriptionclassThe default layer factory for AIXM models. -
Uses of ILcdGXYLayerFactory in com.luciad.format.aixm51.view.gxy
Classes in com.luciad.format.aixm51.view.gxy that implement ILcdGXYLayerFactoryModifier and TypeClassDescriptionclassThe default layer factory for AIXM 5.1 models. -
Uses of ILcdGXYLayerFactory in com.luciad.format.arinc
Classes in com.luciad.format.arinc that implement ILcdGXYLayerFactoryModifier and TypeClassDescriptionclassThe default layer factory for ARINC models. -
Uses of ILcdGXYLayerFactory in com.luciad.format.azuremaps.view.gxy
Classes in com.luciad.format.azuremaps.view.gxy that implement ILcdGXYLayerFactoryModifier and TypeClassDescriptionfinal classThe default layer factory to create GXY layers for Azure Maps models. -
Uses of ILcdGXYLayerFactory in com.luciad.format.bingmaps.view.gxy
Classes in com.luciad.format.bingmaps.view.gxy that implement ILcdGXYLayerFactoryModifier and TypeClassDescriptionfinal classThe default layer factory for BingMaps models. -
Uses of ILcdGXYLayerFactory in com.luciad.format.bufr.gxy
Classes in com.luciad.format.bufr.gxy that implement ILcdGXYLayerFactoryModifier and TypeClassDescriptionfinal classThe default layer factory for BUFR models. -
Uses of ILcdGXYLayerFactory in com.luciad.format.dafif
Classes in com.luciad.format.dafif that implement ILcdGXYLayerFactoryModifier and TypeClassDescriptionclassThe default layer factory for DAFIF models. -
Uses of ILcdGXYLayerFactory in com.luciad.format.dafif.gui
Constructors in com.luciad.format.dafif.gui with parameters of type ILcdGXYLayerFactoryModifierConstructorDescriptionTLcdDAFIFLoaderViewAdapter(TLcdDAFIFLoader aDAFIFLoader, ILcdGXYView aGXYView, ILcdGXYLayerFactory aLayerFactory) -
Uses of ILcdGXYLayerFactory in com.luciad.format.dgn.gxy
Classes in com.luciad.format.dgn.gxy that implement ILcdGXYLayerFactoryModifier and TypeClassDescriptionclassThe default layer factory for DGN models. -
Uses of ILcdGXYLayerFactory in com.luciad.format.dwg.gxy
Classes in com.luciad.format.dwg.gxy that implement ILcdGXYLayerFactoryModifier and TypeClassDescriptionclassThe default layer factory for DWG models. -
Uses of ILcdGXYLayerFactory in com.luciad.format.kml22.view.gxy
Classes in com.luciad.format.kml22.view.gxy that implement ILcdGXYLayerFactoryModifier and TypeClassDescriptionclassThe default layer factory for KML models. -
Uses of ILcdGXYLayerFactory in com.luciad.format.magneticnorth.gxy
Classes in com.luciad.format.magneticnorth.gxy that implement ILcdGXYLayerFactoryModifier and TypeClassDescriptionclassThis is an implementation ofILcdGXYLayerFactoryto create a layer for the models created during magnetic north calculations. -
Uses of ILcdGXYLayerFactory in com.luciad.format.mgcp.view.gxy
Classes in com.luciad.format.mgcp.view.gxy that implement ILcdGXYLayerFactoryModifier and TypeClassDescriptionfinal classA GXY Layer factory which can create GXY layers for MGCP 2.0 compliant models. -
Uses of ILcdGXYLayerFactory in com.luciad.format.mif.gxy
Classes in com.luciad.format.mif.gxy that implement ILcdGXYLayerFactoryModifier and TypeClassDescriptionclassThe default layer factory for MIF models. -
Uses of ILcdGXYLayerFactory in com.luciad.format.netcdf.gxy
Classes in com.luciad.format.netcdf.gxy that implement ILcdGXYLayerFactoryModifier and TypeClassDescriptionclassThe default layer factory for NetCDF and GRIB models. -
Uses of ILcdGXYLayerFactory in com.luciad.format.nitf
Classes in com.luciad.format.nitf that implement ILcdGXYLayerFactoryModifier and TypeClassDescriptionclassThe default layer factory for NITF models. -
Uses of ILcdGXYLayerFactory in com.luciad.format.nvg.gxy
Classes in com.luciad.format.nvg.gxy that implement ILcdGXYLayerFactoryModifier and TypeClassDescriptionclassThe default layer factory for NVG models. -
Uses of ILcdGXYLayerFactory in com.luciad.format.s52
Methods in com.luciad.format.s52 that return ILcdGXYLayerFactoryModifier and TypeMethodDescriptionTLcdS52ProductConfiguration.createGXYLayerFactory(TLcdS52DisplaySettings aDisplaySettings) Creates anILcdGXYLayerFactorycapable of creating S-52 compliant layers for S-57 cells and catalogues. -
Uses of ILcdGXYLayerFactory in com.luciad.format.s52.gxy
Classes in com.luciad.format.s52.gxy that implement ILcdGXYLayerFactoryModifier and TypeClassDescriptionclassILcdGXYLayerFactoryimplementation which can create layers for S-57 models.Constructors in com.luciad.format.s52.gxy with parameters of type ILcdGXYLayerFactoryModifierConstructorDescriptionTLcdS52GXYCatalogueLayerList(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
Classes in com.luciad.format.vpf.gxy that implement ILcdGXYLayerFactoryModifier and TypeClassDescriptionclassAnILcdGXYLayerFactoryfor VPF models. -
Uses of ILcdGXYLayerFactory in com.luciad.fusion.engine.format
Methods in com.luciad.fusion.engine.format that return ILcdGXYLayerFactoryModifier and TypeMethodDescriptionALfnFormat.getGXYLayerFactory()Deprecated.override #getSLDGXYLayerFactory insteadTLfnCompositeFormat.getGXYLayerFactory()Methods in com.luciad.fusion.engine.format with parameters of type ILcdGXYLayerFactoryModifier and TypeMethodDescriptionstatic ALfnFormatALfnFormat.newElevationFormat(ILcdEarthModelDecoderFactory aModelDecoderFactory, ILcdGXYLayerFactory aGXYLayerFactory, ILcdModelHeightProviderFactory aHeightProviderFactory, String aModelDescriptorTypeName, Class<? extends ILcdModelDescriptor>... aModelDescriptorClasses) Creates a newALfnFormatinstance which provides support for theELEVATIONdata type with the specified parameters.static ALfnFormatALfnFormat.newImageFormat(ILcdEarthModelDecoderFactory aModelDecoderFactory, ILcdGXYLayerFactory aGXYLayerFactory, String aModelDescriptorTypeName, Class<? extends ILcdModelDescriptor>... aModelDescriptorClasses) Creates a newALfnFormatinstance which provides support for theIMAGEdata type with the specified parameters.static ALfnFormatALfnFormat.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.Constructors in com.luciad.fusion.engine.format with parameters of type ILcdGXYLayerFactoryModifierConstructorDescriptionprotectedALfnFormat(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
Methods in com.luciad.lucy that return ILcdGXYLayerFactoryModifier and TypeMethodDescriptionILcyLucyEnv.getCompositeGXYLayerFactory()Deprecated.Usenew TLcyCompositeGXYLayerFactory(aLucyEnv)instead.ILcyLucyEnv.getGXYLayerFactory(int aIndex) Deprecated.Usenew TLcyCompositeGXYLayerFactory(aLucyEnv).getGXYLayerFactory(aIndex)instead.Methods in com.luciad.lucy with parameters of type ILcdGXYLayerFactoryModifier and TypeMethodDescriptionvoidILcyLucyEnv.addGXYLayerFactory(ILcdGXYLayerFactory aGXYLayerFactory) Deprecated.Usenew TLcyCompositeGXYLayerFactory(aLucyEnv).addGXYLayerFactory(aGXYLayerFactory)instead.voidILcyLucyEnv.removeGXYLayerFactory(ILcdGXYLayerFactory aGXYLayerFactory) Deprecated.Usenew TLcyCompositeGXYLayerFactory(aLucyEnv).removeGXYLayerFactory(aGXYLayerFactory)instead. -
Uses of ILcdGXYLayerFactory in com.luciad.lucy.format
Methods in com.luciad.lucy.format that return ILcdGXYLayerFactoryModifier and TypeMethodDescriptionprotected abstract ILcdGXYLayerFactoryALcyFormat.createGXYLayerFactory()Creates aILcdGXYLayerFactoryfor this format.protected ILcdGXYLayerFactoryALcyFormatWrapper.createGXYLayerFactory()TLcyAsynchronousFormatWrapper.createGXYLayerFactory()final ILcdGXYLayerFactoryTLcyGXYLspAsynchronousFormatWrapper.createGXYLayerFactory()Creates aILcdGXYLayerFactoryfor this format.protected ILcdGXYLayerFactoryTLcySafeGuardFormatWrapper.createGXYLayerFactory()protected final ILcdGXYLayerFactoryTLcyTransformingModelFormatWrapper.createGXYLayerFactory()Creates aILcdGXYLayerFactoryfor this format.final ILcdGXYLayerFactoryALcyFormat.getGXYLayerFactory()Returns theILcdGXYLayerFactorycreated by this format.Constructors in com.luciad.lucy.format with parameters of type ILcdGXYLayerFactoryModifierConstructorDescriptionTLcyTransformingModelFormatWrapper(ALcyFormat aFormat, Function<ILcdModel, Optional<ALcdTransformingModel>> aTransformingModelProducer, ILcdGXYLayerFactory aTransformedModelLayerFactory) Creates a newTLcyTransformingModelFormatWrapperinstance -
Uses of ILcdGXYLayerFactory in com.luciad.lucy.map
Classes in com.luciad.lucy.map that implement ILcdGXYLayerFactoryModifier and TypeClassDescriptionclassComposite implementation (see composite design pattern) ofILcdGXYLayerFactory.Methods in com.luciad.lucy.map that return ILcdGXYLayerFactoryModifier and TypeMethodDescriptionTLcyCompositeGXYLayerFactory.getGXYLayerFactory(int aIndex) Returns theILcdGXYLayerFactoryat the given index.Methods in com.luciad.lucy.map with parameters of type ILcdGXYLayerFactoryModifier and TypeMethodDescriptionvoidTLcyCompositeGXYLayerFactory.addGXYLayerFactory(ILcdGXYLayerFactory aGXYLayerFactory) Adds the givenILcdGXYLayerFactoryto this composite layer factory.voidTLcyCompositeGXYLayerFactory.removeGXYLayerFactory(ILcdGXYLayerFactory aGXYLayerFactory) Removes the givenILcdGXYLayerFactoryfrom this composite layer factory. -
Uses of ILcdGXYLayerFactory in com.luciad.lucy.map.asynchronous
Classes in com.luciad.lucy.map.asynchronous that implement ILcdGXYLayerFactoryModifier and TypeClassDescriptionclassAsynchronous layer factory, wrapping around an existing layer factory.Constructors in com.luciad.lucy.map.asynchronous with parameters of type ILcdGXYLayerFactoryModifierConstructorDescriptionTLcyGXYAsynchronousLayerFactory(ILcyLucyEnv aLucyEnv, ILcdGXYLayerFactory aLayerFactory, ILcdFilter aAsynchronousLayerFilter) Creates a new layer factory. -
Uses of ILcdGXYLayerFactory in com.luciad.ogc.sld.view.gxy
Classes in com.luciad.ogc.sld.view.gxy that implement ILcdGXYLayerFactoryModifier and TypeClassDescriptionclassLayer 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
Classes in com.luciad.ogc.wmts.client.gxy that implement ILcdGXYLayerFactoryModifier and TypeClassDescriptionclassA layer factory that can create layers for WMTS models. -
Uses of ILcdGXYLayerFactory in com.luciad.realtime
Methods in com.luciad.realtime that return ILcdGXYLayerFactoryModifier and TypeMethodDescriptionTLcdSimulator.getGXYLayerFactory()Return theILcdGXYLayerFactoryto create the simulation layer(s) for the GXY views.Methods in com.luciad.realtime with parameters of type ILcdGXYLayerFactoryModifier and TypeMethodDescriptionvoidTLcdSimulator.setGXYLayerFactory(ILcdGXYLayerFactory aGXYLayerFactory) Set theILcdGXYLayerFactoryto create the simulation layer(s) for the GXY views. -
Uses of ILcdGXYLayerFactory in com.luciad.view.gxy
Classes in com.luciad.view.gxy that implement ILcdGXYLayerFactoryModifier and TypeClassDescriptionclassComposite implementation ofILcdGXYLayerFactory.classILcdGXYLayerDecoder,ILcdGXYLayerEncoderandILcdGXYLayerFactoryforILcdGXYLayers whoseILcdModelcontains featured points (bothILcdPointandILcdFeatured).classILcdGXYLayerDecoder,ILcdGXYLayerEncoderandILcdGXYLayerFactoryforILcdGXYLayers whoseILcdModelcontains featured polygons (bothILcdPolygonandILcdFeatured).classILcdGXYLayerDecoder,ILcdGXYLayerEncoderandILcdGXYLayerFactoryforILcdGXYLayers whoseILcdModelcontains featured polylines (bothILcdPolylineandILcdFeatured).classLayer factory to create layer nodes with sub-layers (ILcdLayerTreeNode's) for models with sub-models (ILcdModelTreeNode's).classILcdGXYLayerDecoder,ILcdGXYLayerEncoderandILcdGXYLayerFactoryforILcdGXYLayers whoseILcdModelcontains multi level rasters (ILcdMultilevelRaster).classILcdGXYLayerDecoder,ILcdGXYLayerEncoderandILcdGXYLayerFactoryforILcdGXYLayers whoseILcdModelcontains (single level) rasters (ILcdRaster).Methods in com.luciad.view.gxy that return ILcdGXYLayerFactoryModifier 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.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.Methods in com.luciad.view.gxy that return types with arguments of type ILcdGXYLayerFactoryModifier and TypeMethodDescriptionTLcdCompositeGXYLayerFactory.getGXYLayerFactories()Returns the list of delegate layer factories contained in this composite.Methods in com.luciad.view.gxy with parameters of type ILcdGXYLayerFactoryModifier and TypeMethodDescriptionvoidTLcdGXYViewBufferedImage.setGXYLayerFactory(ILcdGXYLayerFactory newGXYLayerFactory) Sets the layer factory to use when adding models to the view.voidTLcdGXYViewCanvas.setGXYLayerFactory(ILcdGXYLayerFactory newGXYLayerFactory) Sets the layer factory to use when adding models to the view.voidTLcdGXYViewJPanel.setGXYLayerFactory(ILcdGXYLayerFactory newGXYLayerFactory) Sets the layer factory to use when adding models to the view.voidTLcdGXYViewJPanelLightWeight.setGXYLayerFactory(ILcdGXYLayerFactory newGXYLayerFactory) Sets the layer factory to use when adding models to the view.voidTLcdGXYViewPanel.setGXYLayerFactory(ILcdGXYLayerFactory newGXYLayerFactory) Sets the layer factory to use when adding models to the view.voidTLcdGXYViewPlanarImage.setGXYLayerFactory(ILcdGXYLayerFactory newGXYLayerFactory) Sets the layer factory to use when adding models to the view.Constructors in com.luciad.view.gxy with parameters of type ILcdGXYLayerFactoryModifierConstructorDescriptionTLcdCompositeGXYLayerFactory(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.Constructor parameters in com.luciad.view.gxy with type arguments of type ILcdGXYLayerFactoryModifierConstructorDescriptionTLcdCompositeGXYLayerFactory(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
Classes in com.luciad.wms.client.gxy that implement ILcdGXYLayerFactoryModifier and TypeClassDescriptionclassImplementation of anILcdGXYLayerFactoryfor anILcdModelcontaining anALcdWMSProxyobject. -
Uses of ILcdGXYLayerFactory in com.luciad.wms.server
Methods in com.luciad.wms.server that return ILcdGXYLayerFactoryModifier and TypeMethodDescriptionprotected ILcdGXYLayerFactory[]ALcdOGCWMSCommandDispatcherFactory.createFallbackGXYLayerFactories(jakarta.servlet.ServletConfig aServletConfig) CreatesILcdGXYLayerFactoryobjects that can be used to create a GXY layer without a specified style.