org.deegree.services.wcas.capabilities
Interface GetRecord

All Superinterfaces:
RequestType
All Known Implementing Classes:
GetRecord_Impl

public interface GetRecord
extends RequestType

The <GetFeature> tag isused todefine the formats available for expressing the results of a query. The RESULTFORMATS entity defines the mandatory output format of GML but can be redefined to include additional vendor specific formats.

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

Version:
$Revision: 1.2 $ $Date: 2004/01/26 08:15:37 $
Author:
Axel Schaefer

Method Summary
 GetFeatureResponseHandler getClassForFormat(java.lang.String format)
          the method returns the class that is responsible for handling/creating the submitted format.
 java.lang.String[] getResultFormat()
          gets the ResultFormat, the ouput format of the GML.
 
Methods inherited from interface org.deegree.services.wcas.capabilities.RequestType
getDCPTypes
 

Method Detail

getResultFormat

public java.lang.String[] getResultFormat()
gets the ResultFormat, the ouput format of the GML.


getClassForFormat

public GetFeatureResponseHandler getClassForFormat(java.lang.String format)
the method returns the class that is responsible for handling/creating the submitted format. This enables an implementation of the deegree WFS to add the handling for new formats dynamicly by editing the its capabilities document.