Package com.luciad.earth.tileset.util
package com.luciad.earth.tileset.util
Contains various utility implementations of
ILcdEarthTileSet
.- Since:
- 8.1
-
ClassDescriptionA tileset that only has the coverages of its delegate tileset that are accepted by the
filter
.Base class for wrappers around anILcdEarthTileSet
.A wrapper for anILcdEarthTileSet
that can executeproduceTile
andupdateTile
requests asynchronously using anExecutorService
.Groups coverages from multipleILcdEarthTileSet
objects into one new tileset.Builder for creating images from Earth tile sets.A tileset that tries to create missing tiles by splitting tiles at lower levels.A tileset wrapper that caches tiles in memory.A tile set for providing multi-threaded access to a tile set that is not thread-safe by creating multiple instances of it.AnILcdEarthTileSet
that reads tiles from anILcdEarthEditableTileSet
.A wrapper that provides thread-safe access to a delegate editable tileset.A wrapper that provides thread-safe access to a delegate tileset.