接口 UBXMessage00
- 所有超级接口:
UBXMessage
Proprietary u-blox NMEA extension "Lat/Long position data".
- 作者:
- Gunnar Hillert
-
方法概要
修饰符和类型方法说明intdoubledoublegetHDOP()doubleNavigation Status: •NF = No Fix •DR = Dead reckoning only solution •G2 = Stand alone 2D solution •G3 = Stand alone 3D solution •D2 = Differential 2D solution •D3 = Differential 3D solution •RK = Combined GPS + dead reckoning solution •TT = Time only solutionintHolds all positional data: Latitude (degrees and minutes) North/South Indicator Longitude (degrees and minutes) East/West indicator Altitude above user datum ellipsoiddoubledoublegetTDOP()doublegetVDOP()doubledouble从接口继承的方法 net.sf.marineapi.ublox.message.UBXMessage
getMessageType
-
方法详细资料
-
getUtcTime
Time getUtcTime()- 返回:
- UTC time
-
getPosition
Position getPosition()Holds all positional data:- Latitude (degrees and minutes)
- North/South Indicator
- Longitude (degrees and minutes)
- East/West indicator
- Altitude above user datum ellipsoid
- 返回:
- Position
-
getHorizontalAccuracyEstimate
double getHorizontalAccuracyEstimate()- 返回:
- Horizontal accuracy estimate
-
getVerticaAccuracyEstimate
double getVerticaAccuracyEstimate()- 返回:
- Vertical accuracy estimate
-
getSpeedOverGround
double getSpeedOverGround()- 返回:
- Speed over ground
-
getCourseOverGround
double getCourseOverGround()- 返回:
- Course over ground
-
getVerticaVelocity
double getVerticaVelocity()- 返回:
- Vertical velocity (positive downwards)
-
getAgeOfDifferentialCorrections
int getAgeOfDifferentialCorrections()- 返回:
- Age of differential corrections (blank when DGPS is notused)
-
getHDOP
double getHDOP()- 返回:
- HDOP, Horizontal Dilution of Precision
-
getVDOP
double getVDOP()- 返回:
- VDOP, Vertical Dilution of Precision
-
getTDOP
double getTDOP()- 返回:
- TDOP, Time Dilution of Precision
-
getNumberOfSatellitesUsed
int getNumberOfSatellitesUsed()- 返回:
- Number of satellites used in the navigation solution.
-