|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dinopolis.gpstool.gpsinput.SatelliteInfo
Holds information about gps satellites (like position and signal strength).
Constructor Summary | |
SatelliteInfo(int PRN,
float elevation,
float azimuth,
int SNR)
Craeates a new SatelliteInfo |
Method Summary | |
float |
getAzimuth()
Get the azimuth. |
float |
getElevation()
Get the elevation. |
int |
getPRN()
Get the prn (number of satellite) |
int |
getSNR()
Get the snr (strength (00 to 99 dB), 0 when not tracking) |
void |
setAzimuth(float azimuth)
Set the azimuth. |
void |
setElevation(float elevation)
Set the elevation. |
void |
setPRN(int prn)
Set the prn. |
void |
setSNR(int snr)
Set the snr. |
java.lang.String |
toString()
Returns a string representation of this object. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SatelliteInfo(int PRN, float elevation, float azimuth, int SNR)
PRN
- the number of the satelliteelevation
- elevation in degrees (90 maximum)azimuth
- Azimuth, degrees from true north, 000 to 359SNR
- 00-99 dB (null when not tracking)Method Detail |
public int getPRN()
public void setPRN(int prn)
prn
- the prn.public float getElevation()
public void setElevation(float elevation)
elevation
- the elevation.public float getAzimuth()
public void setAzimuth(float azimuth)
azimuth
- the azimuth.public int getSNR()
public void setSNR(int snr)
snr
- the snr.public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |