public class Jpeg2000ThumbnailConverter extends Object implements PostQueryPlugin
| Modifier and Type | Field and Description |
|---|---|
static int |
JP2_SIGNATURE_BOX |
static int |
OFFICIAL_JP2_SIGNATURE |
static int |
OTHER_JP2_SIGNATURE |
static short |
START_OF_CODESTREAM_MARKER |
| Constructor and Description |
|---|
Jpeg2000ThumbnailConverter() |
| Modifier and Type | Method and Description |
|---|---|
QueryResponse |
process(QueryResponse input)
Processes a
QueryResponse after the execution of the Query. |
public static final int OTHER_JP2_SIGNATURE
public static final int JP2_SIGNATURE_BOX
public static final int OFFICIAL_JP2_SIGNATURE
public static final short START_OF_CODESTREAM_MARKER
public QueryResponse process(QueryResponse input) throws PluginExecutionException, StopProcessingException
PostQueryPluginQueryResponse after the execution of the Query.process in interface PostQueryPlugininput - the QueryResponse to processQueryResponse to pass to the next PostQueryPlugin, or if this is the last PostQueryPlugin to be calledPluginExecutionException - thrown when an error occurs while processing the QueryResponseStopProcessingException - thrown to halt processing when a critical issue occurs during
processing. This is intended to prevent other plugins from processing as well.This work is licensed under a Creative Commons Attribution 4.0 International License.