Uses of Class
org.orekit.files.sp3.SP3OrbitType
-
Packages that use SP3OrbitType Package Description org.orekit.files.sp3 This package provides a parser for orbit data stored in SP3 format. -
-
Uses of SP3OrbitType in org.orekit.files.sp3
Methods in org.orekit.files.sp3 that return SP3OrbitType Modifier and Type Method Description SP3OrbitTypeSP3Header. getOrbitType()Returns theSP3OrbitTypefor this SP3 file.static SP3OrbitTypeSP3OrbitType. parseType(String s)Parse a string to get the type.static SP3OrbitTypeSP3OrbitType. valueOf(String name)Returns the enum constant of this type with the specified name.static SP3OrbitType[]SP3OrbitType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-