org.deegree_impl.services.wfs.postgis
Class PostgisDataStoreOutputGML

java.lang.Object
  extended byorg.deegree_impl.services.wfs.DefaultDataStoreOutputFormat
      extended byorg.deegree_impl.services.wfs.postgis.PostgisDataStoreOutputGML
All Implemented Interfaces:
DataStoreOutputFormat
Direct Known Subclasses:
PostgisDataStoreOutputXML

public class PostgisDataStoreOutputGML
extends DefaultDataStoreOutputFormat

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

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

Version:
$Revision: 1.8 $ $Date: 2004/03/03 17:02:09 $

Author:
Andreas Poth

Constructor Summary
PostgisDataStoreOutputGML()
           
 
Methods inherited from class org.deegree_impl.services.wfs.DefaultDataStoreOutputFormat
format, xsltTransformGetFeature
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostgisDataStoreOutputGML

public PostgisDataStoreOutputGML()