org.deegree.services.wcts.capabilities
Interface ActionType

All Known Implementing Classes:
ActionType_Impl

public interface ActionType

<GetCapabilities>, <Transform>, <IsTransformable> and the optional <DescribeTransformation> consist the same two elements, which are included in this class: the <Format>-element and the <DCPType>-element.

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

Version:
2002-07-10
Author:
Andreas Poth

Method Summary
 DCPType[] getDCPTypes()
          returns the <DCPType> element
 java.lang.String[] getFormat()
          returns the <Format> element
 

Method Detail

getFormat

public java.lang.String[] getFormat()
returns the <Format> element


getDCPTypes

public DCPType[] getDCPTypes()
returns the <DCPType> element