public class DTEDFrameUtil
extends java.lang.Object
Constructor and Description |
---|
DTEDFrameUtil() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
latToFileString(float lat,
int level)
Conversion of a float latitude value and DTED level to a DTED
filename.
|
static java.lang.String |
lonToFileString(float lon)
Conversion of a float longitude value to a DTED parent
directory of frame files.
|
static float |
stringToLat(java.lang.String text_lat)
Conversion of string found in DTED file to float value.
|
static float |
stringToLon(java.lang.String text_lon)
Conversion of a string value of a longitude to a float.
|
public static float stringToLat(java.lang.String text_lat)
text_lat
- the String representation of the latitude, from
the file.public static float stringToLon(java.lang.String text_lon)
text_lon
- the longitude String representation, out of a
DTED file.public static java.lang.String latToFileString(float lat, int level)
lat
- latitude in decimal degrees.level
- the DTED level.public static java.lang.String lonToFileString(float lon)
lon
- longitude in decimal degrees.Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details