Class GeocentricTranslation.ProviderSevenParam

    • Field Detail

      • EX

        public static final ParameterDescriptor<Double> EX
        The operation parameter descriptor for the X-axis rotation ("ex") parameter value. Units are arc-seconds.
      • EY

        public static final ParameterDescriptor<Double> EY
        The operation parameter descriptor for the Y-axis rotation ("ey") parameter value. Units are arc-seconds.
      • EZ

        public static final ParameterDescriptor<Double> EZ
        The operation parameter descriptor for the Z-axis rotation ("ez") parameter value. Units are arc-seconds.
      • PPM

        public static final ParameterDescriptor<Double> PPM
        The operation parameter descriptor for the Scale difference ("ppm") parameter value. Valid values range from -infinity to infinity. Units are parts per million.
    • Constructor Detail

      • ProviderSevenParam

        public ProviderSevenParam()
        Constructs a default provider.
    • Method Detail

      • fill

        protected void fill​(BursaWolfParameters parameters,
                            ParameterValueGroup values)
        Fills the specified Bursa-Wolf parameters according the specified values.
        Overrides:
        fill in class GeocentricTranslation.Provider
        Parameters:
        parameters - The Bursa-Wold parameters to set.
        values - The parameter values to read. Those parameters will not be modified.