Interface FlushableLayer

All Known Implementing Classes:
OSMLayer, TopoLayer
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface FlushableLayer
This interface identifies a map layer that contains cached data that should be flushed if the raw map data storage directories are modified for any reason.
Author:
Andrew Pavlin, KA2DDO
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Clear cached pointers to tile files.
  • Method Details

    • flushFileCache

      void flushFileCache()
      Clear cached pointers to tile files. This is called when the configuration dialog or tile importer changes the tile root directory path.