public interface ShadeTileSource
MemoryCachingHgtReaderTileSource
or a wrapper thereofModifier and Type | Method and Description |
---|---|
void |
applyConfiguration(boolean allowParallel) |
org.mapsforge.core.graphics.HillshadingBitmap |
getHillshadingBitmap(int latitudeOfSouthWestCorner,
int longituedOfSouthWestCorner,
double pxPerLat,
double pxPerLng)
main work method
|
void |
prepareOnThread()
prepare anything lazily derived from configuration off this thread
|
void |
setDemFolder(java.io.File demFolder) |
void |
setShadingAlgorithm(ShadingAlgorithm algorithm) |
void prepareOnThread()
org.mapsforge.core.graphics.HillshadingBitmap getHillshadingBitmap(int latitudeOfSouthWestCorner, int longituedOfSouthWestCorner, double pxPerLat, double pxPerLng) throws java.util.concurrent.ExecutionException, java.lang.InterruptedException
java.util.concurrent.ExecutionException
java.lang.InterruptedException
void applyConfiguration(boolean allowParallel)
void setShadingAlgorithm(ShadingAlgorithm algorithm)
void setDemFolder(java.io.File demFolder)