|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--location.Satellite
This class encapsulates information about a Satellite as it's received by the GPS unit
Constructor Summary | |
Satellite(java.lang.String id)
Creates a new Satellite Object |
Method Summary | |
java.lang.String |
getAzimut()
Accessor method to satellite azimut |
java.lang.String |
getElevation()
Accessor method to satellite elevation |
java.lang.String |
getID()
Accessor method to satellite ID |
java.lang.String |
getSNR()
Accessor method to satellite SNR |
void |
setAzimut(java.lang.String string)
Accessor method to satellite azimut |
void |
setElevation(java.lang.String string)
Accessor method to satellite elevation |
void |
setSNR(java.lang.String string)
Accessor method to satellite SNR |
java.lang.String |
toString()
Gives a string representation of the object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Satellite(java.lang.String id)
id
- The string id of the SatelliteMethod Detail |
public java.lang.String getAzimut()
public java.lang.String getElevation()
public java.lang.String getID()
public java.lang.String getSNR()
public void setAzimut(java.lang.String string)
string
- The satellite azimutpublic void setElevation(java.lang.String string)
string
- The satellite elevationpublic void setSNR(java.lang.String string)
string
- The satellite SNRpublic java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |