ucar.unidata.gis.epsg
Class Stateplane

java.lang.Object
  extended by ucar.unidata.util.CsvDb
      extended by 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

Field Summary
 
Fields inherited from class ucar.unidata.util.CsvDb
BAD_DOUBLE, BAD_INTEGER
 
Constructor Summary
Stateplane(int arg_id, String arg_state, String arg_zone, int arg_projMethod, String arg_datum, int arg_usgsCode, int arg_epsgPcsCode)
          The constructor * @param arg_id The id argument
Stateplane(List tuple)
          The list based constructor
 
Method Summary
static Stateplane findId(int value)
          Find the Stateplane object with the id value == the given value
 int findIntByName(String varname)
          Return the integer value by name
 String findStringByName(String varname)
          Return the String value by name
 String getDatum()
          Return the datum property.
 int getEpsgPcsCode()
          Return the epsgPcsCode property.
 int getId()
          Return the id property.
 int getProjMethod()
          Return the projMethod property.
 String getState()
          Return the state property.
 int getUsgsCode()
          Return the usgsCode property.
 String getZone()
          Return the zone property.
static void main(String[] args)
          Implement main
 String toString()
          Override toString
 
Methods inherited from class ucar.unidata.util.CsvDb
getDouble, getInt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 * @param arg_id The id argument

Parameters:
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 Detail

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