org.n52.wps.io.datahandler.binary
Class GTBinZippedSHPParser

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

public class GTBinZippedSHPParser
extends AbstractGTBinZippedSHPParser


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
GTBinZippedSHPParser()
           
 
Method Summary
 IData parse(java.io.InputStream input, java.lang.String mimeType)
           
 
Methods inherited from class org.n52.wps.io.datahandler.binary.AbstractGTBinZippedSHPParser
getSupportedInternalOutputDataType, getSupportedSchemas, isSupportedSchema, parseXML, parseXML
 
Methods inherited from class org.n52.wps.io.datahandler.xml.AbstractXMLParser
getSupportedEncodings, getSupportedFormats, isSupportedEncoding, isSupportedFormat
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GTBinZippedSHPParser

public GTBinZippedSHPParser()
Method Detail

parse

public IData parse(java.io.InputStream input,
                   java.lang.String mimeType)
            throws java.lang.RuntimeException
Throws:
java.lang.RuntimeException - if an error occurs while writing the stream to disk or unzipping the written file
See Also:
org.n52.wps.io.IParser#parse(java.io.InputStream)


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