Package org.dspace.iiif
Class IIIFApiQueryServiceImpl
- java.lang.Object
-
- org.dspace.iiif.IIIFApiQueryServiceImpl
-
- All Implemented Interfaces:
IIIFApiQueryService
public class IIIFApiQueryServiceImpl extends Object implements IIIFApiQueryService
Queries the configured IIIF image server via the Image API.- Author:
- Michael Spalti mspalti@willamette.edu
-
-
Constructor Summary
Constructors Constructor Description IIIFApiQueryServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]getImageDimensions(Bitstream bitstream)Returns array with canvas height and width
-
-
-
Method Detail
-
getImageDimensions
public int[] getImageDimensions(Bitstream bitstream)
Description copied from interface:IIIFApiQueryServiceReturns array with canvas height and width- Specified by:
getImageDimensionsin interfaceIIIFApiQueryService- Returns:
-
-