Uses of Interface
com.luciad.fusion.engine.format.ILfnDataSourceModelDecoderFactory
Packages that use ILfnDataSourceModelDecoderFactory
Package
Description
This package provides the functionality to support several geographic data formats
in the engine.
-
Uses of ILfnDataSourceModelDecoderFactory in com.luciad.fusion.engine.format
Methods in com.luciad.fusion.engine.format that return ILfnDataSourceModelDecoderFactoryModifier and TypeMethodDescriptionALfnFormat.getDataSourceModelDecoderFactory()
Gets the data source model decoder factory of this format.TLfnCompositeFormat.getDataSourceModelDecoderFactory()
Constructors in com.luciad.fusion.engine.format with parameters of type ILfnDataSourceModelDecoderFactoryModifierConstructorDescriptionprotected
ALfnFormat
(String aFormatId, ILfnDataSourceModelDecoderFactory aModelDecoderFactory, ILcdSLDGXYLayerFactory aSLDGXYLayerFactory, ILcdModelHeightProviderFactory aHeightProviderFactory, ILfnIdentityProviderFactory aIdentityProviderFactory) 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.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.