Uses of Interface
com.luciad.earth.metadata.format.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
Modifier and TypeClassDescriptionclass
A codec forTLcdEarthClippedRasterAsset
objects.class
A codec forTLcdEarthRasterAsset
objects.Modifier and TypeMethodDescriptionTLcdEarthAssetModelCodec.getAssetCodecs()
Returns the current collection of asset codecs.Modifier 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
Modifier and TypeMethodDescriptionvoid
TLcdEarthTileRepositoryPreprocessor.addAssetCodec
(ILcdEarthAssetCodec aCodec) Registers a codec for the preprocessed assets. -
Uses of ILcdEarthAssetCodec in com.luciad.earth.model
Modifier 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.Modifier 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.