Package ucar.unidata.gis.epsg
Class Stateplane
java.lang.Object
ucar.unidata.util.CsvDb
ucar.unidata.gis.epsg.Stateplane
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
ConstructorsConstructorDescriptionStateplane
(int arg_id, String arg_state, String arg_zone, int arg_projMethod, String arg_datum, int arg_usgsCode, int arg_epsgPcsCode) The constructorStateplane
(List tuple) The list based constructor -
Method Summary
Modifier and TypeMethodDescriptionstatic Stateplane
findId
(int value) Find the Stateplane object with the id value == the given valueint
findIntByName
(String varname) Return the integer value by namefindStringByName
(String varname) Return the String value by namegetDatum()
Return the datum property.int
Return the epsgPcsCode property.int
getId()
Return the id property.int
Return the projMethod property.getState()
Return the state property.int
Return the usgsCode property.getZone()
Return the zone property.static void
Implement maintoString()
Override toString
-
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 argumentarg_zone
- The zone argumentarg_projMethod
- The projMethod argumentarg_datum
- The datum argumentarg_usgsCode
- The usgsCode argumentarg_epsgPcsCode
- The epsgPcsCode argument
-
Stateplane
The list based constructor- Parameters:
tuple
- The list
-
-
Method Details
-
getId
public int getId()Return the id property.- Returns:
- The id property
-
getState
Return the state property.- Returns:
- The state property
-
getZone
Return the zone property.- Returns:
- The zone property
-
getProjMethod
public int getProjMethod()Return the projMethod property.- Returns:
- The projMethod property
-
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
Find the Stateplane object with the id value == the given value- Parameters:
value
- _more_- Returns:
- The object
-
findIntByName
Return the integer value by name- Parameters:
varname
- The name- Returns:
- The integer value
-
findStringByName
Return the String value by name- Parameters:
varname
- The name- Returns:
- The String value
-
toString
Override toString -
main
Implement main- Parameters:
args
- The args
-