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

java.lang.Object
  extended by org.n52.wps.io.datahandler.binary.AbstractBinaryParser
      extended by org.n52.wps.io.datahandler.binary.GTBinZippedWKT64Parser
All Implemented Interfaces:
IOHandler, IParser

public class GTBinZippedWKT64Parser
extends AbstractBinaryParser


Field Summary
 
Fields inherited from class org.n52.wps.io.datahandler.binary.AbstractBinaryParser
properties, supportedEncodings, supportedFormats
 
Fields inherited from interface org.n52.wps.io.IOHandler
DEFAULT_ENCODING, DEFAULT_MIMETYPE, ENCODING_BASE64, MIME_TYPE_ZIPPED_SHP
 
Constructor Summary
GTBinZippedWKT64Parser()
           
 
Method Summary
 java.lang.Class[] getSupportedInternalOutputDataType()
           
 IData parse(java.io.InputStream input, java.lang.String mimeType)
           
 
Methods inherited from class org.n52.wps.io.datahandler.binary.AbstractBinaryParser
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

GTBinZippedWKT64Parser

public GTBinZippedWKT64Parser()
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)

getSupportedInternalOutputDataType

public java.lang.Class[] getSupportedInternalOutputDataType()


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