Enum CustomProjection.Param

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      a
      Semimajor radius of the ellipsoid axis
      alpha
      azimuth (true) of the center line passing through the center of the projection (Oblique Mercator)
      axis
      definition of axis for projection
      b
      Semiminor radius of the ellipsoid axis
      bounds  
      datum
      Datum name (see proj -ld)
      ellps
      Ellipsoid name (see proj -le)
      es
      Eccentricity of the ellipsoid squared
      f
      Flattening of the ellipsoid = 1-sqrt(1-e^2)
      gamma
      rectified bearing of the center line (Oblique Mercator)
      init  
      k_0
      Scaling factor
      lat_0
      Latitude of origin
      lat_1
      Latitude of first standard parallel
      lat_2
      Latitude of second standard parallel
      lat_ts
      Latitude of true scale (Polar Stereographic)
      lon_0
      Central meridian
      lon_1
      longitude of first point (Oblique Mercator)
      lon_2
      longitude of second point (Oblique Mercator)
      lonc
      longitude of the center of the projection (Oblique Mercator)
      nadgrids
      Filename of NTv2 grid file to use for datum transforms
      no_defs
      Don't use the /usr/share/proj/proj_def.dat defaults file
      no_off
      select "Hotine" variant of Oblique Mercator
      no_uoff
      legacy alias for no_off
      pm
      Prime meridian
      proj
      Projection name (see proj -l)
      rf
      Reciprocal of the ellipsoid flattening term (e.g.
      south
      indicate southern hemisphere for UTM
      to_meter
      crs units to meter multiplier
      towgs84
      3 or 7 term datum transform parameters
      units
      meters, US survey feet, etc.
      vunits
      vertical units - ignore, as we don't use height information
      wktext
      the exact proj.4 string will be preserved in the WKT representation
      wmssrs  
      x_0
      False easting
      y_0
      False northing
      zone
      UTM zone
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean hasValue
      true if the parameter has a value
      java.lang.String key
      Parameter key
      (package private) static java.util.Map<java.lang.String,​CustomProjection.Param> paramsByKey
      Map of all parameters by key
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Param​(java.lang.String key, boolean hasValue)  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static CustomProjection.Param valueOf​(java.lang.String name)
      Returns the enum constant of this type with the specified name.
      static CustomProjection.Param[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      • Methods inherited from class java.lang.Enum

        clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait