Class GeoLocation
java.lang.Object
ecmwf.common.technical.GeoLocation
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The Constant ICON_URL_BLUE_CIRCLE.static final String
The Constant ICON_URL_GREEN_CIRCLE.static final String
The Constant ICON_URL_PINK_CIRCLE.static final String
The Constant ICON_URL_RED_CIRCLE.static final String
The Constant ICON_URL_WHITE_CIRCLE.static final String
The Constant ICON_URL_YELLOW_CIRCLE. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
createKML
(OutputStream out, String name, GeoLocation.GeoEntry[] entries) Creates the kml.static String
createKML
(String name, GeoLocation.GeoEntry[] entries) Creates the kml.static void
createKML
(String filename, String name, GeoLocation.GeoEntry[] entries) Creates the kml.
-
Field Details
-
ICON_URL_RED_CIRCLE
The Constant ICON_URL_RED_CIRCLE. -
ICON_URL_PINK_CIRCLE
The Constant ICON_URL_PINK_CIRCLE. -
ICON_URL_BLUE_CIRCLE
The Constant ICON_URL_BLUE_CIRCLE. -
ICON_URL_GREEN_CIRCLE
The Constant ICON_URL_GREEN_CIRCLE. -
ICON_URL_YELLOW_CIRCLE
The Constant ICON_URL_YELLOW_CIRCLE. -
ICON_URL_WHITE_CIRCLE
The Constant ICON_URL_WHITE_CIRCLE.
-
-
Constructor Details
-
GeoLocation
public GeoLocation()
-
-
Method Details
-
createKML
Creates the kml.- Parameters:
name
- the nameentries
- the entries- Returns:
- the string
- Throws:
IOException
- Signals that an I/O exception has occurred.
-
createKML
public static void createKML(String filename, String name, GeoLocation.GeoEntry[] entries) throws IOException Creates the kml.- Parameters:
filename
- the filenamename
- the nameentries
- the entries- Throws:
IOException
- Signals that an I/O exception has occurred.
-
createKML
public static void createKML(OutputStream out, String name, GeoLocation.GeoEntry[] entries) throws IOException Creates the kml.- Parameters:
out
- the outname
- the nameentries
- the entries- Throws:
IOException
- Signals that an I/O exception has occurred.
-