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 SummaryFields inherited from class ucar.unidata.util.CsvDbBAD_DOUBLE, BAD_INTEGER
- 
Constructor SummaryConstructorsConstructorDescriptionStateplane(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 SummaryModifier and TypeMethodDescriptionstatic StateplanefindId(int value) Find the Stateplane object with the id value == the given valueintfindIntByName(String varname) Return the integer value by namefindStringByName(String varname) Return the String value by namegetDatum()Return the datum property.intReturn the epsgPcsCode property.intgetId()Return the id property.intReturn the projMethod property.getState()Return the state property.intReturn the usgsCode property.getZone()Return the zone property.static voidImplement maintoString()Override toString
- 
Constructor Details- 
Stateplanepublic 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
 
- 
StateplaneThe list based constructor- Parameters:
- tuple- The list
 
 
- 
- 
Method Details- 
getIdpublic int getId()Return the id property.- Returns:
- The id property
 
- 
getStateReturn the state property.- Returns:
- The state property
 
- 
getZoneReturn the zone property.- Returns:
- The zone property
 
- 
getProjMethodpublic int getProjMethod()Return the projMethod property.- Returns:
- The projMethod property
 
- 
getDatumReturn the datum property.- Returns:
- The datum property
 
- 
getUsgsCodepublic int getUsgsCode()Return the usgsCode property.- Returns:
- The usgsCode property
 
- 
getEpsgPcsCodepublic int getEpsgPcsCode()Return the epsgPcsCode property.- Returns:
- The epsgPcsCode property
 
- 
findIdFind the Stateplane object with the id value == the given value- Parameters:
- value- _more_
- Returns:
- The object
 
- 
findIntByNameReturn the integer value by name- Parameters:
- varname- The name
- Returns:
- The integer value
 
- 
findStringByNameReturn the String value by name- Parameters:
- varname- The name
- Returns:
- The String value
 
- 
toStringOverride toString
- 
mainImplement main- Parameters:
- args- The args
 
 
-