org.osm2world.console
public class LatLonEle extends Object
Modifier and Type | Field and Description |
---|---|
double |
ele |
double |
lat |
double |
lon |
static String |
PATTERN
pattern for parseable arguments
|
static String |
PATTERN_WITH_ELE |
Constructor and Description |
---|
LatLonEle(double lat,
double lon)
regular constructor (with default elevation of 0)
|
LatLonEle(double lat,
double lon,
double ele)
regular constructor
|
LatLonEle(String arg)
parsing constructor
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
public final double lat
public final double lon
public final double ele
public static final String PATTERN
public static final String PATTERN_WITH_ELE
public LatLonEle(double lat, double lon, double ele)
public LatLonEle(double lat, double lon)
public LatLonEle(String arg)
arg
- command line argument to be parsed;
formats see PATTERN
and PATTERN_WITH_ELE