org.deegree.crs
Class EPSGCode
java.lang.Object
org.deegree.crs.CRSCodeType
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 |
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
-
getCodeNo
public int getCodeNo()
- Returns the code number associated with this EPSG code
- Returns:
- the code number
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org]]>