Package | Description |
---|---|
org.orekit.files.ccsds.ndm.odm.ocm |
This package contains class managing CCSDS Orbit Comprehensive Message.
|
org.orekit.files.ccsds.ndm.odm.oem |
This package contains class managing CCSDS Orbit Ephemeris Message.
|
Modifier and Type | Method and Description |
---|---|
InterpolationMethod |
TrajectoryStateHistoryMetadata.getInterpolationMethod()
Get the interpolation method to be used.
|
Modifier and Type | Method and Description |
---|---|
void |
TrajectoryStateHistoryMetadata.setInterpolationMethod(InterpolationMethod interpolationMethod)
Set the interpolation method to be used.
|
Modifier and Type | Method and Description |
---|---|
InterpolationMethod |
OemMetadata.getInterpolationMethod()
Get the interpolation method to be used.
|
static InterpolationMethod |
InterpolationMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InterpolationMethod[] |
InterpolationMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
OemMetadata.setInterpolationMethod(InterpolationMethod interpolationMethod)
Set the interpolation method to be used.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.