java.lang.Object
com.esri.arcgisruntime.location.NmeaSatelliteInfo
An NMEA satellite info object. Contains information about a satellite visible at the location.
- Since:
- 100.10.0
-
Property Summary
-
Method Summary
Modifier and TypeMethodDescriptiondouble
Gets the azimuth of the satellite info in degrees.double
Gets the elevation of the satellite info in degrees.int
getId()
Gets the ID of the satellite information.int
getSnr()
Gets the value of thesnr
property.Gets the GNSS (Global Navigation Satellite System) system.boolean
isInUse()
Indicates if the satellite was used in the calculation of the location.Signal-to-noise (C/No) ratio.
-
Property Details
-
snr
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
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.
- Returns:
- the
snr
property - Since:
- 200.3.0
- See Also:
-
getSnr
public int getSnr()Gets the value of thesnr
property.- 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.
- Returns:
- the value of the
snr
property - Since:
- 200.3.0
- See Also:
-
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
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
-