|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.orekit.propagation.analytical.covariance.OrbitCovariance
public class OrbitCovariance
Class storing orbit covariance and method for coordinate and frame conversion.
| Constructor Summary | |
|---|---|
OrbitCovariance(AbsoluteDate covDate,
Frame refFrame,
OrbitType coordType,
RealMatrix covMat)
Simple constructor |
|
OrbitCovariance(Orbit orbit,
OrbitType coordType,
RealMatrix covMat)
Simple constructor. |
|
OrbitCovariance(Orbit orbit,
RealMatrix covMat)
Simple constructor. |
|
| Method Summary | |
|---|---|
SymmetricMatrix |
getCovarianceMatrix()
Covariance matrix getter. |
SymmetricMatrix |
getCovarianceMatrix(Orbit refOrbit,
OrbitType outCovType,
Frame outFrame)
Covariance matrix getter. |
AbsoluteDate |
getDate()
Get the date. |
OrbitCovariance |
propagate(Orbit refOrbit,
AbsoluteDate target)
Propagate covariance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OrbitCovariance(AbsoluteDate covDate,
Frame refFrame,
OrbitType coordType,
RealMatrix covMat)
covDate - Covariance Date.refFrame - Reference frame.coordType - Coordinates Type.covMat - Covariance Matrix
public OrbitCovariance(Orbit orbit,
OrbitType coordType,
RealMatrix covMat)
orbit - Reference orbit.coordType - Coordinates TypecovMat - Covariance matrix.
public OrbitCovariance(Orbit orbit,
RealMatrix covMat)
orbit - Reference orbit.covMat - Covariance matrix.| Method Detail |
|---|
public AbsoluteDate getDate()
getDate in interface TimeStampedpublic SymmetricMatrix getCovarianceMatrix()
public SymmetricMatrix getCovarianceMatrix(Orbit refOrbit,
OrbitType outCovType,
Frame outFrame)
throws OrekitException
refOrbit - Reference orbit.outCovType - Output orbital parameters for covariance.outFrame - Output frame for covariance.
OrekitException
public OrbitCovariance propagate(Orbit refOrbit,
AbsoluteDate target)
refOrbit - Reference orbit.target - Target epoch.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||