org.n52.wps.io.datahandler.xml
Class GRASSXMLGenerator
java.lang.Object
org.n52.wps.io.datahandler.xml.AbstractXMLGenerator
org.n52.wps.io.datahandler.xml.GRASSXMLGenerator
- All Implemented Interfaces:
- IGenerator, IOHandler
public class GRASSXMLGenerator
- extends AbstractXMLGenerator
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GRASSXMLGenerator
public GRASSXMLGenerator()
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)
getSupportedSchemas
public java.lang.String[] getSupportedSchemas()
- Returns an array having the supported schemas.
- Specified by:
getSupportedSchemas in interface IOHandler- Overrides:
getSupportedSchemas in class AbstractXMLGenerator
isSupportedSchema
public boolean isSupportedSchema(java.lang.String schema)
- Returns true if the given schema is supported, else false.
- Specified by:
isSupportedSchema in interface IOHandler- Overrides:
isSupportedSchema in class AbstractXMLGenerator
isSupportedEncoding
public boolean isSupportedEncoding(java.lang.String encoding)
- Specified by:
isSupportedEncoding in interface IOHandler- Overrides:
isSupportedEncoding in class AbstractXMLGenerator
getSupportedInternalInputDataType
public java.lang.Class[] getSupportedInternalInputDataType()
Copyright © 2007-2011 52north.org. All Rights Reserved.