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

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

public abstract class AbstractGeotiffParser
extends AbstractBinaryParser


Field Summary
protected static org.apache.log4j.Logger 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
AbstractGeotiffParser()
           
 
Method Summary
 java.lang.Class<?>[] getSupportedInternalOutputDataType()
           
protected  IData parseTiff(java.io.File file)
           
protected  IData parseTiff(java.io.InputStream input)
           
 
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
 
Methods inherited from interface org.n52.wps.io.IParser
parse
 

Field Detail

LOGGER

protected static org.apache.log4j.Logger LOGGER
Constructor Detail

AbstractGeotiffParser

public AbstractGeotiffParser()
Method Detail

parseTiff

protected IData parseTiff(java.io.InputStream input)

parseTiff

protected IData parseTiff(java.io.File file)

getSupportedInternalOutputDataType

public java.lang.Class<?>[] getSupportedInternalOutputDataType()


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