Package | Description |
---|---|
org.orekit.files.ccsds.ndm.odm.ocm |
This package contains class managing CCSDS Orbit Comprehensive Message.
|
Modifier and Type | Method and Description |
---|---|
Ordering |
CovarianceHistoryMetadata.getCovOrdering()
Get covariance ordering.
|
static Ordering |
Ordering.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Ordering[] |
Ordering.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CovarianceHistoryMetadata.setCovOrdering(Ordering covOrdering)
Set covariance ordering.
|
Constructor and Description |
---|
Covariance(ElementsType type,
Ordering ordering,
AbsoluteDate date,
String[] fields,
int first)
Simple constructor.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.