Uses of Class
com.luciad.earth.tileset.raster.TLcdEarthCompositeImageTileSet.ImageLayer
Packages that use TLcdEarthCompositeImageTileSet.ImageLayer
Package
Description
ILcdEarthTileSet that provides raster data
suitable for use as a 3D terrain texture.-
Uses of TLcdEarthCompositeImageTileSet.ImageLayer in com.luciad.earth.tileset.raster
Methods in com.luciad.earth.tileset.raster that return TLcdEarthCompositeImageTileSet.ImageLayerModifier and TypeMethodDescriptionTLcdEarthCompositeImageTileSet.getImageLayer(int aIndex) Returns the image layer at the given index.TLcdEarthCompositeImageTileSet.getImageLayer(ILcdEarthTileSet aTileSet, ILcdEarthTileSetCoverage aCoverage) Returns the first image layer with the specified tileset and coverage ornullif no such image layer is present.Methods in com.luciad.earth.tileset.raster with parameters of type TLcdEarthCompositeImageTileSet.ImageLayerModifier and TypeMethodDescriptionintTLcdEarthCompositeImageTileSet.indexOfImageLayer(TLcdEarthCompositeImageTileSet.ImageLayer aImageLayer) Returns the index of the specified image layer or -1 if it is not present.voidTLcdEarthCompositeImageTileSet.moveImageLayer(int aIndex, TLcdEarthCompositeImageTileSet.ImageLayer aImageLayer) Moves the specified image layer to the specified index.