Class Jpeg2000ThumbnailConverter

java.lang.Object
ddf.catalog.plugin.jpeg2000.thumbnail.converter.Jpeg2000ThumbnailConverter
All Implemented Interfaces:
ddf.catalog.plugin.PostQueryPlugin

public class Jpeg2000ThumbnailConverter extends Object implements ddf.catalog.plugin.PostQueryPlugin
check for Jpeg 2000 thumbnails in the result set, and convert them to standard Jpeg so the browser can render them.
  • Field Details

  • Constructor Details

    • Jpeg2000ThumbnailConverter

      public Jpeg2000ThumbnailConverter()
  • Method Details

    • process

      public ddf.catalog.operation.QueryResponse process(ddf.catalog.operation.QueryResponse input) throws ddf.catalog.plugin.PluginExecutionException, ddf.catalog.plugin.StopProcessingException
      Specified by:
      process in interface ddf.catalog.plugin.PostQueryPlugin
      Throws:
      ddf.catalog.plugin.PluginExecutionException
      ddf.catalog.plugin.StopProcessingException