|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.n52.wps.io.datahandler.xml.AbstractXMLGenerator
org.n52.wps.io.datahandler.xml.KMLGenerator
public class KMLGenerator
| 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 | |
|---|---|
KMLGenerator()
|
|
| 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 |
|---|
public KMLGenerator()
| Method Detail |
|---|
public void write(IData coll,
java.io.Writer writer)
public org.w3c.dom.Node generateXML(IData coll,
java.lang.String schema)
generateXML in class AbstractXMLGeneratorpublic java.io.OutputStream generate(IData coll)
generate in interface IGenerator
public void writeToStream(IData coll,
java.io.OutputStream os)
writeToStream in interface IStreamableGeneratorpublic java.lang.Class[] getSupportedInternalInputDataType()
getSupportedInternalInputDataType in interface IGenerator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||