Uses of Interface
com.luciad.earth.model.ILcdEarthModelDecoderFactory
Packages that use ILcdEarthModelDecoderFactory
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 classes for
ILcdEarthTileSet
s with terrain data.This package provides the functionality to support several geographic data formats
in the engine.
-
Uses of ILcdEarthModelDecoderFactory in com.luciad.earth.metadata.preprocessor
Methods in com.luciad.earth.metadata.preprocessor with parameters of type ILcdEarthModelDecoderFactoryModifier and TypeMethodDescriptionvoid
TLcdEarthMetadataTerrainTileSet.setModelDecoderFactory
(ILcdEarthModelDecoderFactory aModelDecoderFactory) Sets the model decoder factory to use for decoding the assets. -
Uses of ILcdEarthModelDecoderFactory in com.luciad.earth.tileset.raster
Methods in com.luciad.earth.tileset.raster that return ILcdEarthModelDecoderFactoryModifier and TypeMethodDescriptionTLcdEarthAssetGXYViewTileSet.getModelDecoderFactory()
Returns the model decoder factory used for decoding the assets.Methods in com.luciad.earth.tileset.raster with parameters of type ILcdEarthModelDecoderFactoryModifier and TypeMethodDescriptionvoid
TLcdEarthAssetGXYViewTileSet.setModelDecoderFactory
(ILcdEarthModelDecoderFactory aModelDecoderFactory) Sets the model decoder factory used for decoding the assets. -
Uses of ILcdEarthModelDecoderFactory in com.luciad.earth.tileset.terrain
Methods in com.luciad.earth.tileset.terrain that return ILcdEarthModelDecoderFactoryModifier and TypeMethodDescriptionTLcdEarthAssetTerrainElevationTileSet.getModelDecoderFactory()
Returns the model decoder factory used for decoding assets.Methods in com.luciad.earth.tileset.terrain with parameters of type ILcdEarthModelDecoderFactoryModifier and TypeMethodDescriptionvoid
TLcdEarthAssetTerrainElevationTileSet.setModelDecoderFactory
(ILcdEarthModelDecoderFactory aModelDecoderFactory) Sets the model decoder factory to use for decoding the assets. -
Uses of ILcdEarthModelDecoderFactory in com.luciad.fusion.engine.format
Subinterfaces of ILcdEarthModelDecoderFactory in com.luciad.fusion.engine.formatModifier and TypeInterfaceDescriptioninterface
Factory to createILcdModelDecoder
instancesMethods in com.luciad.fusion.engine.format that return ILcdEarthModelDecoderFactoryMethods in com.luciad.fusion.engine.format with parameters of type ILcdEarthModelDecoderFactoryModifier 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.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
(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.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
(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.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 ILcdEarthModelDecoderFactoryModifierConstructorDescriptionprotected
ALfnFormat
(ILcdEarthModelDecoderFactory aModelDecoderFactory, ILcdGXYLayerFactory aGXYLayerFactory, ILcdModelHeightProviderFactory aHeightProviderFactory, ILfnIdentityProviderFactory aIdentityProviderFactory) Creates a new engine format.protected
ALfnFormat
(String aFormatId, ILcdEarthModelDecoderFactory aModelDecoderFactory, ILcdSLDGXYLayerFactory aSLDGXYLayerFactory, 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, ILcdSLDGXYLayerFactory aSLDGXYLayerFactory, 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.
ALfnFormat
usesILcdDataSource
instances to create the models.