Class OrbitCovariance

java.lang.Object
org.orekit.files.ccsds.ndm.odm.ocm.OrbitCovariance
All Implemented Interfaces:
TimeStamped

public class OrbitCovariance extends Object implements TimeStamped
Covariance entry.
Since:
11.0
Author:
Luc Maisonobe
  • Constructor Details

    • OrbitCovariance

      public OrbitCovariance(OrbitElementsType type, Ordering ordering, AbsoluteDate date, String[] fields, int first)
      Simple constructor.
      Parameters:
      type - type of the elements
      ordering - ordering to use
      date - entry date
      fields - matrix elements
      first - index of first field to consider
  • Method Details

    • getDate

      public AbsoluteDate getDate()
      Get the date.
      Specified by:
      getDate in interface TimeStamped
      Returns:
      date attached to the object
    • getMatrix

      public RealMatrix getMatrix()
      Get the covariance matrix.
      Returns:
      covariance matrix
    • getType

      public OrbitElementsType getType()
      Get the type of the elements.
      Returns:
      type of the elements