Uses of Class
org.orekit.propagation.analytical.gnss.data.GNSSOrbitalElements
Packages that use GNSSOrbitalElements
Package
Description
This package provides classes to propagate GNSS orbits.
This package provides classes related to navigation data containing in
GNSS almanacs and navigation messages.
-
Uses of GNSSOrbitalElements in org.orekit.propagation.analytical.gnss
Classes in org.orekit.propagation.analytical.gnss with type parameters of type GNSSOrbitalElementsModifier and TypeClassDescriptionclassFieldGnssPropagator<T extends CalculusFieldElement<T>,O extends GNSSOrbitalElements<O>> Common handling ofFieldAbstractAnalyticalPropagatormethods for GNSS propagators.classGNSSExtendedPositionProvider<O extends GNSSOrbitalElements<O>>Class for GNSS extended position provider.classGNSSPropagator<O extends GNSSOrbitalElements<O>>Common handling ofAbstractAnalyticalPropagatormethods for GNSS propagators.classGNSSPropagatorBuilder<O extends GNSSOrbitalElements<O>>Builder forGNSSPropagator.Methods in org.orekit.propagation.analytical.gnss with type parameters of type GNSSOrbitalElementsModifier and TypeMethodDescriptionstatic <T extends CalculusFieldElement<T>,O extends GNSSOrbitalElements<O>>
FieldGnssOrbitalElements<T, O> FieldGnssPropagator.buildOrbitalElements(FieldSpacecraftState<T> initialState, FieldGnssOrbitalElements<T, O> nonKeplerianElements, NonKeplerianDriversFactory driversFactory, Frame ecef, AttitudeProvider provider, T mass) Build orbital elements from initial state.static <O extends GNSSOrbitalElements<O>>
OGNSSPropagator.buildOrbitalElements(SpacecraftState initialState, O nonKeplerianElements, NonKeplerianDriversFactory driversFactory, Frame ecef, AttitudeProvider provider, double mass) Build orbital elements from initial state. -
Uses of GNSSOrbitalElements in org.orekit.propagation.analytical.gnss.data
Classes in org.orekit.propagation.analytical.gnss.data with type parameters of type GNSSOrbitalElementsModifier and TypeClassDescriptionclassFieldGnssOrbitalElements<T extends CalculusFieldElement<T>,O extends GNSSOrbitalElements<O>> This class provides the minimal set of orbital elements needed by theFieldGnssPropagator.classGNSSOrbitalElements<O extends GNSSOrbitalElements<O>>This class provides the minimal set of orbital elements needed byGNSSPropagator.classGNSSOrbitalElementsFactory<O extends GNSSOrbitalElements<O>>Factory forAbstractNavigationMessage.Subclasses of GNSSOrbitalElements in org.orekit.propagation.analytical.gnss.dataModifier and TypeClassDescriptionclassAbstractNavigationMessage<O extends AbstractNavigationMessage<O>>Base class for GNSS navigation messages.classClass for BeiDou almanac.classContainer for data contained in a Beidou civilian navigation message.classContainer for data contained in a BeiDou navigation message.classCivilianNavigationMessage<O extends CivilianNavigationMessage<O>>Container for data contained in a GPS/QZNSS civilian navigation message.classClass for Galileo almanac.classContainer for data contained in a Galileo navigation message.classThis class holds a GPS almanac as read from SEM or YUMA files.classContainer for data contained in a GPS navigation message.classContainer for data contained in a GPS navigation message.classLegacyNavigationMessage<O extends LegacyNavigationMessage<O>>Container for data contained in a GPS/QZNSS legacy navigation message.classClass for NavIC almanac.classContainer for data contained in a NavIC navigation message.classContainer for data contained in an NavIC navigation message.classThis class holds a QZSS almanac as read from YUMA files.classContainer for data contained in a QZSS navigation message.classContainer for data contained in a QZSS navigation message.Methods in org.orekit.propagation.analytical.gnss.data with type parameters of type GNSSOrbitalElementsModifier and TypeMethodDescriptionstatic <O extends GNSSOrbitalElements<O>>
RealMatrixGNSSOrbitalElementsFactory.jacobianWrtParameters(O elements, Frame eci, Frame ecef) Get the Jacobian of the Cartesian coordinates with respect to the orbital elements.Methods in org.orekit.propagation.analytical.gnss.data with parameters of type GNSSOrbitalElementsModifier and TypeMethodDescriptionvoidNonKeplerianDriversFactory.reset(GNSSOrbitalElements<?> elements) Reset the parameters drivers from existing elements.