Package | Description |
---|---|
org.orekit.files.ccsds |
This package provides a parser for orbit data stored in CCSDS Orbit Data Message format.
|
Modifier and Type | Field and Description |
---|---|
static OEMWriter.InterpolationMethod |
OEMWriter.DEFAULT_INTERPOLATION_METHOD
Default interpolation method if the user specifies none.
|
Modifier and Type | Method and 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.
|
Constructor and 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.
|
Copyright © 2002-2017 CS Systèmes d'information. All rights reserved.