org.deegree_impl.services.wcts.capabilities
Class KnownCoordinateReferenceSystem_Impl

java.lang.Object
  extended byorg.deegree_impl.services.wcts.capabilities.KnownCoordinateReferenceSystem_Impl
All Implemented Interfaces:
KnownCoordinateReferenceSystem

public class KnownCoordinateReferenceSystem_Impl
extends java.lang.Object
implements KnownCoordinateReferenceSystem

The transformation types and reference systems known to the CTS are defined by the two elements < KnownTransformationType > and < KnownCoordinateReferenceSystem >. Transformation types deal with the fundamental methods to transform coordinates from one reference system to another. Transformation types are not for performing a concrete transformation between two particular reference systems.

----------------------------------------------------------------------

Version:
2002-07-10
Author:
Katharina Lupp

Field Summary
private  java.lang.String authority
           
private  java.lang.String code
           
 
Constructor Summary
(package private) KnownCoordinateReferenceSystem_Impl(java.lang.String authority, java.lang.String code)
          constructor initializing the class with the
 
Method Summary
 java.lang.String getAuthority()
          gets the authority for the knownCoordinateReferenceSystem
 java.lang.String getCode()
          returns the code
 void setAuthority(java.lang.String authority)
          sets the authority for the knownCoordinateReferenceSystem
 void setCode(java.lang.String code)
          sets the code
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

authority

private java.lang.String authority

code

private java.lang.String code
Constructor Detail

KnownCoordinateReferenceSystem_Impl

KnownCoordinateReferenceSystem_Impl(java.lang.String authority,
                                    java.lang.String code)
constructor initializing the class with the

Method Detail

getAuthority

public java.lang.String getAuthority()
gets the authority for the knownCoordinateReferenceSystem

Specified by:
getAuthority in interface KnownCoordinateReferenceSystem

setAuthority

public void setAuthority(java.lang.String authority)
sets the authority for the knownCoordinateReferenceSystem


getCode

public java.lang.String getCode()
returns the code

Specified by:
getCode in interface KnownCoordinateReferenceSystem

setCode

public void setCode(java.lang.String code)
sets the code


toString

public java.lang.String toString()
Returns: