org.deegree.gml
Class GMLOutputFactory
java.lang.Object
  
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
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
GMLOutputFactory
public GMLOutputFactory()
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 nullxmlStream - XML stream used to write the output, must not be null
- Returns:
 - initialized 
GMLStreamWriter
 - Throws:
 XMLStreamException
 
 
Copyright © 2011. All Rights Reserved.