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

java.lang.Object
  extended by org.n52.wps.io.datahandler.xml.AbstractXMLGenerator
      extended by org.n52.wps.io.datahandler.xml.SimpleGMLGenerator
All Implemented Interfaces:
IGenerator, IOHandler, IStreamableGenerator

public class SimpleGMLGenerator
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
SimpleGMLGenerator()
           
SimpleGMLGenerator(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()
           
 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

SimpleGMLGenerator

public SimpleGMLGenerator()

SimpleGMLGenerator

public SimpleGMLGenerator(boolean pReadWPSConfig)
Method Detail

generateXML

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

write

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

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.