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 TypeClassDescriptionclassILcdSLDGXYLayerFactoryimplementation 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 ALfnFormatALfnFormat.newElevationFormat(String aFormatId, ILcdEarthModelDecoderFactory aModelDecoderFactory, ILcdSLDGXYLayerFactory 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(String aFormatId, ILcdEarthModelDecoderFactory aModelDecoderFactory, ILcdSLDGXYLayerFactory aGXYLayerFactory, String aModelDescriptorTypeName, Class<? extends ILcdModelDescriptor>... aModelDescriptorClasses) Creates a newALfnFormatinstance which provides support for theIMAGEdata type with the specified parameters.static ALfnFormatALfnFormat.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 ILcdSLDGXYLayerFactoryModifierConstructorDescriptionprotectedALfnFormat(String aFormatId, ILcdEarthModelDecoderFactory aModelDecoderFactory, ILcdSLDGXYLayerFactory aSLDGXYLayerFactory, ILcdModelHeightProviderFactory aHeightProviderFactory, ILfnIdentityProviderFactory aIdentityProviderFactory) Creates a new engine format.protectedALfnFormat(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 classComposite implementation ofILcdSLDGXYLayerFactory.final classFallback SLD layer factory for models containing vector or image data.final classSLD 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 newTLcdSLDFileGXYLayerFactorythat delegates to the suppliedILcdSLDGXYLayerFactoryto 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) CreatesILcdSLDGXYLayerFactoryobjects that can be used to create a GXY layer, given an SLD style.