Uses of Interface
com.luciad.ogc.sld.view.gxy.ILcdSLDGXYLayerFactory
Packages that use ILcdSLDGXYLayerFactory
Package
Description
Contains a painter provider for painting S-57 geometries on a 2D view,
using the S-52 standard.
This package provides the functionality to support several geographic data formats
in the engine.
Conversion of SLD Feature Type Style model into ILcdGXYPainter/ILcdGXYLabelPainter implementations which can be used
in an ILcdGXYView.
Implementation of the OGC Web Map Service (WMS) specification.
-
Uses of ILcdSLDGXYLayerFactory in com.luciad.format.s52.gxy
Classes in com.luciad.format.s52.gxy that implement ILcdSLDGXYLayerFactoryModifier and TypeClassDescriptionclass
ILcdSLDGXYLayerFactory
implementation which can create layers for S-57 models using a given SLD style. -
Uses of ILcdSLDGXYLayerFactory in com.luciad.fusion.engine.format
Methods in com.luciad.fusion.engine.format that return ILcdSLDGXYLayerFactoryModifier and TypeMethodDescriptionALfnFormat.getSLDGXYLayerFactory()
Gets the SLD GXY layer factory of this format, if any.TLfnCompositeFormat.getSLDGXYLayerFactory()
Methods in com.luciad.fusion.engine.format with parameters of type ILcdSLDGXYLayerFactoryModifier and TypeMethodDescriptionstatic ALfnFormat
ALfnFormat.newElevationFormat
(String aFormatId, ILcdEarthModelDecoderFactory aModelDecoderFactory, ILcdSLDGXYLayerFactory 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
(String aFormatId, ILcdEarthModelDecoderFactory aModelDecoderFactory, ILcdSLDGXYLayerFactory 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
(String aFormatId, ILcdEarthModelDecoderFactory aModelDecoderFactory, ILcdSLDGXYLayerFactory 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 ILcdSLDGXYLayerFactoryModifierConstructorDescriptionprotected
ALfnFormat
(String aFormatId, ILcdEarthModelDecoderFactory aModelDecoderFactory, ILcdSLDGXYLayerFactory aSLDGXYLayerFactory, ILcdModelHeightProviderFactory aHeightProviderFactory, ILfnIdentityProviderFactory aIdentityProviderFactory) Creates a new engine format.protected
ALfnFormat
(String aFormatId, ILfnDataSourceModelDecoderFactory aModelDecoderFactory, ILcdSLDGXYLayerFactory aSLDGXYLayerFactory, ILcdModelHeightProviderFactory aHeightProviderFactory, ILfnIdentityProviderFactory aIdentityProviderFactory) Creates a new engine format.TLfnFormat
(String aFormatId, ILcdEarthModelDecoderFactory aModelDecoderFactory, ILcdSLDGXYLayerFactory aSLDGXYLayerFactory, ILcdModelHeightProviderFactory aHeightProviderFactory, ILfnIdentityProviderFactory aFeatureIdProviderFactory, ELfnDataType aType, String aModelDescriptorTypeName, Class<? extends ILcdModelDescriptor>... aModelDescriptorClasses) Creates a new engine format.TLfnFormat
(String aFormatId, ILfnDataSourceModelDecoderFactory aModelDecoderFactory, 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, ILcdSLDGXYLayerFactory aSLDGXYLayerFactory, ILcdModelHeightProviderFactory aHeightProviderFactory, ILfnIdentityProviderFactory aFeatureIdProviderFactory, ELfnDataType aType, String aModelDescriptorTypeName, Class<? extends ILcdModelDescriptor>... aModelDescriptorClasses) Creates a new engine format. -
Uses of ILcdSLDGXYLayerFactory in com.luciad.ogc.sld.view.gxy
Classes in com.luciad.ogc.sld.view.gxy that implement ILcdSLDGXYLayerFactoryModifier and TypeClassDescriptionfinal class
Composite implementation ofILcdSLDGXYLayerFactory
.final class
Fallback SLD layer factory for models containing vector or image data.final class
SLD Layer factory to create layer nodes with sub-layers (ILcdLayerTreeNode
's) for models with sub-models (ILcdModelTreeNode
's).Constructors in com.luciad.ogc.sld.view.gxy with parameters of type ILcdSLDGXYLayerFactoryModifierConstructorDescriptionTLcdSLDGXYCompositeLayerFactory
(ILcdSLDGXYLayerFactory... aLayerFactories) Creates a new composite layer factory containing the supplied delegate factories.Constructor parameters in com.luciad.ogc.sld.view.gxy with type arguments of type ILcdSLDGXYLayerFactoryModifierConstructorDescriptionTLcdSLDFileGXYLayerFactory
(Supplier<ILcdSLDGXYLayerFactory> aDelegateLayerFactorySupplier) Creates a newTLcdSLDFileGXYLayerFactory
that delegates to the suppliedILcdSLDGXYLayerFactory
to create a layer using the decodedTLcdSLDFeatureTypeStyle
.TLcdSLDGXYCompositeLayerFactory
(Iterable<? extends ILcdSLDGXYLayerFactory> aLayerFactories) Creates a new composite layer factory that lazily uses the given Iterable to delegate to.TLcdSLDGXYLayerTreeNodeFactory
(Supplier<ILcdSLDGXYLayerFactory> aLeafLayerFactorySupplier) Creates a new layer node factory. -
Uses of ILcdSLDGXYLayerFactory in com.luciad.wms.server
Methods in com.luciad.wms.server that return ILcdSLDGXYLayerFactoryModifier and TypeMethodDescriptionprotected ILcdSLDGXYLayerFactory[]
ALcdOGCWMSCommandDispatcherFactory.createSLDGXYLayerFactories
(jakarta.servlet.ServletConfig aServletConfig) CreatesILcdSLDGXYLayerFactory
objects that can be used to create a GXY layer, given an SLD style.