Uses of Enum Class
org.orekit.files.sp3.SP3FileType
Packages that use SP3FileType
Package
Description
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 SP3FileTypeModifier and TypeMethodDescriptionSP3Header.getType()Returns theSP3FileTypeassociated with this SP3 file.static SP3FileTypeParse the string to get the data used.static SP3FileTypeReturns the enum constant of this class with the specified name.static SP3FileType[]SP3FileType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.orekit.files.sp3 with parameters of type SP3FileTypeModifier and TypeMethodDescriptionvoidSP3Header.setType(SP3FileType fileType) Set the file type for this SP3 file.