Uses of Class
org.orekit.files.ccsds.ndm.odm.oem.InterpolationMethod
-
Packages that use InterpolationMethod 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. -
-
Uses of InterpolationMethod in org.orekit.files.ccsds.ndm.odm.ocm
Fields in org.orekit.files.ccsds.ndm.odm.ocm declared as InterpolationMethod Modifier and Type Field Description static InterpolationMethod
TrajectoryStateHistoryMetadata. DEFAULT_INTERPOLATION_METHOD
Default interpolation method.Methods in org.orekit.files.ccsds.ndm.odm.ocm that return InterpolationMethod Modifier and Type Method Description InterpolationMethod
TrajectoryStateHistoryMetadata. getInterpolationMethod()
Get the interpolation method to be used.Methods in org.orekit.files.ccsds.ndm.odm.ocm with parameters of type InterpolationMethod Modifier and Type Method Description void
TrajectoryStateHistoryMetadata. setInterpolationMethod(InterpolationMethod interpolationMethod)
Set the interpolation method to be used. -
Uses of InterpolationMethod in org.orekit.files.ccsds.ndm.odm.oem
Methods in org.orekit.files.ccsds.ndm.odm.oem that return InterpolationMethod Modifier and Type Method 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.Methods in org.orekit.files.ccsds.ndm.odm.oem with parameters of type InterpolationMethod Modifier and Type Method Description void
OemMetadata. setInterpolationMethod(InterpolationMethod interpolationMethod)
Set the interpolation method to be used.
-