Class GeocentricTranslation.ProviderSevenParam

All Implemented Interfaces:
Serializable, IdentifiedObject, OperationMethod, PROJFormattable
Direct Known Subclasses:
GeocentricTranslation.ProviderFrameRotation
Enclosing class:
GeocentricTranslation

public static class GeocentricTranslation.ProviderSevenParam extends GeocentricTranslation.Provider
Base class for geocentric affine transform providers with rotation terms. This base class is the provider for the "Position Vector 7-param. transformation".
Since:
2.2
Author:
Martin Desruisseaux (IRD)
See Also:
  • Field Details

    • 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 Details

    • ProviderSevenParam

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