public class SATObject extends Object implements IGPSObject
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME
the GPSd internal name
|
| Constructor and Description |
|---|
SATObject() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getAzimuth()
Azimuth, degrees from true north.
|
int |
getElevation()
Elevation in degrees.
|
int |
getPRN()
PRN ID of the satellite.
|
int |
getSignalStrength()
Signal strength in dB.
|
boolean |
getUsed()
Used in current solution? (SBAS/WAAS/EGNOS satellites may be flagged used if the solution has corrections from them, but not all
drivers make this information available.)
|
int |
hashCode() |
void |
setAzimuth(int azimuth)
Azimuth, degrees from true north.
|
void |
setElevation(int elevation)
Elevation in degrees.
|
void |
setPRN(int PRN)
PRN ID of the satellite.
|
void |
setSignalStrength(int signalStrength)
Signal strength in dB.
|
void |
setUsed(boolean used)
Used in current solution? (SBAS/WAAS/EGNOS satellites may be flagged used if the solution has corrections from them, but not all
drivers make this information available.)
|
String |
toString() |
public static final String NAME
public int getPRN()
public void setPRN(int PRN)
PRN - the PRN to setpublic int getAzimuth()
public void setAzimuth(int azimuth)
azimuth - the azimuth to setpublic int getElevation()
public void setElevation(int elevation)
elevation - the elevation to setpublic int getSignalStrength()
public void setSignalStrength(int signalStrength)
signalStrength - the signal strength to setpublic boolean getUsed()
public void setUsed(boolean used)
used - the used flag to setCopyright © 2011–2017 Taimos GmbH. All rights reserved.