Package org.esa.snap.ui
Class WorldMapImageLoader
java.lang.Object
org.esa.snap.ui.WorldMapImageLoader
This utility class is responsible for loading the world map image.
- Version:
- $Revision$ $Date$
-
Method Summary
Modifier and TypeMethodDescriptionstatic BufferedImage
getWorldMapImage
(boolean highRes) Reads the world map image from disk if not yet loaded, otherwise it is just returning the image.
-
Method Details
-
getWorldMapImage
Reads the world map image from disk if not yet loaded, otherwise it is just returning the image.If the world map image cannot be read an image with an error message is returned.
- Parameters:
highRes
- specifies if the high-resolution image shall be returned,- Returns:
- the world map image
-