Uses of Class
org.orekit.files.ccsds.Keyword
-
Packages that use Keyword Package Description org.orekit.files.ccsds This package provides a parser for orbit data stored in CCSDS Orbit Data Message format. -
-
Uses of Keyword in org.orekit.files.ccsds
Methods in org.orekit.files.ccsds that return Keyword Modifier and Type Method 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.Method parameters in org.orekit.files.ccsds with type arguments of type Keyword Modifier and Type Method Description StreamingOemWriter.Segment
StreamingOemWriter. newSegment(Frame frame, Map<Keyword,String> segmentMetadata)
Create a writer for a new OEM ephemeris segment.Constructor parameters in org.orekit.files.ccsds with type arguments of type Keyword Constructor Description StreamingOemWriter(Appendable writer, TimeScale timeScale, Map<Keyword,String> metadata)
Create an OEM writer than streams data to the given output stream.
-