Uses of Interface
com.luciad.earth.tileset.ILcdEarthEditableTileSet
Packages that use 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
Methods in com.luciad.earth.metadata.preprocessor with parameters of type ILcdEarthEditableTileSetModifier 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
Classes in com.luciad.earth.repository that implement ILcdEarthEditableTileSetModifier and TypeClassDescriptionclass
AnILcdEarthEditableTileSet
which stores tiles in a database on disk. -
Uses of ILcdEarthEditableTileSet in com.luciad.earth.tileset.util
Classes in com.luciad.earth.tileset.util that implement ILcdEarthEditableTileSetModifier and TypeClassDescriptionclass
A wrapper that provides thread-safe access to a delegate editable tileset.Constructors in com.luciad.earth.tileset.util with parameters of type ILcdEarthEditableTileSetModifierConstructorDescriptionTLcdEarthReadOnlyTileSet
(ILcdEarthEditableTileSet aEditableSet) Creates a new read-only tileset.