org.deegree.services.wcts.protocol
Interface DescribeTransformationRequest

All Superinterfaces:
OGCWebServiceRequest
All Known Implementing Classes:
DescribeTransformationRequest_Impl

public interface DescribeTransformationRequest
extends OGCWebServiceRequest

The only request not defined as mandatory supplies the description of the transformation of coordinates from a spatial reference system to another. The structure of the requests essentially corresponds to that of the IsTransformable Requests. The transformation steps, which are necessary, are inquired in order to transform a coordinate from the SourceCRS into the TargetCRS.

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

Version:
2002-07-10
Author:
Andreas Poth

Method Summary
 CS_CoordinateSystem getDestinationCRS()
          gets the DestinationCRS
 java.lang.String getFormat()
          gets the format
 CS_CoordinateSystem getSourceCRS()
          gets the SourceCRS
 java.lang.String getVersion()
          gets the version
 
Methods inherited from interface org.deegree.services.OGCWebServiceRequest
getId, getRequest, getRequestParameter, getService, getVendorSpecificParameter, getVendorSpecificParameters
 

Method Detail

getFormat

public java.lang.String getFormat()
gets the format


getVersion

public java.lang.String getVersion()
gets the version

Specified by:
getVersion in interface OGCWebServiceRequest

getSourceCRS

public CS_CoordinateSystem getSourceCRS()
gets the SourceCRS


getDestinationCRS

public CS_CoordinateSystem getDestinationCRS()
gets the DestinationCRS