org.deegree.services.wcts.capabilities
Interface KnownCoordinateReferenceSystem

All Known Implementing Classes:
KnownCoordinateReferenceSystem_Impl

public interface 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:
Andreas Poth

Method Summary
 java.lang.String getAuthority()
          returns the authority for the knownCoordinateReferenceSystem
 java.lang.String getCode()
          returns the code
 

Method Detail

getAuthority

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


getCode

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