Package de.fhg.igd.gps

Interface Summary
GPSService  
 

Class Summary
AngularDistance This class wraps a double to represent an angular distance in degrees used for global positioning.
CartesianCoordinate This class provides a 3-dimensional, cartesian geo-coordinate, where the root of the coordinate system is geocentric, its x-axis points to (0°,0°), its y-axis points to (0°,90°E) and its z-axis points to (90°N, 0°).
GeoCoordinateTransformer  
GKCoordinate This class provides a Gauss Krueger coordinate, which consists of the latitude index for definition of the current local root and the corresponding x-value (german: "Rechtswert") and y-value (german: "Hochwert").
GPSData This class represents a valid gps data record in terms of latitude, longitude, altitude, course and speed coupled with a timestamp.
GPSParser Reads and parses NMEA183 sentences.
GPSParserEvent This class represents a gps parser event.
GPSServiceImpl  
Latitude This class represents a geographic latitiude used for global positioning.
Longitude This class represents a geographic longitude used for global positioning.
NMEA183DateFormat Reference class for date formats used in NMEA183 sentences.
NMEA183GGASentence GGA - Global Positioning System Fix Data, Time, Position and fix related data.
NMEA183GLLSentence GLL - Geographic position, Latitude and Longitude
NMEA183GSASentence GSA - GPS DOP and active satellites
NMEA183GSVSentence GSV - Satellites in view
NMEA183RMCSentence RMC - Recommended minimum specific GPS/Transit data
NMEA183Sentence This class represents a generic NMEA183 sentence.
NMEA183Tokenizer The NMEA183Tokenizer allows an application to break a string representation of a NMEA183 sentence into tokens.
NMEA183VTGSentence VTG - Track made good and ground speed
WGS84Coordinate This class provides a WGS84 (World Geodetic System 1984) coordinate, which consists of a latitude and longitude.
 

Exception Summary
AngularDistanceFormatException Thrown to indicate that the application attempted to convert a String into an AngularDistance, but that the String does not have the appropriate format.
InvalidChecksumException Thrown to indicate that a checksum has been specified but that this checksum is invalid.
NMEA183SentenceFormatException Thrown to indicate that the application attempted to convert a String to one of the NMEA183Sentences, but that the String does not have the appropriate format.
 



Copyright © Fraunhofer Gesellschaft. All Rights Reserved.