Class GeographicOffsets2D

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

public final class GeographicOffsets2D extends GeographicOffsets
The provider for "Geographic2D offsets" (EPSG:9619).
Since:
0.7
Version:
0.7
See Also:
  • Field Details

    • serialVersionUID

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

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

    • GeographicOffsets2D

      public GeographicOffsets2D()
      Constructs a provider with default parameters.
    • GeographicOffsets2D

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

    • variant3D

      Class<GeographicOffsets> variant3D()
      Returns the three-dimensional variant of this operation method.
      Overrides:
      variant3D in class GeodeticOperation
    • createMathTransform

      public org.opengis.referencing.operation.MathTransform createMathTransform(org.opengis.referencing.operation.MathTransformFactory factory, org.opengis.parameter.ParameterValueGroup values) throws org.opengis.parameter.ParameterNotFoundException
      Creates a transform from the specified group of parameter values. The parameter values are unconditionally converted to degrees.
      Specified by:
      createMathTransform in interface MathTransformProvider
      Overrides:
      createMathTransform in class GeographicOffsets
      Parameters:
      factory - ignored (can be null).
      values - the group of parameter values.
      Returns:
      the created math transform.
      Throws:
      org.opengis.parameter.ParameterNotFoundException - if a required parameter was not found.