Package com.luciad.earth.metadata.preprocessor
package com.luciad.earth.metadata.preprocessor
A tool that preprocesses 3D terrain repositories based on a model containing
ILcdEarthAsset
objects.
TLcdEarthTileRepositoryPreprocessor
can perform incremental updates to a repository, as required by changes to the
metadata. Preprocessing can also be aborted and resumed later without having to
repeat the entire process.
TLcdEarthMetadataTerrainTileSet
is an ILcdEarthTileSet
that provides input
(i.e. tiles) to the preprocessor based on the supplied metadata.- Since:
- 8.1
-
ClassDescriptionA listener that receives progress notifications from
TLcdEarthTileRepositoryPreprocessor
.AnILcdEarthTileSet
which creates 3D terrain tiles based on a model containingILcdEarthAsset
objects.Generates or updates anILcdEarthEditableTileSet
based on its correspondingILcdEarthAsset
s.