Class Stateplane

java.lang.Object
ucar.unidata.util.CsvDb
ucar.unidata.gis.epsg.Stateplane

public class Stateplane extends CsvDb
This class has been generated from the different csv files from the libgeotiff package
Author:
IDV development team
  • Constructor Details

    • Stateplane

      public Stateplane(int arg_id, String arg_state, String arg_zone, int arg_projMethod, String arg_datum, int arg_usgsCode, int arg_epsgPcsCode)
      The constructor
      Parameters:
      arg_id - The id argument.
      arg_state - The state argument
      arg_zone - The zone argument
      arg_projMethod - The projMethod argument
      arg_datum - The datum argument
      arg_usgsCode - The usgsCode argument
      arg_epsgPcsCode - The epsgPcsCode argument
    • Stateplane

      public Stateplane(List tuple)
      The list based constructor
      Parameters:
      tuple - The list
  • Method Details

    • getId

      public int getId()
      Return the id property.
      Returns:
      The id property
    • getState

      public String getState()
      Return the state property.
      Returns:
      The state property
    • getZone

      public String getZone()
      Return the zone property.
      Returns:
      The zone property
    • getProjMethod

      public int getProjMethod()
      Return the projMethod property.
      Returns:
      The projMethod property
    • getDatum

      public String getDatum()
      Return the datum property.
      Returns:
      The datum property
    • getUsgsCode

      public int getUsgsCode()
      Return the usgsCode property.
      Returns:
      The usgsCode property
    • getEpsgPcsCode

      public int getEpsgPcsCode()
      Return the epsgPcsCode property.
      Returns:
      The epsgPcsCode property
    • findId

      public static Stateplane findId(int value)
      Find the Stateplane object with the id value == the given value
      Parameters:
      value - _more_
      Returns:
      The object
    • findIntByName

      public int findIntByName(String varname)
      Return the integer value by name
      Parameters:
      varname - The name
      Returns:
      The integer value
    • findStringByName

      public String findStringByName(String varname)
      Return the String value by name
      Parameters:
      varname - The name
      Returns:
      The String value
    • toString

      public String toString()
      Override toString
      Overrides:
      toString in class Object
      Returns:
      String
    • main

      public static void main(String[] args)
      Implement main
      Parameters:
      args - The args