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 InterpolationMethodTrajectoryStateHistoryMetadata. DEFAULT_INTERPOLATION_METHODDefault interpolation method.Methods in org.orekit.files.ccsds.ndm.odm.ocm that return InterpolationMethod Modifier and Type Method Description InterpolationMethodTrajectoryStateHistoryMetadata. 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 voidTrajectoryStateHistoryMetadata. 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 InterpolationMethodOemMetadata. getInterpolationMethod()Get the interpolation method to be used.static InterpolationMethodInterpolationMethod. 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 voidOemMetadata. setInterpolationMethod(InterpolationMethod interpolationMethod)Set the interpolation method to be used.
-