Class ObliqueMercatorTwoPoints

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

public class ObliqueMercatorTwoPoints extends ObliqueMercator
The provider for "Oblique Mercator" projection specified by two points on the central line. This is different than the classical Oblique Mercator, which uses a central point and azimuth. This projection is specific to ESRI software.
Since:
1.0
Version:
1.0
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      For compatibility with different versions during deserialization.
      See Also:
    • LAT_OF_1ST_POINT

      public static final org.opengis.parameter.ParameterDescriptor<Double> LAT_OF_1ST_POINT
      The operation parameter descriptor for the latitude / longitude of one of the two points.
    • LONG_OF_1ST_POINT

      public static final org.opengis.parameter.ParameterDescriptor<Double> LONG_OF_1ST_POINT
      The operation parameter descriptor for the latitude / longitude of one of the two points.
    • LAT_OF_2ND_POINT

      public static final org.opengis.parameter.ParameterDescriptor<Double> LAT_OF_2ND_POINT
      The operation parameter descriptor for the latitude / longitude of one of the two points.
    • LONG_OF_2ND_POINT

      public static final org.opengis.parameter.ParameterDescriptor<Double> LONG_OF_2ND_POINT
      The operation parameter descriptor for the latitude / longitude of one of the two points.
  • Constructor Details

    • ObliqueMercatorTwoPoints

      public ObliqueMercatorTwoPoints()
      Constructs a new provider for a projection with false easting/northing at coordinate system natural origin.
    • ObliqueMercatorTwoPoints

      ObliqueMercatorTwoPoints(String name, org.opengis.parameter.ParameterDescriptor<Double> easting, org.opengis.parameter.ParameterDescriptor<Double> northing)
      Constructs a new provider for a projection of the given name. Used for the two variants: with easting/northing values at coordinate system natural origin or at projection center.
  • Method Details

    • create

      private static org.opengis.parameter.ParameterDescriptor<Double> create(ParameterBuilder builder, double min, double max)
      Creates a descriptor for a latitude or longitude parameter in degrees with no default value.