org.deegree_impl.services.wfs.bna
Class BNADataStoreOutputFC

java.lang.Object
  extended byorg.deegree_impl.services.wfs.bna.BNADataStoreOutputFC
All Implemented Interfaces:
DataStoreOutputFormat

public class BNADataStoreOutputFC
extends java.lang.Object
implements DataStoreOutputFormat

Implements the DataStoreOutputFormat interface to format the result of a data accessing class returned within the values of a HashMap as deegree feature collection

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

Version:
$Revision: 1.3 $ $Date: 2004/02/23 07:47:51 $

Author:

Constructor Summary
BNADataStoreOutputFC()
           
 
Method Summary
 java.lang.Object format(java.util.HashMap map, ParameterList paramList)
          formats the data store at the values of the HashMap into one single data structure.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BNADataStoreOutputFC

public BNADataStoreOutputFC()
Method Detail

format

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

Specified by:
format in interface DataStoreOutputFormat
Throws:
java.lang.Exception