Class PngFileGenerator

  • All Implemented Interfaces:
    org.n52.wps.io.IGenerator, org.n52.wps.io.IOHandler

    public class PngFileGenerator
    extends org.n52.wps.io.datahandler.generator.GenericFileGenerator
    • Field Summary

      • Fields inherited from class org.n52.wps.io.datahandler.generator.AbstractGenerator

        finalizeFiles
      • Fields inherited from class org.n52.wps.io.AbstractIOHandler

        formats, properties, supportedEncodings, supportedFormats, supportedIDataTypes, supportedSchemas
      • Fields inherited from interface org.n52.wps.io.IOHandler

        DEFAULT_ENCODING, ENCODING_BASE64, MIME_TYPE_ZIPPED_SHP
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      InputStream generateStream​(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
      • Methods inherited from interface org.n52.wps.io.IOHandler

        getSupportedDataBindings, getSupportedEncodings, getSupportedFormats, getSupportedFullFormats, getSupportedSchemas, isSupportedDataBinding, isSupportedEncoding, isSupportedFormat, isSupportedSchema
    • Constructor Detail

      • PngFileGenerator

        public PngFileGenerator()
    • Method Detail

      • generateStream

        public InputStream generateStream​(org.n52.wps.io.data.IData data,
                                          String mimeType,
                                          String schema)
                                   throws IOException
        Specified by:
        generateStream in interface org.n52.wps.io.IGenerator
        Overrides:
        generateStream in class org.n52.wps.io.datahandler.generator.GenericFileGenerator
        Throws:
        IOException