Class GNSSPropagatorBuilder

All Implemented Interfaces:
Cloneable, PropagatorBuilder

public class GNSSPropagatorBuilder extends AbstractAnalyticalPropagatorBuilder<GNSSPropagator>
Builder for GNSSPropagator.
Since:
11.0
Author:
Pascal Parraud, Luc Maisonobe
  • Constructor Details

    • GNSSPropagatorBuilder

      public GNSSPropagatorBuilder(GNSSOrbitalElements<?> orbitalElements, Frame inertial, Frame bodyFixed)
      Initializes the builder.

      The GNSS orbital elements and frames are the only requested parameters to build a GNSSPropagator.

      The attitude provider is set by default to be aligned with the provided inertial frame.
      The mass is set by default to the DEFAULT_MASS.

      Parameters:
      orbitalElements - orbital elements
      inertial - inertial frame, use to provide the propagated orbit
      bodyFixed - body fixed frame, corresponding to the navigation message
  • Method Details