public class SatelliteInformation extends Object implements Serializable
| Constructor and Description |
|---|
SatelliteInformation(String satId)
Create a new
SatelliteInformation object with a given
satellite id. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public SatelliteInformation(String satId)
SatelliteInformation object with a given
satellite id.satId - the satellite idpublic 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)Copyright © 2002-2016 CS Systèmes d'information. All rights reserved.