org.deegree_impl.services.wfs
Class DefaultDataStoreOutputFormat

java.lang.Object
  extended byorg.deegree_impl.services.wfs.DefaultDataStoreOutputFormat
All Implemented Interfaces:
DataStoreOutputFormat
Direct Known Subclasses:
DataStoreOutputGML, GMLDBDataStoreOutputGML, MySQLDataStoreOutputGML, PointDBDataStoreOutputGML, PostgisDataStoreOutputGML, SHPDataStoreOutputGML

public class DefaultDataStoreOutputFormat
extends java.lang.Object
implements DataStoreOutputFormat

Version:
$Revision: 1.8 $
Author:
Andreas Poth

Constructor Summary
DefaultDataStoreOutputFormat()
           
 
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.
protected  org.w3c.dom.Document xsltTransformGetFeature(java.lang.String gml, java.lang.String xsltURL)
          transforms the response to a GetRecord/Feature request using a predefined xslt-stylesheet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDataStoreOutputFormat

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

xsltTransformGetFeature

protected org.w3c.dom.Document xsltTransformGetFeature(java.lang.String gml,
                                                       java.lang.String xsltURL)
transforms the response to a GetRecord/Feature request using a predefined xslt-stylesheet