Uses of Class
org.orekit.propagation.analytical.gnss.SBASPropagatorBuilder
-
Packages that use SBASPropagatorBuilder Package Description org.orekit.propagation.analytical.gnss This package provides classes to propagate GNSS orbits. -
-
Uses of SBASPropagatorBuilder in org.orekit.propagation.analytical.gnss
Methods in org.orekit.propagation.analytical.gnss that return SBASPropagatorBuilder Modifier and Type Method Description SBASPropagatorBuilder
SBASPropagatorBuilder. attitudeProvider(AttitudeProvider userProvider)
Sets the attitude provider.SBASPropagatorBuilder
SBASPropagatorBuilder. ecef(Frame bodyFixed)
Sets the Earth Centered Earth Fixed frame assimilated to the WGS84 ECEF.SBASPropagatorBuilder
SBASPropagatorBuilder. eci(Frame inertial)
Sets the Earth Centered Inertial frame used for propagation.SBASPropagatorBuilder
SBASPropagatorBuilder. mass(double userMass)
Sets the mass.SBASPropagatorBuilder
SBASPropagatorBuilder. mu(double coefficient)
Sets the Earth gravity coefficient.
-