Interface ShadingAlgorithm.RawHillTileSource

  • Enclosing interface:
    ShadingAlgorithm

    public static interface ShadingAlgorithm.RawHillTileSource
    Abstracts the file handling and access so that ShadingAlgorithm implementations could run on any height model source (e.g. on an android content provider for data sharing between apps) as long as they understand the format of the stream
    • Method Detail

      • getSize

        long getSize()
      • getFile

        java.io.File getFile()
      • getFinishedConverted

        org.mapsforge.core.graphics.HillshadingBitmap getFinishedConverted()
      • northLat

        double northLat()
        A ShadingAlgorithm might want to determine the projected dimensions of the tile
      • southLat

        double southLat()
      • westLng

        double westLng()
      • eastLng

        double eastLng()