org.deegree.services.wcts.protocol
Interface IsTransformableRequest

All Superinterfaces:
OGCWebServiceRequest
All Known Implementing Classes:
IsTransformableRequest_Impl

public interface IsTransformableRequest
extends OGCWebServiceRequest

This interface describes requests, which have to examine the possibility to transform one coordinate system into another.

Beside the source and the target coordinate-system, the format of the return-value will be fixed.

Furtheron the service offers the possibility to declarate user-defined coordinate-systems over the indication of all parameters both for the source and the target coordinate-system.

As a rule every particular coordinate-system will be indicated by an identifier.

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

Version:
2002-07-19
Author:
Andreas Poth

Method Summary
 CS_CoordinateSystem getDestinationCRS()
          gets the DestinationCRS
 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

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