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
Properties -
Method Summary
Modifier and TypeMethodDescriptiondoubleGets the azimuth of the satellite info in degrees.doubleGets the elevation of the satellite info in degrees.intgetId()Gets the ID of the satellite information.intgetSnr()Gets the value of thesnrproperty.Gets the GNSS (Global Navigation Satellite System) system.booleanisInUse()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
snrproperty - Since:
- 200.3.0
- See Also:
-
getSnr
public int getSnr()Gets the value of thesnrproperty.- 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
snrproperty - 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
-