Package com.luciad.tea.hypsometry
Interface ILcdHypsometricTileFactory
- All Known Implementing Classes:
TLcdHypsometricTileFactory
public interface ILcdHypsometricTileFactory
This interface provides a factory method for creating hypsometric tiles
based on elevation rasters.
-
Method Summary
Modifier and TypeMethodDescriptioncreateHypsometricTile
(ILcdRaster aRaster, int aTileRow, int aTileColumn, double aElevationScale) Creates a hypsometric version of the specified tile.
-
Method Details
-
createHypsometricTile
ILcdTile createHypsometricTile(ILcdRaster aRaster, int aTileRow, int aTileColumn, double aElevationScale) Creates a hypsometric version of the specified tile.- Parameters:
aRaster
- the elevation raster.aTileRow
- the tile row in the elevation raster.aTileColumn
- the tile row in the elevation raster.aElevationScale
- the scale factor to go from the tile's elevation values to ordinates in a uniform cartesian space.- Returns:
- the hypsometric tile.
-