Uses of Class
com.luciad.earth.metadata.TLcdEarthRasterAsset
Packages that use TLcdEarthRasterAsset
Package
Description
Provides tools to create and update 3D terrain repositories.
Provides encoding and decoding support for models that contain
ILcdEarthAsset
objects.-
Uses of TLcdEarthRasterAsset in com.luciad.earth.metadata
Subclasses of TLcdEarthRasterAsset in com.luciad.earth.metadataModifier and TypeClassDescriptionclass
A raster asset that is limited to the area covered by a clipping shape. -
Uses of TLcdEarthRasterAsset in com.luciad.earth.metadata.format
Methods in com.luciad.earth.metadata.format that return TLcdEarthRasterAssetModifier and TypeMethodDescriptionprotected TLcdEarthRasterAsset
TLcdEarthClippedRasterAssetCodec.createAsset
(Properties aProperties, String aSource, ILcdModelDecoder aModelDecoder, ILcdBounds aBounds, ILcdEarthTileSetCoverage.CoverageType aCoverageType, double aPixelDensity, Date aDate) protected TLcdEarthRasterAsset
TLcdEarthRasterAssetCodec.createAsset
(Properties aProperties, String aSource, ILcdModelDecoder aModelDecoder, ILcdBounds aBounds, ILcdEarthTileSetCoverage.CoverageType aCoverageType, double aPixelDensity, Date aDate) Creates an raster asset with the given parameters.