org.n52.wps.io.datahandler.binary
Class AbstractBinaryParser
java.lang.Object
org.n52.wps.io.datahandler.binary.AbstractBinaryParser
- All Implemented Interfaces:
- IOHandler, IParser
- Direct Known Subclasses:
- AbstractGeotiffParser, AsciiGrassParser, GenericFileParser, GTBinZippedWKT64Parser
public abstract class AbstractBinaryParser
- extends java.lang.Object
- implements IParser
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
supportedFormats
protected java.util.List<java.lang.String> supportedFormats
supportedEncodings
protected java.util.List<java.lang.String> supportedEncodings
properties
protected org.n52.wps.PropertyDocument.Property[] properties
AbstractBinaryParser
public AbstractBinaryParser()
isSupportedFormat
public boolean isSupportedFormat(java.lang.String format)
- Specified by:
isSupportedFormat in interface IOHandler
getSupportedFormats
public java.lang.String[] getSupportedFormats()
- Specified by:
getSupportedFormats in interface IOHandler
isSupportedSchema
public boolean isSupportedSchema(java.lang.String schema)
- Specified by:
isSupportedSchema in interface IOHandler
getSupportedSchemas
public java.lang.String[] getSupportedSchemas()
- Specified by:
getSupportedSchemas in interface IOHandler
isSupportedEncoding
public boolean isSupportedEncoding(java.lang.String encoding)
- Specified by:
isSupportedEncoding in interface IOHandler
getSupportedEncodings
public java.lang.String[] getSupportedEncodings()
- Specified by:
getSupportedEncodings in interface IOHandler
Copyright © 2007-2011 52north.org. All Rights Reserved.