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 CoordinateAbstractGPS. m_Latitudelatitudeprotected CoordinateAbstractGPS. m_LongitudelongitudeMethods in adams.data.gps that return Coordinate Modifier and Type Method Description protected CoordinateCoordinate. clone()Returns a copy of itself.CoordinateAbstractGPS. getLatitude()Returns the latitude.CoordinateAbstractGPS. 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 intCoordinate. 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.
-