Uses of Class
org.orekit.files.sp3.SP3.SP3FileType
-
Packages that use SP3.SP3FileType Package Description org.orekit.files.sp3 This package provides a parser for orbit data stored in SP3 format. -
-
Uses of SP3.SP3FileType in org.orekit.files.sp3
Methods in org.orekit.files.sp3 that return SP3.SP3FileType Modifier and Type Method Description SP3.SP3FileType
SP3. getType()
Returns theSP3.SP3FileType
associated with this SP3 file.static SP3.SP3FileType
SP3.SP3FileType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SP3.SP3FileType[]
SP3.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 SP3.SP3FileType Modifier and Type Method Description void
SP3. setType(SP3.SP3FileType fileType)
Set the file type for this SP3 file.
-