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