Uses of Class
org.orekit.files.ccsds.TDMParser.TDMFileFormat
-
Packages that use TDMParser.TDMFileFormat Package Description org.orekit.files.ccsds This package provides a parser for orbit data stored in CCSDS Orbit Data Message format. -
-
Uses of TDMParser.TDMFileFormat in org.orekit.files.ccsds
Methods in org.orekit.files.ccsds that return TDMParser.TDMFileFormat Modifier and Type Method Description TDMParser.TDMFileFormat
TDMParser. getFileFormat()
Get file format.static TDMParser.TDMFileFormat
TDMParser.TDMFileFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static TDMParser.TDMFileFormat[]
TDMParser.TDMFileFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.orekit.files.ccsds with parameters of type TDMParser.TDMFileFormat Modifier and Type Method Description TDMParser
TDMParser. withFileFormat(TDMParser.TDMFileFormat newFileFormat)
Set file format.
-