org.deegree.gml
Class GMLOutputFactory

java.lang.Object
  extended by org.deegree.gml.GMLOutputFactory

public class GMLOutputFactory
extends Object

Factory for creating GMLStreamWriter instances.

Version:
$Revision: 31639 $, $Date: 2011-08-24 21:02:10 +0200 (Wed, 24 Aug 2011) $
Author:
Markus Schneider, last edited by: $Author: mschneider $
See Also:
GMLObject, GMLStreamWriter

Constructor Summary
GMLOutputFactory()
           
 
Method Summary
static GMLStreamWriter createGMLStreamWriter(GMLVersion version, XMLStreamWriter xmlStream)
          Creates a new GMLStreamWriter instance for generating GML of the specified version.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GMLOutputFactory

public GMLOutputFactory()
Method Detail

createGMLStreamWriter

public static GMLStreamWriter createGMLStreamWriter(GMLVersion version,
                                                    XMLStreamWriter xmlStream)
                                             throws XMLStreamException
Creates a new GMLStreamWriter instance for generating GML of the specified version.

Parameters:
version - GML version, must not be null
xmlStream - XML stream used to write the output, must not be null
Returns:
initialized GMLStreamWriter
Throws:
XMLStreamException


Copyright © 2011. All Rights Reserved.