org.deegree_impl.services.wcts.capabilities
Class KnownTransformationType_Impl

java.lang.Object
  extended byorg.deegree_impl.services.wcts.capabilities.KnownTransformationType_Impl
All Implemented Interfaces:
KnownTransformationType

public class KnownTransformationType_Impl
extends java.lang.Object
implements KnownTransformationType

The transformation types and reference systems known to the CTS are defined by the two elements < KnownTransformationType > and < KnownCoordinateReferenceSystem >.

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

Version:
2002-07-10
Author:
Katharina Lupp

Field Summary
private  java.lang.String authority
           
private  java.lang.String code
           
 
Constructor Summary
(package private) KnownTransformationType_Impl(java.lang.String authority, java.lang.String code)
          constructor initializing the class with the
 
Method Summary
 java.lang.String getAuthority()
          gets the name for the knownCoordinateReferenceSystem
 java.lang.String getCode()
          gets the absract
 void setAuthority(java.lang.String authority)
          sets the name for the knownCoordinateReferenceSystem
 void setCode(java.lang.String code)
          sets the absract
 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

KnownTransformationType_Impl

KnownTransformationType_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 name for the knownCoordinateReferenceSystem

Specified by:
getAuthority in interface KnownTransformationType

setAuthority

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


getCode

public java.lang.String getCode()
gets the absract

Specified by:
getCode in interface KnownTransformationType

setCode

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


toString

public java.lang.String toString()
Returns: