Uses of Class
adams.data.gps.Coordinate
-
Packages that use Coordinate Package Description adams.data.gps -
-
Uses of Coordinate in adams.data.gps
Fields in adams.data.gps declared as Coordinate Modifier and Type Field Description protected Coordinate
AbstractGPS. m_Latitude
latitudeprotected Coordinate
AbstractGPS. m_Longitude
longitudeMethods in adams.data.gps that return Coordinate Modifier and Type Method Description protected Coordinate
Coordinate. clone()
Returns a copy of itself.Coordinate
AbstractGPS. getLatitude()
Returns the latitude.Coordinate
AbstractGPS. getLongitude()
Returns the longitude.protected Coordinate[]
AbstractGPS. parse(String s)
Parses the string.protected abstract Coordinate[]
AbstractGPS. parse(String s, boolean swapped)
Parses the string.protected Coordinate[]
GPSDecimalDegrees. parse(String s, boolean swapped)
Parses the string.protected Coordinate[]
GPSDecimalMinutes. parse(String s, boolean swapped)
Parses the string.protected Coordinate[]
GPSDecimalSeconds. parse(String s, boolean swapped)
Parses the string.Methods in adams.data.gps with parameters of type Coordinate Modifier and Type Method Description int
Coordinate. compareTo(Coordinate o)
Compares this object with the specified object for order.Constructors in adams.data.gps with parameters of type Coordinate Constructor Description AbstractGPS(Coordinate lat, Coordinate lon)
Initialize GPS with latitude and longitude.GPSDecimalDegrees(Coordinate lat, Coordinate lon)
Initialize GPS with latitude and longitude.GPSDecimalMinutes(Coordinate lat, Coordinate lon)
Initialize GPS with latitude and longitude.GPSDecimalSeconds(Coordinate lat, Coordinate lon)
Initialize GPS with latitude and longitude.
-