Uses of Interface
com.luciad.earth.tileset.ILcdEarthRasterTileSetCoverage
Package
Description
Provides support for tiling, multileveling and on-demand loading of arbitrary
datasets.
ILcdEarthTileSet
that provides raster data
suitable for use as a 3D terrain texture.Provides classes for
ILcdEarthTileSet
s with terrain data.Contains various utility implementations of
ILcdEarthTileSet
.-
Uses of ILcdEarthRasterTileSetCoverage in com.luciad.earth.tileset
Modifier and TypeInterfaceDescriptioninterface
AnILcdEarthRasterTileSetCoverage
with multi-valued values. -
Uses of ILcdEarthRasterTileSetCoverage in com.luciad.earth.tileset.raster
Modifier and TypeMethodDescriptionTLcdEarthCompositeImageTileSet.getComposedImageCoverage()
Returns the raster coverage for the composed images.TLcdEarthGXYViewTileSet.getImageCoverage()
Returns the coverage with the painted layers.TLcdEarthCompositeImageTileSet.ImageLayer.getTileSetCoverage()
The tile set coverage that contains the image data for this layer.Modifier and TypeMethodDescriptionvoid
TLcdEarthCompositeImageTileSet.addImageLayer
(ILcdEarthTileSet aTileSet, ILcdEarthRasterTileSetCoverage aCoverage, BufferedImageOp aBufferedImageOp, Composite aComposite) Adds an image layer after the last image layer.void
TLcdEarthCompositeImageTileSet.insertImageLayer
(ILcdEarthTileSet aTileSet, ILcdEarthRasterTileSetCoverage aCoverage, BufferedImageOp aBufferedImageOp, Composite aComposite, int aIndex) Inserts an image layer at the given index.void
TLcdEarthCompositeImageTileSet.setImageLayer
(ILcdEarthTileSet aTileSet, ILcdEarthRasterTileSetCoverage aCoverage, BufferedImageOp aBufferedImageOp, Composite aComposite, int aIndex) Sets the image layer at the given index.ModifierConstructorDescriptionTLcdEarthCompositeImageTileSet
(ILcdEarthTileSet aTileSet, ILcdEarthRasterTileSetCoverage aCoverage) Creates a new composite image tileset with the given tileset and coverage as first image.TLcdEarthCompositeImageTileSet
(ILcdEarthTileSet aTileSet, ILcdEarthRasterTileSetCoverage aCoverage, BufferedImageOp aBufferedImageOp, Composite aComposite) Creates a new composite image tileset with the given tileset and coverage as first image. -
Uses of ILcdEarthRasterTileSetCoverage in com.luciad.earth.tileset.terrain
Modifier and TypeMethodDescriptionTLcdEarthTexturedTerrainTileSet.getElevationCoverage()
Returns the coverage with the elevations.TLcdEarthTexturedTerrainTileSet.getGeometryCoverage()
Returns the coverage with the geometry.TLcdEarthTexturedTerrainTileSet.getTextureCoverage()
Returns the coverage with the textures.ModifierConstructorDescriptionTLcdEarthTexturedTerrainTileSet
(ILcdEarthTileSet aGeometrySet, ILcdEarthRasterTileSetCoverage aGeometryTileSetCoverage, ILcdEarthTileSet aTextureSet, ILcdEarthRasterTileSetCoverage aTextureTileSetCoverage) Constructs a newTLcdEarthTextureTerrainTileSet
with the specified geometry and texture data.TLcdEarthTexturedTerrainTileSet
(ILcdEarthTileSet aGeometrySet, ILcdEarthRasterTileSetCoverage aGeometryTileSetCoverage, ILcdEarthTileSet aElevationSet, ILcdEarthRasterTileSetCoverage aElevationTileSetCoverage, ILcdEarthTileSet aTextureSet, ILcdEarthRasterTileSetCoverage aTextureTileSetCoverage) Constructs a newTLcdEarthTextureTerrainTileSet
with the specified geometry and texture data.TLcdEarthTexturedTerrainTileSet
(ILcdEarthTileSet aGeometrySet, ILcdEarthRasterTileSetCoverage aGeometryTileSetCoverage, ILcdEarthTileSet aElevationSet, ILcdEarthRasterTileSetCoverage aElevationTileSetCoverage, ILcdEarthTileSet aTextureSet, ILcdEarthRasterTileSetCoverage aTextureTileSetCoverage, ILcdGeoReference aModelReference) Constructs a newTLcdEarthTextureTerrainTileSet
with the specified geometry and texture data.TLcdEarthTexturedTerrainTileSet
(ILcdEarthTileSet aGeometrySet, ILcdEarthRasterTileSetCoverage aGeometryTileSetCoverage, ILcdEarthTileSet aTextureSet, ILcdEarthRasterTileSetCoverage aTextureTileSetCoverage, ILcdGeoReference aModelReference) Constructs a newTLcdEarthTextureTerrainTileSet
with the specified geometry and texture data. -
Uses of ILcdEarthRasterTileSetCoverage in com.luciad.earth.tileset.util
Modifier and TypeMethodDescriptionTLcdEarthImageBuilder.coverage
(ILcdEarthRasterTileSetCoverage aCoverage) Set the source coverage set to create images from.