org.n52.wps.io.binary
Class AbstractBinaryParser

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

public abstract class AbstractBinaryParser
extends java.lang.Object
implements IParser


Field Summary
 
Fields inherited from interface org.n52.wps.io.IOHandler
DEFAULT_ENCODING, DEFAULT_MIMETYPE
 
Constructor Summary
AbstractBinaryParser()
           
 
Method Summary
 boolean isSupportedSchema(java.lang.String schema)
           
 boolean supportsSchemas()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.n52.wps.io.IParser
parse
 
Methods inherited from interface org.n52.wps.io.IOHandler
getSupportedFormats, getSupportedRootClasses, getSupportedSchemas, isSupportedEncoding, isSupportedFormat, isSupportedRootClass
 

Constructor Detail

AbstractBinaryParser

public AbstractBinaryParser()
Method Detail

isSupportedSchema

public boolean isSupportedSchema(java.lang.String schema)
Specified by:
isSupportedSchema in interface IOHandler

supportsSchemas

public boolean supportsSchemas()
Specified by:
supportsSchemas in interface IOHandler