Interface MapBackend

All Superinterfaces:
Backend
All Known Implementing Classes:
GeoToolsBackend, GoogleGeoChartBackend, JavaFXMapBackend, OpenMapBackend, UnfoldingMapBackend

public interface MapBackend extends Backend
Interface for map rendering backends.
Since:
1.2
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Method Details

    • isSupportsLayering

      boolean isSupportsLayering()
      Checks if this backend supports layering.
    • isSupportsInteractive

      boolean isSupportsInteractive()
      Checks if this backend supports interactive features.