| Modifier and Type | Method and Description |
|---|---|
Longitude |
SensorGPS.getLongitude()
‘int’, ’float’, ’char’ provide the longitude degree, minute (as a
decimal), and cardinal description (i.e.
|
| Modifier and Type | Method and Description |
|---|---|
static Longitude |
Longitude.DegreeToDMC(double degree)
Converter method for converting degrees to degree minutes and to
determine cardinal character.
|
static Longitude |
Longitude.MinutesTODMC(double minutes)
Converter method for converting minutes to degree minutes and to
determine cardinal character.
|
| Modifier and Type | Method and Description |
|---|---|
static double |
Longitude.DMCToDegree(Longitude longitude)
Converter method for converting the degree, minute to degrees
respectively to cardinal character.
|
static double |
Longitude.DMCToMinutes(Longitude longitude)
Converter method for converting the degree, minute to minutes
respectively to cardinal character.
|
| Modifier and Type | Field and Description |
|---|---|
protected Longitude |
SensorMessage.Longitude |
| Modifier and Type | Method and Description |
|---|---|
Longitude |
SensorMessage.getLongitude()
‘int’, ’float’, ’char’ provide the longitude degree, minute (as a
decimal), and cardinal description (i.e.
|
protected Longitude |
Yylex.longitudeValue(String txt)
Return a triple Longitude or Latitude consisted of int, double and char
starting from num token(tokens are separated by space) in 'txt'
|
Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.