Uses of Interface
com.luciad.earth.metadata.format.ILcdEarthAssetCodec
Packages that use ILcdEarthAssetCodec
Package
Description
Provides encoding and decoding support for models that contain
ILcdEarthAsset
objects.A tool that preprocesses 3D terrain repositories based on a model containing
ILcdEarthAsset
objects.Provides model descriptors for the Luciad Earth framework.
-
Uses of ILcdEarthAssetCodec in com.luciad.earth.metadata.format
Classes in com.luciad.earth.metadata.format that implement ILcdEarthAssetCodecModifier and TypeClassDescriptionclass
A codec forTLcdEarthClippedRasterAsset
objects.class
A codec forTLcdEarthRasterAsset
objects.Methods in com.luciad.earth.metadata.format that return types with arguments of type ILcdEarthAssetCodecModifier and TypeMethodDescriptionTLcdEarthAssetModelCodec.getAssetCodecs()
Returns the current collection of asset codecs.Methods in com.luciad.earth.metadata.format with parameters of type ILcdEarthAssetCodecModifier and TypeMethodDescriptionvoid
TLcdEarthAssetModelCodec.addAssetCodec
(ILcdEarthAssetCodec aCodec) Adds an asset codec to thisTLcdEarthAssetModelCodec
.boolean
TLcdEarthAssetModelCodec.removeAssetCodec
(ILcdEarthAssetCodec aCodec) Removes an asset codec from thisTLcdEarthAssetModelCodec
if it is present. -
Uses of ILcdEarthAssetCodec in com.luciad.earth.metadata.preprocessor
Methods in com.luciad.earth.metadata.preprocessor with parameters of type ILcdEarthAssetCodecModifier and TypeMethodDescriptionvoid
TLcdEarthTileRepositoryPreprocessor.addAssetCodec
(ILcdEarthAssetCodec aCodec) Registers a codec for the preprocessed assets. -
Uses of ILcdEarthAssetCodec in com.luciad.earth.model
Methods in com.luciad.earth.model that return types with arguments of type ILcdEarthAssetCodecModifier and TypeMethodDescriptionTLcdEarthRepositoryModelDecoder.getAssetCodecs()
Returns the current collection of asset codecs.TLcdEarthRepositoryModelFactory.getAssetCodecs()
Returns the current collection of asset codecs.TLcdEarthTerrainRepositoryModelDecoder.getAssetCodecs()
Returns the current collection of asset codecs.Methods in com.luciad.earth.model with parameters of type ILcdEarthAssetCodecModifier and TypeMethodDescriptionvoid
TLcdEarthRepositoryModelDecoder.addAssetCodec
(ILcdEarthAssetCodec aCodec) Adds the specified asset codec.void
TLcdEarthRepositoryModelFactory.addAssetCodec
(ILcdEarthAssetCodec aCodec) Adds the specified asset codec.void
TLcdEarthTerrainRepositoryModelDecoder.addAssetCodec
(ILcdEarthAssetCodec aCodec) Adds the specified asset codec.boolean
TLcdEarthRepositoryModelDecoder.removeAssetCodec
(ILcdEarthAssetCodec aCodec) Removes the specified asset codec.boolean
TLcdEarthRepositoryModelFactory.removeAssetCodec
(ILcdEarthAssetCodec aCodec) Removes the specified asset codec.boolean
TLcdEarthTerrainRepositoryModelDecoder.removeAssetCodec
(ILcdEarthAssetCodec aCodec) Removes the specified asset codec.