Class Krovak.Provider

All Implemented Interfaces:
Serializable, IdentifiedObject, OperationMethod, PROJFormattable
Enclosing class:
Krovak

public static class Krovak.Provider extends MapProjection.AbstractProvider
See Also:
  • Field Details

    • LATITUDE_OF_CENTER

      public static final ParameterDescriptor LATITUDE_OF_CENTER
      The operation parameter descriptor for the latitude of origin parameter value. Valid values range is from -90 to 90. Default value is 49.5.
    • LONGITUDE_OF_CENTER

      public static final ParameterDescriptor LONGITUDE_OF_CENTER
      The operation parameter descriptor for the central meridian parameter value. Valid values range is from -180 to 180. Default value is 24�50' (= 42�50' from Ferro prime meridian).
    • AZIMUTH

      public static final ParameterDescriptor AZIMUTH
      The operation parameter descriptor for the azimuth parameter value. Valid values range is from -90 to 90. Default value is 30.28813972222.
    • PSEUDO_STANDARD_PARALLEL

      public static final ParameterDescriptor PSEUDO_STANDARD_PARALLEL
      The operation parameter descriptor for the pseudo pseudo standard parallel parameter value. Valid values range is from -90 to 90. Default value is 78.5.
    • SCALE_FACTOR

      public static final ParameterDescriptor SCALE_FACTOR
      The operation parameter descriptor for the scaleFactor parameter value. Valid values range is from 0 to infinity. Default value is 1.
    • X_SCALE

      public static final ParameterDescriptor X_SCALE
      ESRI Parameter for scale of X axis in projected coordinate system.
    • Y_SCALE

      public static final ParameterDescriptor Y_SCALE
      ESRI Parameter for scale of Y axis in projected coordinate system.
    • XY_PLANE_ROTATION

      public static final ParameterDescriptor XY_PLANE_ROTATION
      ESRI Parameter for rotation of projected coordinate system.
  • Constructor Details

    • Provider

      public Provider()
  • Method Details