Uses of Class
org.orekit.propagation.analytical.gnss.data.FieldGalileoAlmanac
Packages that use FieldGalileoAlmanac
Package
Description
This package provides classes related to navigation data containing in
GNSS almanacs and navigation messages.
-
Uses of FieldGalileoAlmanac in org.orekit.propagation.analytical.gnss.data
Methods in org.orekit.propagation.analytical.gnss.data that return FieldGalileoAlmanacModifier and TypeMethodDescription<U extends CalculusFieldElement<U>>
FieldGalileoAlmanac<U> FieldGalileoAlmanac.toField(FieldKeplerianOrbit<U> orbit, U[] nonKeplerian, Function<T, U> converter) Create another field version of the instance.<T extends CalculusFieldElement<T>>
FieldGalileoAlmanac<T> GalileoAlmanac.toField(FieldKeplerianOrbit<T> orbit, T[] nonKeplerian, DoubleFunction<T> converter) Create another field version of the instance.Constructors in org.orekit.propagation.analytical.gnss.data with parameters of type FieldGalileoAlmanacModifierConstructorDescriptionGalileoAlmanac(FieldGalileoAlmanac<T> original) Constructor from field instance.