Packages

p

edu.holycross.shot

citebinaryimage

package citebinaryimage

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait BinaryImageService extends AnyRef
    Annotations
    @JSExportAll()
  2. case class CiteBinaryImageException(message: String = "", cause: Option[Throwable] = None) extends Exception with Product with Serializable

    Class for Exceptions in citebinaryimage package.

    Class for Exceptions in citebinaryimage package.

    message

    Message specific to this library.

    cause

    Optional upstream Throwable.

  3. case class IIIFApi(baseUrl: String, imagePath: String) extends BinaryImageService with Product with Serializable

    A Class for creating service requests resolving to binary image data and following the IIIF-API.

    A Class for creating service requests resolving to binary image data and following the IIIF-API.

    baseUrl

    String defining the base url of an IIPImage Server

    imagePath

    String defining the absolute path on the server for pyramidal tiff images

    Annotations
    @JSExportAll()
  4. case class ImageROI(roiString: String) extends Product with Serializable

    A ROI subreference for CITE Image URNs

    A ROI subreference for CITE Image URNs

    roiString

    String with four, comma-delimited numbers between 0 and 1

    Annotations
    @JSExportAll()

Value Members

  1. object Main
  2. object PathUtility
    Annotations
    @JSExportAll()

Ungrouped