deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

org.deegree.crs
Class EPSGCode

java.lang.Object
  extended by org.deegree.crs.CRSCodeType
      extended by org.deegree.crs.EPSGCode

public class EPSGCode
extends CRSCodeType

The EPSGCode class formalizes the CRSIdentifiables object codes that were issued by EPSG. An instance of this class will represent all the EPSG codes variants that denote the same object.

Version:
$Revision: $, $Date: $
Author:
Andrei Ionita, last edited by: $Author: ionita $

Constructor Summary
EPSGCode(int codeNo)
          Construct an EPSGCode, i.e. a CRSCodeType with code space equals "EPSG".
 
Method Summary
 int getCodeNo()
          Returns the code number associated with this EPSG code
 
Methods inherited from class org.deegree.crs.CRSCodeType
equals, getCode, getCodeSpace, getCodeVersion, getOriginal, getUndefined, hashCode, toString, valueOf
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EPSGCode

public EPSGCode(int codeNo)
Construct an EPSGCode, i.e. a CRSCodeType with code space equals "EPSG". Note: Use this constructor when you know the code created is not a condensed form, but it actually exists, i.e. you mean "EPSG:4326" not "URN:OGC:DEF:CRS:EPSG:4326". It will matter when comparing them or the CRSIdentifiers that bear them.

Parameters:
codeNo -
Method Detail

getCodeNo

public int getCodeNo()
Returns the code number associated with this EPSG code

Returns:
the code number

deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org

]]>