Interface MapBackend
- All Superinterfaces:
Backend
- All Known Implementing Classes:
GeoToolsBackend, GoogleGeoChartBackend, JavaFXMapBackend, OpenMapBackend, UnfoldingMapBackend
Interface for map rendering backends.
- Since:
- 1.2
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Method Summary
Modifier and TypeMethodDescriptionbooleanChecks if this backend supports interactive features.booleanChecks if this backend supports layering.Methods inherited from interface Backend
createBackend, getAlgorithmProviders, getDescription, getId, getName, getPriority, getStatusMessage, getType, isAvailable, isExplicitlyDisabled, shutdown
-
Method Details
-
isSupportsLayering
boolean isSupportsLayering()Checks if this backend supports layering. -
isSupportsInteractive
boolean isSupportsInteractive()Checks if this backend supports interactive features.
-