|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.orekit.files.general.SatelliteInformation
public class SatelliteInformation
Contains general information about a satellite as contained in an orbit file.
| Constructor Summary | |
|---|---|
SatelliteInformation(String satId)
Create a new SatelliteInformation object with a given
satellite id. |
|
| Method Summary | |
|---|---|
int |
getAccuracy()
Returns the estimated accuracy of the orbit entries for this satellite (in m). |
String |
getSatelliteId()
Returns the id for this satellite object. |
void |
setAccuracy(int accuracy)
Set the accuracy for this satellite. |
void |
setSatelliteId(String satId)
Set the id of this satellite. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SatelliteInformation(String satId)
SatelliteInformation object with a given
satellite id.
satId - the satellite id| Method Detail |
|---|
public String getSatelliteId()
public void setSatelliteId(String satId)
satId - the satellite id to be setpublic int getAccuracy()
public void setAccuracy(int accuracy)
accuracy - the accuracy in m (one standard deviation)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||