Class GeocentricTranslation2D

All Implemented Interfaces:
Serializable, Formattable, MathTransformProvider, Deprecable, LenientComparable, org.opengis.referencing.IdentifiedObject, org.opengis.referencing.operation.OperationMethod

public final class GeocentricTranslation2D extends GeocentricAffineBetweenGeographic
The provider for "Geocentric translations (geog2D domain)" (EPSG:9603). This is a special case of PositionVector7Param2D where only the translation terms can be set to a non-null value.
Since:
0.7
Version:
1.3
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serial number for inter-operability with different versions.
      See Also:
    • PARAMETERS

      static final org.opengis.parameter.ParameterDescriptorGroup PARAMETERS
      The group of all parameters expected by this coordinate operation.
  • Constructor Details

    • GeocentricTranslation2D

      public GeocentricTranslation2D()
      Constructs the provider.
    • GeocentricTranslation2D

      GeocentricTranslation2D(GeodeticOperation[] redimensioned)
      Constructs a provider that can be resized.
  • Method Details