public class OrbitCovariance extends Object implements TimeStamped
Constructor and Description |
---|
OrbitCovariance(OrbitElementsType type,
Ordering ordering,
AbsoluteDate date,
String[] fields,
int first)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
AbsoluteDate |
getDate()
Get the date.
|
org.hipparchus.linear.RealMatrix |
getMatrix()
Get the covariance matrix.
|
OrbitElementsType |
getType()
Get the type of the elements.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
durationFrom
public OrbitCovariance(OrbitElementsType type, Ordering ordering, AbsoluteDate date, String[] fields, int first)
type
- type of the elementsordering
- ordering to usedate
- entry datefields
- matrix elementsfirst
- index of first field to considerpublic AbsoluteDate getDate()
getDate
in interface TimeStamped
public org.hipparchus.linear.RealMatrix getMatrix()
public OrbitElementsType getType()
Copyright © 2002-2023 CS GROUP. All rights reserved.