org.n52.wps.io.datahandler.xml
Class GML2BasicGenerator

java.lang.Object
  extended by org.n52.wps.io.datahandler.xml.AbstractXMLGenerator
      extended by org.n52.wps.io.datahandler.xml.GML2BasicGenerator
All Implemented Interfaces:
IGenerator, IOHandler, IStreamableGenerator
Direct Known Subclasses:
GML2BasicGenerator4Files

public class GML2BasicGenerator
extends AbstractXMLGenerator
implements IStreamableGenerator


Field Summary
 
Fields inherited from class org.n52.wps.io.datahandler.xml.AbstractXMLGenerator
properties, supportedEncodings, supportedFormats, supportedSchemas
 
Fields inherited from interface org.n52.wps.io.IOHandler
DEFAULT_ENCODING, DEFAULT_MIMETYPE, ENCODING_BASE64, MIME_TYPE_ZIPPED_SHP
 
Constructor Summary
GML2BasicGenerator()
           
GML2BasicGenerator(boolean pReadWPSConfig)
           
 
Method Summary
 java.io.OutputStream generate(IData coll)
           
 org.w3c.dom.Node generateXML(IData coll, java.lang.String schema)
           
 java.lang.Class[] getSupportedInternalInputDataType()
           
protected  void write(IData coll, java.io.Writer writer)
           
 void writeToStream(IData coll, java.io.OutputStream os)
           
 
Methods inherited from class org.n52.wps.io.datahandler.xml.AbstractXMLGenerator
getSupportedEncodings, getSupportedFormats, getSupportedSchemas, isSupportedEncoding, isSupportedFormat, isSupportedSchema
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GML2BasicGenerator

public GML2BasicGenerator()

GML2BasicGenerator

public GML2BasicGenerator(boolean pReadWPSConfig)
Method Detail

write

protected void write(IData coll,
                     java.io.Writer writer)

generateXML

public org.w3c.dom.Node generateXML(IData coll,
                                    java.lang.String schema)
Specified by:
generateXML in class AbstractXMLGenerator

generate

public java.io.OutputStream generate(IData coll)
Specified by:
generate in interface IGenerator

writeToStream

public void writeToStream(IData coll,
                          java.io.OutputStream os)
Specified by:
writeToStream in interface IStreamableGenerator

getSupportedInternalInputDataType

public java.lang.Class[] getSupportedInternalInputDataType()
Specified by:
getSupportedInternalInputDataType in interface IGenerator


Copyright © 2007-2011 52north.org. All Rights Reserved.