org.deegree_impl.services.wfs.shape
Class SHPDataStoreOutputGML

java.lang.Object
  extended byorg.deegree_impl.services.wfs.DefaultDataStoreOutputFormat
      extended byorg.deegree_impl.services.wfs.shape.SHPDataStoreOutputGML
All Implemented Interfaces:
DataStoreOutputFormat
Direct Known Subclasses:
SHPDataStoreOutputXML

public class SHPDataStoreOutputGML
extends DefaultDataStoreOutputFormat

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.32 $ $Date: 2004/03/04 07:36:01 $

Author:
Andreas Poth

Constructor Summary
SHPDataStoreOutputGML()
           
 
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 org.deegree_impl.services.wfs.DefaultDataStoreOutputFormat
xsltTransformGetFeature
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SHPDataStoreOutputGML

public SHPDataStoreOutputGML()
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
Overrides:
format in class DefaultDataStoreOutputFormat
Throws:
java.lang.Exception