org.n52.wps.io
Interface IParser

All Superinterfaces:
IOHandler
All Known Subinterfaces:
IWorkspaceParser
All Known Implementing Classes:
AbstractBinaryParser, AbstractGeotiffParser, AbstractGTBinZippedSHPParser, AbstractXMLParser, AsciiGrassParser, GenericFileParser, GeotiffBase64Parser, GeotiffParser, GeotiffZippedParser, GML2BasicParser, GML2BasicParser4Files, GML3BasicParser, GML3BasicParser4Files, GRASSKMLParser, GTBinZippedBase64SHPParser, GTBinZippedSHPParser, GTBinZippedWKT64Parser, KMLParser, SimpleGMLParser

public interface IParser
extends IOHandler


Field Summary
 
Fields inherited from interface org.n52.wps.io.IOHandler
DEFAULT_ENCODING, DEFAULT_MIMETYPE, ENCODING_BASE64, MIME_TYPE_ZIPPED_SHP
 
Method Summary
 java.lang.Class[] getSupportedInternalOutputDataType()
           
 IData parse(java.io.InputStream input, java.lang.String mimeType)
           
 
Methods inherited from interface org.n52.wps.io.IOHandler
getSupportedEncodings, getSupportedFormats, getSupportedSchemas, isSupportedEncoding, isSupportedFormat, isSupportedSchema
 

Method Detail

parse

IData parse(java.io.InputStream input,
            java.lang.String mimeType)

getSupportedInternalOutputDataType

java.lang.Class[] getSupportedInternalOutputDataType()


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