Class LambertConformalMichigan

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

public final class LambertConformalMichigan extends AbstractLambert
The provider for "Lambert Conic Conformal (2SP Michigan)" projection (EPSG:1051).
Since:
0.6
Version:
0.8
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      For cross-version compatibility.
      See Also:
    • IDENTIFIER

      public static final String IDENTIFIER
      The EPSG identifier, to be preferred to the name when available.
      See Also:
    • SCALE_FACTOR

      public static final org.opengis.parameter.ParameterDescriptor<Double> SCALE_FACTOR
      The operation parameter descriptor for the Ellipsoid scaling factor (EPSG:1038) parameter value. Valid values range is (0 … ∞) and there is no default value.
      Parameter names
      EPSG: Ellipsoid scaling factor
      Notes:
      • No default value
    • PARAMETERS

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

    • LambertConformalMichigan

      public LambertConformalMichigan()
      Constructs a new provider.