Package | Description |
---|---|
org.orekit.files.ccsds |
This package provides a parser for orbit data stored in CCSDS Orbit Data Message format.
|
Modifier and Type | Method and Description |
---|---|
static Keyword |
Keyword.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Keyword[] |
Keyword.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
StreamingOemWriter.Segment |
StreamingOemWriter.newSegment(Frame frame,
Map<Keyword,String> segmentMetadata)
Create a writer for a new OEM ephemeris segment.
|
Constructor and Description |
---|
StreamingOemWriter(Appendable writer,
TimeScale timeScale,
Map<Keyword,String> metadata)
Create an OEM writer than streams data to the given output stream.
|
Copyright © 2002-2017 CS Systèmes d'information. All rights reserved.