Class FieldQZSSAlmanac<T extends CalculusFieldElement<T>>

    • Constructor Detail

      • FieldQZSSAlmanac

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

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

      • setSqrtA

        public void setSqrtA​(T 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)
      • getSource

        public String getSource()
        Gets the source of this QZSS almanac.
        Returns:
        the source of this QZSS almanac
      • setSource

        public void setSource​(String source)
        Sets the source of this GPS almanac.
        Parameters:
        source - the source of this GPS almanac
      • getHealth

        public int getHealth()
        Gets the Health status.
        Returns:
        the Health status
      • setHealth

        public void setHealth​(int health)
        Sets the health status.
        Parameters:
        health - the health status to set