Uses of Class
org.orekit.files.ccsds.OEMWriter.InterpolationMethod
-
Packages that use OEMWriter.InterpolationMethod Package Description org.orekit.files.ccsds This package provides a parser for orbit data stored in CCSDS Orbit Data Message format. -
-
Uses of OEMWriter.InterpolationMethod in org.orekit.files.ccsds
Fields in org.orekit.files.ccsds declared as OEMWriter.InterpolationMethod Modifier and Type Field Description static OEMWriter.InterpolationMethod
OEMWriter. DEFAULT_INTERPOLATION_METHOD
Default interpolation method if the user specifies none.Methods in org.orekit.files.ccsds that return OEMWriter.InterpolationMethod Modifier and Type Method Description static OEMWriter.InterpolationMethod
OEMWriter.InterpolationMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static OEMWriter.InterpolationMethod[]
OEMWriter.InterpolationMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.orekit.files.ccsds with parameters of type OEMWriter.InterpolationMethod Constructor Description OEMWriter(OEMWriter.InterpolationMethod interpolationMethod, String originator, String spaceObjectId, String spaceObjectName)
Constructor used to create a new OEM writer configured with the necessary parameters to successfully fill in all required fields that aren't part of a standard @{link EphemerisFile} object.
-