Package com.luciad.earth.metadata.format
package com.luciad.earth.metadata.format
Provides encoding and decoding support for models that contain
ILcdEarthAsset
objects.
TLcdEarthAssetModelCodec
stores metadata
to an XML-based file format, with the encoding of individual assets left up to
an ILcdEarthAssetCodec
.- Since:
- 8.1
-
ClassDescriptionInterface for a class that can encode and decode
ILcdEarthAsset
objects, thus supporting persistency for 3D terrain metadata.A factory that maps file format names (strings) to model decoders and vice versa.Encodes and decodes models containingILcdEarthAsset
objects.A codec forTLcdEarthClippedRasterAsset
objects.A codec forTLcdEarthRasterAsset
objects.