org.deegree.services.wcts.capabilities
Interface WCTS_Request

All Known Implementing Classes:
WCTS_Request_Impl

public interface WCTS_Request

This WCTS_Request distributes 4 elements, which are part of the <Request> element: <GetCapabilities>, <Transform>, <IsTransformable> and the optional <DescribeTransformation>

Everyone of these element consits the same subelements, which are combined in the ActionType class.

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

Version:
2002-07-10
Author:
Andreas Poth

Method Summary
 ActionType getDescribeTransformation()
          returns the optional <DescribeTransformation> element
 ActionType getGetCapabilities()
          returns the mandatory <GetCapabilities> element
 ActionType getIsTransformable()
          returns the mandatory <IsTransformable> element
 ActionType getTransform()
          returns the mandatory <Transform> element
 

Method Detail

getGetCapabilities

public ActionType getGetCapabilities()
returns the mandatory <GetCapabilities> element


getTransform

public ActionType getTransform()
returns the mandatory <Transform> element


getIsTransformable

public ActionType getIsTransformable()
returns the mandatory <IsTransformable> element


getDescribeTransformation

public ActionType getDescribeTransformation()
returns the optional <DescribeTransformation> element