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

java.lang.Object
  extended by 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


Field Summary
protected  org.n52.wps.PropertyDocument.Property[] properties
           
protected  java.util.List<java.lang.String> supportedEncodings
           
protected  java.util.List<java.lang.String> supportedFormats
           
 
Fields inherited from interface org.n52.wps.io.IOHandler
DEFAULT_ENCODING, DEFAULT_MIMETYPE, ENCODING_BASE64, MIME_TYPE_ZIPPED_SHP
 
Constructor Summary
AbstractBinaryParser()
           
 
Method Summary
 java.lang.String[] getSupportedEncodings()
           
 java.lang.String[] getSupportedFormats()
           
 java.lang.String[] getSupportedSchemas()
           
 boolean isSupportedEncoding(java.lang.String encoding)
           
 boolean isSupportedFormat(java.lang.String format)
           
 boolean isSupportedSchema(java.lang.String schema)
           
 
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
getSupportedInternalOutputDataType, parse
 

Field Detail

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
Constructor Detail

AbstractBinaryParser

public AbstractBinaryParser()
Method Detail

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.