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 accuracyIn)
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 accuracyIn)
accuracyIn
- the accuracy in m (one standard deviation)Copyright © 2017 CNES. All rights reserved.