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 TypeClassDescriptionclassA codec forTLcdEarthClippedRasterAssetobjects.classA codec forTLcdEarthRasterAssetobjects.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 TypeMethodDescriptionvoidTLcdEarthAssetModelCodec.addAssetCodec(ILcdEarthAssetCodec aCodec) Adds an asset codec to thisTLcdEarthAssetModelCodec.booleanTLcdEarthAssetModelCodec.removeAssetCodec(ILcdEarthAssetCodec aCodec) Removes an asset codec from thisTLcdEarthAssetModelCodecif 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 TypeMethodDescriptionvoidTLcdEarthTileRepositoryPreprocessor.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 TypeMethodDescriptionvoidTLcdEarthRepositoryModelDecoder.addAssetCodec(ILcdEarthAssetCodec aCodec) Adds the specified asset codec.voidTLcdEarthRepositoryModelFactory.addAssetCodec(ILcdEarthAssetCodec aCodec) Adds the specified asset codec.voidTLcdEarthTerrainRepositoryModelDecoder.addAssetCodec(ILcdEarthAssetCodec aCodec) Adds the specified asset codec.booleanTLcdEarthRepositoryModelDecoder.removeAssetCodec(ILcdEarthAssetCodec aCodec) Removes the specified asset codec.booleanTLcdEarthRepositoryModelFactory.removeAssetCodec(ILcdEarthAssetCodec aCodec) Removes the specified asset codec.booleanTLcdEarthTerrainRepositoryModelDecoder.removeAssetCodec(ILcdEarthAssetCodec aCodec) Removes the specified asset codec.