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

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.GeotiffParser
All Implemented Interfaces:
IOHandler, IParser

public class GeotiffParser
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
GeotiffParser()
           
 
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

GeotiffParser

public GeotiffParser()
Method Detail

parse

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


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