Uses of Interface
com.luciad.earth.tileset.ILcdEarthRasterTileSetCoverage
Packages that use 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
Subinterfaces of ILcdEarthRasterTileSetCoverage in com.luciad.earth.tilesetModifier and TypeInterfaceDescriptioninterface
AnILcdEarthRasterTileSetCoverage
with multi-valued values. -
Uses of ILcdEarthRasterTileSetCoverage in com.luciad.earth.tileset.raster
Methods in com.luciad.earth.tileset.raster that return ILcdEarthRasterTileSetCoverageModifier 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.Methods in com.luciad.earth.tileset.raster with parameters of type ILcdEarthRasterTileSetCoverageModifier 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.Constructors in com.luciad.earth.tileset.raster with parameters of type ILcdEarthRasterTileSetCoverageModifierConstructorDescriptionTLcdEarthCompositeImageTileSet
(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
Methods in com.luciad.earth.tileset.terrain that return ILcdEarthRasterTileSetCoverageModifier 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.Constructors in com.luciad.earth.tileset.terrain with parameters of type ILcdEarthRasterTileSetCoverageModifierConstructorDescriptionTLcdEarthTexturedTerrainTileSet
(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
Methods in com.luciad.earth.tileset.util with parameters of type ILcdEarthRasterTileSetCoverageModifier and TypeMethodDescriptionTLcdEarthImageBuilder.coverage
(ILcdEarthRasterTileSetCoverage aCoverage) Set the source coverage set to create images from.