Package com.luciad.format.raster
Interface ILcdMultilevelRaster
- All Superinterfaces:
ILcdBounded,ILcdCache
- All Known Implementing Classes:
ALcdEarthTileSetMultilevelRaster,TLcdEarthTileSetElevationMultilevelRaster,TLcdEarthTileSetMultilevelRaster,TLcdMultilevelRaster,TLcdViewshedMultilevelRaster,TLcdWCSProxy
Important notice: the package com.luciad.imaging presents a new API
for the modeling of raster data. For new projects, it is recommended to use
this API instead of ILcdRaster et al.
An ILcdMultilevelRaster contains a list of
ILcdRaster objects with increasing resolutions.
- See Also:
-
Method Summary
Methods inherited from interface com.luciad.shape.ILcdBounded
getBoundsMethods inherited from interface com.luciad.util.ILcdCache
clearCache, getCachedObject, insertIntoCache, removeCachedObject
-
Method Details
-
getRasterCount
int getRasterCount()- Returns:
- the number of
ILcdRasterobjects in thisILcdMultilevelRaster.
-
getRaster
- Returns:
- the
ILcdRasterat level aLevel.
-