public abstract static class GnssStatusBuilder.GnssSatelliteInfo extends Object
GnssStatus
.Modifier and Type | Class | Description |
---|---|---|
static class |
GnssStatusBuilder.GnssSatelliteInfo.Builder |
Builder for
GnssStatusBuilder.GnssSatelliteInfo . |
Constructor | Description |
---|---|
GnssSatelliteInfo() |
Modifier and Type | Method | Description |
---|---|---|
static GnssStatusBuilder.GnssSatelliteInfo.Builder |
builder() |
|
abstract float |
getAzimuth() |
Gets the
azimuth of the satellite, in degrees. |
abstract Float |
getCarrierFrequencyHz() |
Gets the
carrier frequency of the satellite, in
Hz, if present; if null , indicates that the carrier frequency is not available . |
abstract float |
getCn0DbHz() |
Gets the
carrier-to-noise density of the satellite. |
abstract int |
getConstellation() |
Gets the
GNSS constellation of the satellite. |
abstract float |
getElevation() |
Gets the
elevation of the satellite, in degrees. |
abstract boolean |
getHasAlmanac() |
Gets whether the satellite
has almanac data . |
abstract boolean |
getHasEphemeris() |
Gets whether the satellite
has ephemeris data . |
abstract int |
getSvid() |
Gets the
identification number of the satellite. |
abstract boolean |
isUsedInFix() |
Gets whether the satellite
was used in the most recent
position fix . |
public abstract int getConstellation()
GNSS constellation
of the satellite.public abstract int getSvid()
identification number
of the satellite.public abstract float getCn0DbHz()
carrier-to-noise density
of the satellite.public abstract float getElevation()
elevation
of the satellite, in degrees.public abstract float getAzimuth()
azimuth
of the satellite, in degrees.public abstract boolean getHasEphemeris()
has ephemeris data
.public abstract boolean getHasAlmanac()
has almanac data
.public abstract boolean isUsedInFix()
was used in the most recent
position fix
.@Nullable public abstract Float getCarrierFrequencyHz()
carrier frequency
of the satellite, in
Hz, if present; if null
, indicates that the carrier frequency is not available
.public static GnssStatusBuilder.GnssSatelliteInfo.Builder builder()