Class OrbitCovariance
java.lang.Object
org.orekit.files.ccsds.ndm.odm.ocm.OrbitCovariance
- All Implemented Interfaces:
TimeStamped
Covariance entry.
- Since:
- 11.0
- Author:
- Luc Maisonobe
-
Constructor Summary
ConstructorsConstructorDescriptionOrbitCovariance(OrbitElementsType type, Ordering ordering, AbsoluteDate date, String[] fields, int first) Simple constructor. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.orekit.time.TimeStamped
durationFrom
-
Constructor Details
-
OrbitCovariance
public OrbitCovariance(OrbitElementsType type, Ordering ordering, AbsoluteDate date, String[] fields, int first) Simple constructor.- Parameters:
type- type of the elementsordering- ordering to usedate- entry datefields- matrix elementsfirst- index of first field to consider
-
-
Method Details
-
getDate
Get the date.- Specified by:
getDatein interfaceTimeStamped- Returns:
- date attached to the object
-
getMatrix
Get the covariance matrix.- Returns:
- covariance matrix
-
getType
Get the type of the elements.- Returns:
- type of the elements
-