org.deegree.services.wfs
Interface DataStoreOutputFormat

All Known Implementing Classes:
BNADataStoreOutputFC, BNADataStoreOutputGML, BNADataStoreOutputXML, DataStoreOutputFC, DataStoreOutputXML, DefaultDataStoreOutputFormat, GMLDBDataStoreOutputFC, GMLDBDataStoreOutputXML, MIFDataStoreOutputFC, MIFDataStoreOutputGML, MIFDataStoreOutputXML, MySQLDataStoreOutputFC, MySQLDataStoreOutputXML, PointDBDataStoreOutputFC, PointDBDataStoreOutputXML, PostgisDataStoreOutputFC, PostgisDataStoreOutputXML, SDEDataStoreOutputFC, SDEDataStoreOutputGML, SDEDataStoreOutputXML, SHPDataStoreOutputFC, SHPDataStoreOutputXML

public interface DataStoreOutputFormat

An implementation of the DataStore interface shall use an implementation of this interface to format the result returned from a data source accessing class too the desired format (e.g. GML, deegree feature collection)

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

Version:
$Revision: 1.2 $ $Date: 2004/02/09 07:57:02 $

Author:
Andreas Poth

Method Summary
 java.lang.Object format(java.util.HashMap map, ParameterList pl)
          formats the data store at the values of the HashMap into one single data structure.
 

Method Detail

format

public java.lang.Object format(java.util.HashMap map,
                               ParameterList pl)
                        throws java.lang.Exception
formats the data store at the values of the HashMap into one single data structure.

Throws:
java.lang.Exception