Package com.luciad.earth.tileset
Interface ILcdEarthMultivaluedRasterTileSetCoverage
- All Superinterfaces:
ILcdEarthRasterTileSetCoverage
,ILcdEarthTileSetCoverage
An
ILcdEarthRasterTileSetCoverage
with multi-valued values.- Since:
- 11.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.luciad.earth.tileset.ILcdEarthTileSetCoverage
ILcdEarthTileSetCoverage.CoverageType
-
Method Summary
Modifier and TypeMethodDescriptionReturns the parameters in the raster.Methods inherited from interface com.luciad.earth.tileset.ILcdEarthRasterTileSetCoverage
getPixelDensity, getTileHeight, getTileWidth
Methods inherited from interface com.luciad.earth.tileset.ILcdEarthTileSetCoverage
getCoverageType, getName, getNativeFormat, getNativeGeoReference
-
Method Details
-
getParameters
List<TLcdEarthMultivaluedDataParameter> getParameters()Returns the parameters in the raster.- Returns:
- the parameters
-