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

java.lang.Object
  extended by org.n52.wps.io.datahandler.xml.AbstractXMLParser
      extended by org.n52.wps.io.datahandler.xml.GRASSKMLParser
All Implemented Interfaces:
IOHandler, IParser, IStreamableParser

public class GRASSKMLParser
extends AbstractXMLParser
implements IStreamableParser


Field Summary
 
Fields inherited from class org.n52.wps.io.datahandler.xml.AbstractXMLParser
geomFactory, 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
GRASSKMLParser()
           
 
Method Summary
 java.lang.Class<?>[] getSupportedInternalOutputDataType()
           
 GenericFileDataBinding parse(java.io.InputStream input, java.lang.String mimeType)
           
 GenericFileDataBinding parseXML(java.io.InputStream stream)
           
 GenericFileDataBinding parseXML(java.lang.String gml)
           
 GenericFileDataBinding parseXML(java.net.URI uri)
           
 
Methods inherited from class org.n52.wps.io.datahandler.xml.AbstractXMLParser
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

GRASSKMLParser

public GRASSKMLParser()
Method Detail

parse

public GenericFileDataBinding parse(java.io.InputStream input,
                                    java.lang.String mimeType)
Specified by:
parse in interface IParser

getSupportedInternalOutputDataType

public java.lang.Class<?>[] getSupportedInternalOutputDataType()
Specified by:
getSupportedInternalOutputDataType in interface IParser

parseXML

public GenericFileDataBinding parseXML(java.lang.String gml)
Specified by:
parseXML in class AbstractXMLParser

parseXML

public GenericFileDataBinding parseXML(java.io.InputStream stream)
Specified by:
parseXML in class AbstractXMLParser

parseXML

public GenericFileDataBinding parseXML(java.net.URI uri)
Specified by:
parseXML in interface IStreamableParser


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