Interface TilingListener


  • public interface TilingListener
    • Method Detail

      • tilingCallback

        WPSContinuation tilingCallback​(int tileNumber,
                                       int tileTotal)
        Callback routine for setTiling()
        Parameters:
        tileNumber - the number of the tile to be downloaded next.
        tileTotal - the total number of tiles to be downloaded (in this session).
        Returns:
        WPS_CONTINUE if WPS should continue downloading tiles, WPS_STOP if WPS should stop downloading tiles.