Class NmeaSatelliteInfo

java.lang.Object
com.esri.arcgisruntime.location.NmeaSatelliteInfo

public final class NmeaSatelliteInfo extends Object
An NMEA satellite info object. Contains information about a satellite visible at the location.
Since:
100.10.0
  • Property Details

    • snr

      public ReadOnlyIntegerProperty snrProperty
      Signal-to-noise (C/No) ratio.

      The ratio of the magnitude of a signal to that of the noise (interference) reported between 0-99 dB-Hz, or -1 when not tracking.

      Since:
      200.3.0
      See Also:
  • Method Details

    • snrProperty

      public ReadOnlyIntegerProperty snrProperty()
      Signal-to-noise (C/No) ratio.

      The ratio of the magnitude of a signal to that of the noise (interference) reported between 0-99 dB-Hz, or -1 when not tracking.

      Since:
      200.3.0
      See Also:
    • getSnr

      public int getSnr()
      Gets the value of the property snr.
      Property description:
      Signal-to-noise (C/No) ratio.

      The ratio of the magnitude of a signal to that of the noise (interference) reported between 0-99 dB-Hz, or -1 when not tracking.

      Since:
      200.3.0
    • getAzimuth

      public double getAzimuth()
      Gets the azimuth of the satellite info in degrees.
      Returns:
      the azimuth of the satellite info in degrees
      Since:
      100.10.0
    • getElevation

      public double getElevation()
      Gets the elevation of the satellite info in degrees.
      Returns:
      the elevation of the satellite info in degrees
      Since:
      100.10.0
    • getId

      public int getId()
      Gets the ID of the satellite information.
      Returns:
      the ID of the satellite information
      Since:
      100.10.0
    • isInUse

      public boolean isInUse()
      Indicates if the satellite was used in the calculation of the location.
      Returns:
      true if the satellite was used in the calculation of the location, false otherwise
      Since:
      100.10.0
    • getSystem

      public NmeaGnssSystem getSystem()
      Gets the GNSS (Global Navigation Satellite System) system. Included in NMEA specification as of v4.11.
      Returns:
      the GNSS (Global Navigation Satellite System) system
      Since:
      100.10.0