org.deegree.metadata.iso.types
Class CRS

java.lang.Object
  extended by org.deegree.metadata.iso.types.CRS

public class CRS
extends Object

TODO add class documentation here

Version:
$Revision: $, $Date: $
Author:
Lyn Goltz, last edited by: $Author: lyn $

Constructor Summary
CRS(String crsId, String authority, String version)
           
 
Method Summary
 String getAuthority()
           
 String getCrsId()
           
 String getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CRS

public CRS(String crsId,
           String authority,
           String version)
Parameters:
crsId -
authority -
version -
Method Detail

getCrsId

public String getCrsId()
Returns:
the crsId

getAuthority

public String getAuthority()
Returns:
the authority

getVersion

public String getVersion()
Returns:
the version


Copyright © 2011. All Rights Reserved.