Uses of Class
org.orekit.files.sp3.DataUsed
-
Packages that use DataUsed Package Description org.orekit.files.sp3 This package provides a parser for orbit data stored in SP3 format. -
-
Uses of DataUsed in org.orekit.files.sp3
Methods in org.orekit.files.sp3 that return DataUsed Modifier and Type Method Description static DataUsed
DataUsed. parse(String s, String fileName, char version)
Parse the string to get the data used.static DataUsed
DataUsed. valueOf(String name)
Returns the enum constant of this type with the specified name.static DataUsed[]
DataUsed. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.orekit.files.sp3 that return types with arguments of type DataUsed Modifier and Type Method Description List<DataUsed>
SP3Header. getDataUsed()
Returns the data used indicator from the SP3 file.Method parameters in org.orekit.files.sp3 with type arguments of type DataUsed Modifier and Type Method Description void
SP3Header. setDataUsed(List<DataUsed> dataUsed)
Set the data used indicator for this SP3 file.
-