Uses of Enum Class
org.orekit.files.ccsds.ndm.odm.oem.InterpolationMethod
Packages that use InterpolationMethod
Package
Description
This package contains class managing CCSDS Orbit Comprehensive Message.
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 InterpolationMethodModifier and TypeFieldDescriptionstatic final InterpolationMethodTrajectoryStateHistoryMetadata.DEFAULT_INTERPOLATION_METHODDefault interpolation method.Methods in org.orekit.files.ccsds.ndm.odm.ocm that return InterpolationMethodModifier and TypeMethodDescriptionTrajectoryStateHistoryMetadata.getInterpolationMethod()Get the interpolation method to be used.Methods in org.orekit.files.ccsds.ndm.odm.ocm with parameters of type InterpolationMethodModifier and TypeMethodDescriptionvoidTrajectoryStateHistoryMetadata.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 InterpolationMethodModifier and TypeMethodDescriptionOemMetadata.getInterpolationMethod()Get the interpolation method to be used.static InterpolationMethodReturns the enum constant of this class with the specified name.static InterpolationMethod[]InterpolationMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.orekit.files.ccsds.ndm.odm.oem with parameters of type InterpolationMethodModifier and TypeMethodDescriptionvoidOemMetadata.setInterpolationMethod(InterpolationMethod interpolationMethod) Set the interpolation method to be used.