Uses of Enum Class
org.orekit.files.sp3.DataUsed
Packages that use DataUsed
Package
Description
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 DataUsedModifier and TypeMethodDescriptionstatic DataUsedParse the string to get the data used.static DataUsedReturns the enum constant of this class with the specified name.static DataUsed[]DataUsed.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.orekit.files.sp3 that return types with arguments of type DataUsedModifier and TypeMethodDescriptionSP3Header.getDataUsed()Returns the data used indicator from the SP3 file.Method parameters in org.orekit.files.sp3 with type arguments of type DataUsedModifier and TypeMethodDescriptionvoidSP3Header.setDataUsed(List<DataUsed> dataUsed) Set the data used indicator for this SP3 file.