Uses of Interface
com.luciad.earth.metadata.format.ILcdEarthNamedModelDecoderFactory
Packages that use ILcdEarthNamedModelDecoderFactory
Package
Description
Provides encoding and decoding support for models that contain
ILcdEarthAsset
objects.-
Uses of ILcdEarthNamedModelDecoderFactory in com.luciad.earth.metadata.format
Methods in com.luciad.earth.metadata.format that return ILcdEarthNamedModelDecoderFactoryModifier and TypeMethodDescriptionTLcdEarthRasterAssetCodec.getNamedModelDecoderFactory()
Returns the model decoder factory used to convert names to model decoders and vice versa.Methods in com.luciad.earth.metadata.format with parameters of type ILcdEarthNamedModelDecoderFactoryModifier and TypeMethodDescriptionvoid
TLcdEarthRasterAssetCodec.setNamedModelDecoderFactory
(ILcdEarthNamedModelDecoderFactory aNamedModelDecoderFactory) Sets the model decoder factory used to convert names to model decoders and vice versa.Constructors in com.luciad.earth.metadata.format with parameters of type ILcdEarthNamedModelDecoderFactoryModifierConstructorDescriptionTLcdEarthClippedRasterAssetCodec
(ILcdEarthNamedModelDecoderFactory aNamedModelDecoderFactory) TLcdEarthRasterAssetCodec
(ILcdEarthNamedModelDecoderFactory aNamedModelDecoderFactory) Creates a raster asset codec that uses the given model decoder factory to convert names to model decoders and vice versa.