Modifier and Type | Method | Description |
---|---|---|
AbsoluteDate |
getEpoch() |
Get the epoch relative to the covariance matrix.
|
Frame |
getFrame() |
Get coordinate system for covariance matrix, for absolute frames.
|
LOFType |
getLofType() |
Get coordinate system for covariance matrix, for Local Orbital Frames.
|
org.hipparchus.linear.RealMatrix |
getMatrix() |
Get the covariance matrix.
|
public org.hipparchus.linear.RealMatrix getMatrix()
public AbsoluteDate getEpoch()
public LOFType getLofType()
The value returned is null if the covariance matrix is given in an
absolute frame rather than a Local Orbital Frame. In this case, the
method getFrame()
must be used instead.
public Frame getFrame()
The value returned is null if the covariance matrix is given in a
Local Orbital Frame rather than an absolute frame. In this case, the
method getLofType()
must be used instead.
Copyright © 2002-2019 CS Systèmes d'information. All rights reserved.