org.n52.wps.io
Interface IGenerator

All Superinterfaces:
IOHandler
All Known Implementing Classes:
AbstractBinaryGenerator, AbstractXMLGenerator, AbstractXMLStringGenerator, AsciiGrassGenerator, Base64Generator, GenericFileGenerator, GeoserverWCSGenerator, GeoserverWFSGenerator, GeoserverWMSGenerator, GeotiffGenerator, GML2BasicGenerator, GML2BasicGenerator4Files, GML3BasicGenerator, GML3BasicGenerator4Files, GRASSXMLGenerator, GTBinZippedSHPFileBase64Generator, GTBinZippedSHPGenerator, KMLGenerator, SimpleGMLGenerator

public interface IGenerator
extends IOHandler

Basic interface for all Generators.

Author:
foerster

Field Summary
 
Fields inherited from interface org.n52.wps.io.IOHandler
DEFAULT_ENCODING, DEFAULT_MIMETYPE, ENCODING_BASE64, MIME_TYPE_ZIPPED_SHP
 
Method Summary
 java.io.OutputStream generate(IData coll)
           
 java.lang.Class[] getSupportedInternalInputDataType()
           
 
Methods inherited from interface org.n52.wps.io.IOHandler
getSupportedEncodings, getSupportedFormats, getSupportedSchemas, isSupportedEncoding, isSupportedFormat, isSupportedSchema
 

Method Detail

generate

java.io.OutputStream generate(IData coll)

getSupportedInternalInputDataType

java.lang.Class[] getSupportedInternalInputDataType()


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