枚举 GNSSentence.Mode

java.lang.Object
java.lang.Enum<GNSSentence.Mode>
net.sf.marineapi.nmea.sentence.GNSSentence.Mode
所有已实现的接口:
Serializable, Comparable<GNSSentence.Mode>, java.lang.constant.Constable
封闭接口:
GNSSentence

public static enum GNSSentence.Mode extends Enum<GNSSentence.Mode>
GNS operational modes, a mix of FaaMode and GpsFixQuality with some omitted values.
  • 枚举常量详细资料

    • AUTOMATIC

      public static final GNSSentence.Mode AUTOMATIC
      Operating in autonomous mode (automatic 2D/3D).
    • MANUAL

      public static final GNSSentence.Mode MANUAL
      Operating in manual mode (forced 2D or 3D).
    • DGPS

      public static final GNSSentence.Mode DGPS
      Operating in differential mode (DGPS).
    • ESTIMATED

      public static final GNSSentence.Mode ESTIMATED
      Operating in estimating mode (dead-reckoning).
    • RTK

      public static final GNSSentence.Mode RTK
      Real Time Kinetic, satellite system used in RTK mode with fixed integers.
    • FRTK

      public static final GNSSentence.Mode FRTK
      Float RTK, satellite system used in real time kinematic mode with floating integers.
    • PRECISE

      public static final GNSSentence.Mode PRECISE
      Precise mode, no deliberate degradation like Selective Availability (NMEA 4.00 and later).
    • SIMULATED

      public static final GNSSentence.Mode SIMULATED
      Simulated data (running in simulator/demo mode).
    • NONE

      public static final GNSSentence.Mode NONE
      No valid GPS data available.
  • 方法详细资料

    • values

      public static GNSSentence.Mode[] values()
      按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。
      返回:
      按照声明该枚举类型的常量的顺序返回的包含这些常量的数组
    • valueOf

      public static GNSSentence.Mode valueOf(String name)
      返回带有指定名称的该类型的枚举常量。 字符串必须与用于声明该类型的枚举常量的 标识符完全匹配。(不允许有多余 的空格字符。)
      参数:
      name - 要返回的枚举常量的名称。
      返回:
      返回带有指定名称的枚举常量
      抛出:
      IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量
      NullPointerException - 如果参数为空值
    • toChar

      public char toChar()
      Returns the operational mode character.
      返回:
      char indicator of mode
    • valueOf

      public static GNSSentence.Mode valueOf(char ch)
      Returns the operational mode for given char.
      参数:
      ch - Char indicator
      返回:
      Operational mode enum