Class GisLinkGenerator
- java.lang.Object
-
- org.n52.wps.io.AbstractIOHandler
-
- org.n52.wps.io.datahandler.generator.AbstractGenerator
-
- org.n52.wps.io.datahandler.generator.GenericFileGenerator
-
- org.gcube.dataanalysis.wps.statisticalmanager.synchserver.bindings.GisLinkGenerator
-
- All Implemented Interfaces:
org.n52.wps.io.IGenerator,org.n52.wps.io.IOHandler
public class GisLinkGenerator extends org.n52.wps.io.datahandler.generator.GenericFileGenerator
-
-
Constructor Summary
Constructors Constructor Description GisLinkGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStreamgenerateStream(org.n52.wps.io.data.IData data, String mimeType, String schema)-
Methods inherited from class org.n52.wps.io.datahandler.generator.AbstractGenerator
finalize, generateBase64Stream
-
Methods inherited from class org.n52.wps.io.AbstractIOHandler
getSupportedDataBindings, getSupportedEncodings, getSupportedFormats, getSupportedFullFormats, getSupportedSchemas, isSupportedDataBinding, isSupportedEncoding, isSupportedFormat, isSupportedGenerate, isSupportedSchema
-
-
-
-
Method Detail
-
generateStream
public InputStream generateStream(org.n52.wps.io.data.IData data, String mimeType, String schema) throws IOException
- Specified by:
generateStreamin interfaceorg.n52.wps.io.IGenerator- Overrides:
generateStreamin classorg.n52.wps.io.datahandler.generator.GenericFileGenerator- Throws:
IOException
-
-