public interface ShadingAlgorithm
Modifier and Type | Interface and Description |
---|---|
static interface |
ShadingAlgorithm.RawHillTileSource
Abstracts the file handling and access so that ShadingAlgorithm implementations
could run on any height model source (e.g.
|
static class |
ShadingAlgorithm.RawShadingResult |
Modifier and Type | Method and Description |
---|---|
int |
getAxisLenght(org.mapsforge.map.layer.hills.HgtCache.HgtFileInfo source) |
ShadingAlgorithm.RawShadingResult |
transformToByteBuffer(org.mapsforge.map.layer.hills.HgtCache.HgtFileInfo hgtFileInfo,
int padding) |
int getAxisLenght(org.mapsforge.map.layer.hills.HgtCache.HgtFileInfo source)
ShadingAlgorithm.RawShadingResult transformToByteBuffer(org.mapsforge.map.layer.hills.HgtCache.HgtFileInfo hgtFileInfo, int padding)