org.orekit.files.general
Class SatelliteInformation

java.lang.Object
  extended by org.orekit.files.general.SatelliteInformation
All Implemented Interfaces:
Serializable

public class SatelliteInformation
extends Object
implements Serializable

Contains general information about a satellite as contained in an orbit file.

Author:
Thomas Neidhart
See Also:
Serialized Form

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

SatelliteInformation

public SatelliteInformation(String satId)
Create a new SatelliteInformation object with a given satellite id.

Parameters:
satId - the satellite id
Method Detail

getSatelliteId

public String getSatelliteId()
Returns the id for this satellite object.

Returns:
the satellite id

setSatelliteId

public void setSatelliteId(String satId)
Set the id of this satellite.

Parameters:
satId - the satellite id to be set

getAccuracy

public int getAccuracy()
Returns the estimated accuracy of the orbit entries for this satellite (in m).

Returns:
the accuracy in m (one standard deviation)

setAccuracy

public void setAccuracy(int accuracy)
Set the accuracy for this satellite.

Parameters:
accuracy - the accuracy in m (one standard deviation)


Copyright © 2016 CNES. All Rights Reserved.