-
-
枚举常量概要
枚举常量
Combined GPS + dead reckoning solution.
Dead reckoning only solution.
Differential 2D solution.
Differential 3D solution.
-
方法概要
按照声明该枚举类型的常量的顺序,
返回一个包含这些常量的数组。
从类继承的方法 java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
枚举常量详细资料
-
-
DEAD_RECKONING_ONLY
Dead reckoning only solution.
-
STAND_ALONE_2D
Stand alone 2D solution.
-
STAND_ALONE_3D
Stand alone 3D solution.
-
DIFFERENTIAL_2D_SOLUTION
Differential 2D solution.
-
DIFFERENTIAL_3D_SOLUTION
Differential 3D solution.
-
COMBINED_GPS_AND_DEAD_RECKONING
Combined GPS + dead reckoning solution.
-
TIME_ONLY
Time only solution.
-
方法详细资料
-
values
按照声明该枚举类型的常量的顺序,
返回一个包含这些常量的数组。
- 返回:
- 按照声明该枚举类型的常量的顺序返回的包含这些常量的数组
-
-
getNavigationStatusCode
public String getNavigationStatusCode()
-