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 Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final short -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionddf.catalog.operation.QueryResponseprocess(ddf.catalog.operation.QueryResponse input)
-
Field Details
-
OTHER_JP2_SIGNATURE
public static final int OTHER_JP2_SIGNATURE- See Also:
-
JP2_SIGNATURE_BOX
public static final int JP2_SIGNATURE_BOX- See Also:
-
OFFICIAL_JP2_SIGNATURE
public static final int OFFICIAL_JP2_SIGNATURE- See Also:
-
START_OF_CODESTREAM_MARKER
public static final short START_OF_CODESTREAM_MARKER- See Also:
-
-
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:
processin interfaceddf.catalog.plugin.PostQueryPlugin- Throws:
ddf.catalog.plugin.PluginExecutionExceptionddf.catalog.plugin.StopProcessingException
-