Package org.esa.snap.ui
Class WorldMapImageLoader
- java.lang.Object
-
- org.esa.snap.ui.WorldMapImageLoader
-
public class WorldMapImageLoader extends Object
This utility class is responsible for loading the world map image.- Version:
- $Revision$ $Date$
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BufferedImage
getWorldMapImage(boolean highRes)
Reads the world map image from disk if not yet loaded, otherwise it is just returning the image.
-
-
-
Method Detail
-
getWorldMapImage
public static BufferedImage getWorldMapImage(boolean highRes)
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
-
-