Uses of Class
org.orekit.files.sp3.SP3FileType
-
Packages that use SP3FileType Package Description org.orekit.files.sp3 This package provides a parser for orbit data stored in SP3 format. -
-
Uses of SP3FileType in org.orekit.files.sp3
Methods in org.orekit.files.sp3 that return SP3FileType Modifier and Type Method Description SP3FileTypeSP3Header. getType()Returns theSP3FileTypeassociated with this SP3 file.static SP3FileTypeSP3FileType. parse(String s)Parse the string to get the data used.static SP3FileTypeSP3FileType. valueOf(String name)Returns the enum constant of this type with the specified name.static SP3FileType[]SP3FileType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.orekit.files.sp3 with parameters of type SP3FileType Modifier and Type Method Description voidSP3Header. setType(SP3FileType fileType)Set the file type for this SP3 file.
-