Class NavICAlmanac

All Implemented Interfaces:
GNSSClockElements, TimeStamped, ParameterDriversProvider

public class NavICAlmanac extends AbstractAlmanac<NavICAlmanac>
Class for NavIC almanac.
Since:
10.1
Author:
Bryan Cazabonne
See Also:
  • "Indian Regional Navigation Satellite System, Signal In Space ICD for standard positioning service, version 1.1 - Table 28"
  • Constructor Details

    • NavICAlmanac

      public NavICAlmanac(TimeScales timeScales, SatelliteSystem system)
      Constructor.
      Parameters:
      timeScales - known time scales
      system - satellite system to consider for interpreting week number (may be different from real system, for example in Rinex nav, weeks are always according to GPS)
    • NavICAlmanac

      public NavICAlmanac(FieldNavICAlmanac<T> original)
      Constructor from field instance.
      Type Parameters:
      T - type of the field elements
      Parameters:
      original - regular field instance
  • Method Details

    • toField

      public <T extends CalculusFieldElement<T>, F extends FieldGnssOrbitalElements<T, NavICAlmanac>> F toField(Field<T> field)
      Create a field version of the instance.
      Specified by:
      toField in class GNSSOrbitalElements<NavICAlmanac>
      Type Parameters:
      T - type of the field elements
      F - type of the orbital elements (field version)
      Parameters:
      field - field to which elements belong
      Returns:
      field version of the instance
    • setSqrtA

      public void setSqrtA(double sqrtA)
      Setter for the Square Root of Semi-Major Axis (m^1/2).

      In addition, this method set the value of the Semi-Major Axis.

      Parameters:
      sqrtA - the Square Root of Semi-Major Axis (m^1/2)