Uses of Interface
com.luciad.earth.tileset.ILcdEarthEditableTileSet
Package
Description
A tool that preprocesses 3D terrain repositories based on a model containing
ILcdEarthAsset
objects.Provides a framework for storing the output of an
ILcdEarthTileSet
on disk.Contains various utility implementations of
ILcdEarthTileSet
.-
Uses of ILcdEarthEditableTileSet in com.luciad.earth.metadata.preprocessor
Modifier and TypeMethodDescriptionprotected boolean
TLcdEarthTileRepositoryPreprocessor.getCombinableTilesSFCT
(ILcdEarthEditableTileSet aTargetTileSet, ILcdEarthTileSetCoverage aTargetCoverage, int aLevel, long aTileX, long aTileY, TLcdEarthTileFormat aTargetFormat, ALcdEarthTile[][] aTilesSFCT) Collects four tiles to be used with anILcdEarthTileCombiner
.void
TLcdEarthTileRepositoryPreprocessor.synchronizeRepository
(ILcdModel aAssetModel, ILcdEarthTileSet aSourceTileSet, ILcdEarthTileSetCoverage[] aSourceCoverages, String[] aTargetCoverageNames, ILcdGeoReference[] aTargetReferences, TLcdEarthTileFormat[] aTargetFormats, ILcdEarthEditableTileSet aTargetTileSet, String aTargetDirectory, ILcdEarthPreprocessorProgressListener aProgressListener) Synchronizes a repository with the specified metadata. -
Uses of ILcdEarthEditableTileSet in com.luciad.earth.repository
Modifier and TypeClassDescriptionclass
AnILcdEarthEditableTileSet
which stores tiles in a database on disk. -
Uses of ILcdEarthEditableTileSet in com.luciad.earth.tileset.util
Modifier and TypeClassDescriptionclass
A wrapper that provides thread-safe access to a delegate editable tileset.ModifierConstructorDescriptionTLcdEarthReadOnlyTileSet
(ILcdEarthEditableTileSet aEditableSet) Creates a new read-only tileset.