org.deegree.services.wfs.configuration
Interface OutputFormat

All Known Implementing Classes:
OutputFormat_Impl

public interface OutputFormat

the interface describes the central configuration for generating a output format known by the wfs.

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

Version:
$Revision: 1.1.1.1 $ $Date: 2002/09/25 16:01:51 $
Author:
Andreas Poth

Method Summary
 java.lang.String getName()
          returns the name of the format
 ParameterList getParameter()
          returns a list of parameters that will be submitted to the responsible class
 java.lang.String getResponsibleClass()
          returns the name of the java class that's responsible for generating the format
 java.net.URL getSchemaLocation()
          returns the location where a XML-schema description of a feature type is accessable
 

Method Detail

getName

public java.lang.String getName()
returns the name of the format


getResponsibleClass

public java.lang.String getResponsibleClass()
returns the name of the java class that's responsible for generating the format


getParameter

public ParameterList getParameter()
returns a list of parameters that will be submitted to the responsible class


getSchemaLocation

public java.net.URL getSchemaLocation()
returns the location where a XML-schema description of a feature type is accessable