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

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

public class GeotiffZippedParser
extends AbstractGeotiffParser


Field Summary
 
Fields inherited from class org.n52.wps.io.datahandler.binary.AbstractGeotiffParser
LOGGER
 
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
GeotiffZippedParser()
           
 
Method Summary
 IData parse(java.io.InputStream input, java.lang.String mimeType)
           
 
Methods inherited from class org.n52.wps.io.datahandler.binary.AbstractGeotiffParser
getSupportedInternalOutputDataType, parseTiff, parseTiff
 
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

GeotiffZippedParser

public GeotiffZippedParser()
Method Detail

parse

public IData parse(java.io.InputStream input,
                   java.lang.String mimeType)


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