Uses of Class
org.orekit.propagation.analytical.gnss.data.GalileoAlmanac
Packages that use GalileoAlmanac
Package
Description
This package provides classes related to navigation data containing in
GNSS almanacs and navigation messages.
-
Uses of GalileoAlmanac in org.orekit.propagation.analytical.gnss.data
Methods in org.orekit.propagation.analytical.gnss.data with type parameters of type GalileoAlmanacModifier and TypeMethodDescription<U extends CalculusFieldElement<U>,G extends FieldGnssOrbitalElements<U, GalileoAlmanac>>
GFieldGalileoAlmanac.changeField(Function<T, U> converter) Create another field version of the instance.<T extends CalculusFieldElement<T>,F extends FieldGnssOrbitalElements<T, GalileoAlmanac>>
FCreate a field version of the instance.Methods in org.orekit.propagation.analytical.gnss.data that return GalileoAlmanacModifier and TypeMethodDescriptionFieldGalileoAlmanac.toNonField()Create a non-field version of the instance.Constructors in org.orekit.propagation.analytical.gnss.data with parameters of type GalileoAlmanacModifierConstructorDescriptionFieldGalileoAlmanac(Field<T> field, GalileoAlmanac original) Constructor from non-field instance.