Class FieldNavICAlmanac<T extends CalculusFieldElement<T>>

Type Parameters:
T - type of the field elements
All Implemented Interfaces:
FieldGNSSClockElements<T>, FieldTimeStamped<T>, ParameterDriversProvider

public class FieldNavICAlmanac<T extends CalculusFieldElement<T>> extends FieldAbstractAlmanac<T,NavICAlmanac>
Class for NavIC almanac.
Since:
13.0
Author:
Luc Maisonobe
See Also:
  • "Indian Regional Navigation Satellite System, Signal In Space ICD for standard positioning service, version 1.1 - Table 28"
  • Constructor Details

    • FieldNavICAlmanac

      public FieldNavICAlmanac(Field<T> field, NavICAlmanac original)
      Constructor from non-field instance.
      Parameters:
      field - field to which elements belong
      original - regular non-field instance
    • FieldNavICAlmanac

      public FieldNavICAlmanac(Function<V,T> converter, FieldNavICAlmanac<V> original)
      Constructor from different field instance.
      Type Parameters:
      V - type of the old field elements
      Parameters:
      converter - for field elements
      original - regular non-field instance
  • Method Details