com.supermap.plugin

类 LocationManagePlugin.GPSData

  • java.lang.Object
    • com.supermap.plugin.LocationManagePlugin.GPSData
  • 所有已实现的接口:
    java.io.Serializable
    封闭类:
    LocationManagePlugin


    public static class LocationManagePlugin.GPSData
    extends java.lang.Object
    implements java.io.Serializable
    该类为 LocationManagePlugin 类的内部类,标识当前获取的GPS数据的详细信息,如:经度、纬度、方位角等信息。
    另请参阅:
    序列化表格
    • 字段概要

      字段 
      限定符和类型 字段和说明
      double dAltitude
      高程,用高于平均海平面即海拔表示。
      double dBearing
      方位角,表示行进的方向,单位是度。
      double dLatitude
      纬度,单位是度。
      double dLongitude
      经度,单位是度。
      double dSpeed
      行进速度,单位是米/秒。
      long lTime
      本GPSData的获取时间,单位为毫秒。
      int nDay
      日。
      int nEasting
      东西半球标识。
      int nFixMode
      定位模式标识。
      int nHour
      时。
      int nMinute
      分。
      int nMonth
      月。
      int nNorthing
      南北半球标识。
      int nQualityIndicator
      GPS状态标识。
      int nSatellites
      可见卫星数目。
      int nSecond
      秒。
      int nYear
      年。
    • 构造器概要

      构造器 
      构造器和说明
      GPSData() 
    • 方法概要

      • 从类继承的方法 java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • dLatitude

        public double dLatitude
        纬度,单位是度。
      • dLongitude

        public double dLongitude
        经度,单位是度。
      • nNorthing

        public int nNorthing
        南北半球标识。0表示南半球;1表示北半球。
      • nEasting

        public int nEasting
        东西半球标识。0表示西半球;1表示东半球。
      • nQualityIndicator

        public int nQualityIndicator
        GPS状态标识。0表示GPS未定位;1表示GPS定位。
      • nFixMode

        public int nFixMode
        定位模式标识。0表示GPS未定位;1表示2D定位;2表示3D定位。
      • nSatellites

        public int nSatellites
        可见卫星数目。
      • dBearing

        public double dBearing
        方位角,表示行进的方向,单位是度。正北为0,顺时针方向,值域为0-360。
      • dSpeed

        public double dSpeed
        行进速度,单位是米/秒。
      • dAltitude

        public double dAltitude
        高程,用高于平均海平面即海拔表示。单位是米。
      • nYear

        public int nYear
        年。
      • nMonth

        public int nMonth
        月。
      • nDay

        public int nDay
        日。
      • nHour

        public int nHour
        时。
      • nMinute

        public int nMinute
        分。
      • nSecond

        public int nSecond
        秒。
      • lTime

        public long lTime
        本GPSData的获取时间,单位为毫秒。
    • 构造器详细资料

      • GPSData

        public GPSData()