Uses of Class
org.orekit.files.sinex.Dcb
-
Packages that use Dcb Package Description org.orekit.files.sinex This package provides classes related to station data. -
-
Uses of Dcb in org.orekit.files.sinex
Methods in org.orekit.files.sinex that return Dcb Modifier and Type Method Description Dcb
DcbSatellite. getDcbData()
Get the DCB data for the current satellite.Dcb
DcbStation. getDcbData(SatelliteSystem satelliteSystem)
Get the DCB data for a given satellite system.Methods in org.orekit.files.sinex with parameters of type Dcb Modifier and Type Method Description void
DcbStation. addDcb(SatelliteSystem satelliteSystem, Dcb dcb)
Add the DCB data corresponding to a satellite system.
-