org.n52.wps.io.binary
Class AbstractBinaryGenerator

java.lang.Object
  extended by org.n52.wps.io.binary.AbstractBinaryGenerator
All Implemented Interfaces:
IGenerator, IOHandler
Direct Known Subclasses:
GeotiffGenerator

public abstract class AbstractBinaryGenerator
extends java.lang.Object
implements IGenerator


Field Summary
 
Fields inherited from interface org.n52.wps.io.IOHandler
DEFAULT_ENCODING, DEFAULT_MIMETYPE
 
Constructor Summary
AbstractBinaryGenerator()
           
 
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.IGenerator
generate
 
Methods inherited from interface org.n52.wps.io.IOHandler
getSupportedFormats, getSupportedRootClasses, getSupportedSchemas, isSupportedEncoding, isSupportedFormat, isSupportedRootClass
 

Constructor Detail

AbstractBinaryGenerator

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