org.deegree_impl.services.wfs.shape
Class SHPDataStoreOutputFC

java.lang.Object
  extended byorg.deegree_impl.services.wfs.shape.SHPDataStoreOutputFC
All Implemented Interfaces:
DataStoreOutputFormat

public class SHPDataStoreOutputFC
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.5 $ $Date: 2004/02/23 07:47:52 $

Author:
Andreas Poth

Constructor Summary
SHPDataStoreOutputFC()
           
 
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

SHPDataStoreOutputFC

public SHPDataStoreOutputFC()
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