Class ImageApiProfile.Feature
- java.lang.Object
-
- de.digitalcollections.iiif.model.image.ImageApiProfile.Feature
-
- Enclosing class:
- ImageApiProfile
public static class ImageApiProfile.Feature extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static ImageApiProfile.FeatureBASE_URI_REDIRECTThe base URI of the service will redirect to the image information document.static ImageApiProfile.FeatureCANONICAL_LINK_HEADERThe canonical image URI HTTP link header is provided on image responses.static ImageApiProfile.FeatureCORSThe CORS HTTP header is provided on all responses.static ImageApiProfile.FeatureJSONLD_MEDIA_TYPEThe JSON-LD media type is provided when JSON-LD is requested.static ImageApiProfile.FeatureMIRRORINGThe image may be rotated around the vertical axis, resulting in a left-to-right mirroring of the content.static ImageApiProfile.FeaturePROFILE_LINK_HEADERThe profile HTTP link header is provided on image responses.static ImageApiProfile.FeatureREGION_BY_PCTRegions of images may be requested by percentage.static ImageApiProfile.FeatureREGION_BY_PXRegions of images may be requested by pixel dimensions.static ImageApiProfile.FeatureREGION_SQUAREA square region where the width and height are equal to the shorter dimension of the complete image content.static ImageApiProfile.FeatureROTATION_ARBITRARYRotation of images may be requested by degrees other than multiples of 90.static ImageApiProfile.FeatureROTATION_BY_90SRotation of images may be requested by degrees in multiples of 90.static ImageApiProfile.FeatureSIZE_ABOVE_FULLSize of images may be requested larger than the “full” size.static ImageApiProfile.FeatureSIZE_BY_CONFINED_WHSize of images may be requested in the form “!w,h”.static ImageApiProfile.FeatureSIZE_BY_DISTORTED_WHSize of images may be requested in the form “w,h”, including sizes that would distort the image.static ImageApiProfile.FeatureSIZE_BY_FORCED_WHDeprecated.static ImageApiProfile.FeatureSIZE_BY_HSize of images may be requested in the form “,h”.static ImageApiProfile.FeatureSIZE_BY_PCTSize of images may be requested in the form “pct:n”.*static ImageApiProfile.FeatureSIZE_BY_WSize of images may be requested in the form “w,”.static ImageApiProfile.FeatureSIZE_BY_WHSize of images may be requested in the form “w,h” where the supplied w and h preserve the aspect ratio.static ImageApiProfile.FeatureSIZE_BY_WH_LISTEDDeprecated.
-
-
-
Field Detail
-
BASE_URI_REDIRECT
public static final ImageApiProfile.Feature BASE_URI_REDIRECT
The base URI of the service will redirect to the image information document. *
-
CANONICAL_LINK_HEADER
public static final ImageApiProfile.Feature CANONICAL_LINK_HEADER
The canonical image URI HTTP link header is provided on image responses. *
-
CORS
public static final ImageApiProfile.Feature CORS
The CORS HTTP header is provided on all responses. *
-
JSONLD_MEDIA_TYPE
public static final ImageApiProfile.Feature JSONLD_MEDIA_TYPE
The JSON-LD media type is provided when JSON-LD is requested. *
-
MIRRORING
public static final ImageApiProfile.Feature MIRRORING
The image may be rotated around the vertical axis, resulting in a left-to-right mirroring of the content. *
-
PROFILE_LINK_HEADER
public static final ImageApiProfile.Feature PROFILE_LINK_HEADER
The profile HTTP link header is provided on image responses. *
-
REGION_BY_PCT
public static final ImageApiProfile.Feature REGION_BY_PCT
Regions of images may be requested by percentage. *
-
REGION_BY_PX
public static final ImageApiProfile.Feature REGION_BY_PX
Regions of images may be requested by pixel dimensions. *
-
REGION_SQUARE
public static final ImageApiProfile.Feature REGION_SQUARE
A square region where the width and height are equal to the shorter dimension of the complete image content. *
-
ROTATION_ARBITRARY
public static final ImageApiProfile.Feature ROTATION_ARBITRARY
Rotation of images may be requested by degrees other than multiples of 90. *
-
ROTATION_BY_90S
public static final ImageApiProfile.Feature ROTATION_BY_90S
Rotation of images may be requested by degrees in multiples of 90. *
-
SIZE_ABOVE_FULL
public static final ImageApiProfile.Feature SIZE_ABOVE_FULL
Size of images may be requested larger than the “full” size. See warning. *
-
SIZE_BY_CONFINED_WH
public static final ImageApiProfile.Feature SIZE_BY_CONFINED_WH
Size of images may be requested in the form “!w,h”. *
-
SIZE_BY_DISTORTED_WH
public static final ImageApiProfile.Feature SIZE_BY_DISTORTED_WH
Size of images may be requested in the form “w,h”, including sizes that would distort the image. *
-
SIZE_BY_H
public static final ImageApiProfile.Feature SIZE_BY_H
Size of images may be requested in the form “,h”. *
-
SIZE_BY_PCT
public static final ImageApiProfile.Feature SIZE_BY_PCT
Size of images may be requested in the form “pct:n”.*
-
SIZE_BY_W
public static final ImageApiProfile.Feature SIZE_BY_W
Size of images may be requested in the form “w,”. *
-
SIZE_BY_WH
public static final ImageApiProfile.Feature SIZE_BY_WH
Size of images may be requested in the form “w,h” where the supplied w and h preserve the aspect ratio. *
-
SIZE_BY_WH_LISTED
@Deprecated public static final ImageApiProfile.Feature SIZE_BY_WH_LISTED
Deprecated.
-
SIZE_BY_FORCED_WH
@Deprecated public static final ImageApiProfile.Feature SIZE_BY_FORCED_WH
Deprecated.
-
-
Constructor Detail
-
Feature
public Feature(String featureName)
-
-