Uses of Class
com.luciad.earth.tileset.util.ALcdEarthTileSetWrapper
Package
Description
ILcdEarthTileSet
that provides raster data
suitable for use as a 3D terrain texture.Contains various utility implementations of
ILcdEarthTileSet
.-
Uses of ALcdEarthTileSetWrapper in com.luciad.earth.tileset.raster
Modifier and TypeClassDescriptionclass
Views anILcdEarthTileSet
as anILcdMultilevelRaster
.class
Views anILcdEarthTileSet
with elevation data as anILcdMultilevelRaster
.class
-
Uses of ALcdEarthTileSetWrapper in com.luciad.earth.tileset.util
Modifier and TypeClassDescriptionclass
A tileset that only has the coverages of its delegate tileset that are accepted by thefilter
.class
A wrapper for anILcdEarthTileSet
that can executeproduceTile
andupdateTile
requests asynchronously using anExecutorService
.class
A tileset that tries to create missing tiles by splitting tiles at lower levels.class
A tileset wrapper that caches tiles in memory.class
A tile set for providing multi-threaded access to a tile set that is not thread-safe by creating multiple instances of it.class
A wrapper that provides thread-safe access to a delegate editable tileset.class
A wrapper that provides thread-safe access to a delegate tileset.