Package com.drew.metadata.exif
Class ExifDescriptorBase<T extends Directory>
java.lang.Object
com.drew.metadata.TagDescriptor<T>
com.drew.metadata.exif.ExifDescriptorBase<T>
- Direct Known Subclasses:
ExifIFD0Descriptor,ExifImageDescriptor,ExifInteropDescriptor,ExifSubIFDDescriptor,ExifThumbnailDescriptor
@Deprecated(since="2024-11-20")
public abstract class ExifDescriptorBase<T extends Directory>
extends TagDescriptor<T>
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
Base class for several Exif format descriptor classes.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.String description of CFA Pattern Indicates the color filter array (CFA) geometric pattern of the image sensor when a one-chip color area sensor is used.Deprecated.String description of CFA Pattern Converted from Exiftool version 10.33 created by Phil Harvey http://www.sno.phy.queensu.ca/~phil/exiftool/ lib\Image\ExifTool\Exif.pm Indicates the color filter array (CFA) geometric pattern of the image sensor when a one-chip color area sensor is used.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.getDescription(int tagType) Deprecated.Returns a descriptive value of the specified tag for this image.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Methods inherited from class com.drew.metadata.TagDescriptor
convertBytesToVersionString
-
Constructor Details
-
ExifDescriptorBase
Deprecated.
-
-
Method Details
-
getDescription
Deprecated.Description copied from class:TagDescriptorReturns a descriptive value of the specified tag for this image. Where possible, known values will be substituted here in place of the raw tokens actually kept in the metadata segment. If no substitution is available, the value provided bygetString(tagType)will be returned.- Overrides:
getDescriptionin classTagDescriptor<T extends Directory>- Parameters:
tagType- the tag to find a description for- Returns:
- a description of the image's value for the specified tag, or
nullif the tag hasn't been defined.
-
getInteropIndexDescription
Deprecated. -
getInteropVersionDescription
Deprecated. -
getNewSubfileTypeDescription
Deprecated. -
getSubfileTypeDescription
Deprecated. -
getImageWidthDescription
Deprecated. -
getImageHeightDescription
Deprecated. -
getBitsPerSampleDescription
Deprecated. -
getCompressionDescription
Deprecated. -
getPhotometricInterpretationDescription
Deprecated. -
getThresholdingDescription
Deprecated. -
getFillOrderDescription
Deprecated. -
getOrientationDescription
Deprecated. -
getSamplesPerPixelDescription
Deprecated. -
getRowsPerStripDescription
Deprecated. -
getStripByteCountsDescription
Deprecated. -
getXResolutionDescription
Deprecated. -
getYResolutionDescription
Deprecated. -
getPlanarConfigurationDescription
Deprecated. -
getResolutionDescription
Deprecated. -
getJpegProcDescription
Deprecated. -
getYCbCrSubsamplingDescription
Deprecated. -
getYCbCrPositioningDescription
Deprecated. -
getReferenceBlackWhiteDescription
Deprecated. -
getCfaPattern2Description
Deprecated.String description of CFA Pattern Indicates the color filter array (CFA) geometric pattern of the image sensor when a one-chip color area sensor is used. It does not apply to all sensing methods. ExifDirectoryBase.TAG_CFA_PATTERN_2 holds only the pixel pattern. ExifDirectoryBase.TAG_CFA_REPEAT_PATTERN_DIM is expected to exist and pass some conditional tests. -
getExposureTimeDescription
Deprecated. -
getFNumberDescription
Deprecated. -
getExposureProgramDescription
Deprecated. -
getIsoEquivalentDescription
Deprecated. -
getSensitivityTypeRangeDescription
Deprecated. -
getExifVersionDescription
Deprecated. -
getComponentConfigurationDescription
Deprecated. -
getCompressedAverageBitsPerPixelDescription
Deprecated. -
getShutterSpeedDescription
Deprecated. -
getApertureValueDescription
Deprecated. -
getBrightnessValueDescription
Deprecated. -
getExposureBiasDescription
Deprecated. -
getMaxApertureValueDescription
Deprecated. -
getSubjectDistanceDescription
Deprecated. -
getMeteringModeDescription
Deprecated. -
getWhiteBalanceDescription
Deprecated. -
getFlashDescription
Deprecated. -
getFocalLengthDescription
Deprecated. -
getUserCommentDescription
Deprecated. -
getTemperatureDescription
Deprecated. -
getHumidityDescription
Deprecated. -
getPressureDescription
Deprecated. -
getWaterDepthDescription
Deprecated. -
getAccelerationDescription
Deprecated. -
getCameraElevationAngleDescription
Deprecated. -
getWindowsTitleDescription
Deprecated. -
getWindowsCommentDescription
Deprecated. -
getWindowsAuthorDescription
Deprecated. -
getWindowsKeywordsDescription
Deprecated. -
getWindowsSubjectDescription
Deprecated. -
getFlashPixVersionDescription
Deprecated. -
getColorSpaceDescription
Deprecated. -
getExifImageWidthDescription
Deprecated. -
getExifImageHeightDescription
Deprecated. -
getFocalPlaneXResolutionDescription
Deprecated. -
getFocalPlaneYResolutionDescription
Deprecated. -
getFocalPlaneResolutionUnitDescription
Deprecated. -
getSensingMethodDescription
Deprecated. -
getFileSourceDescription
Deprecated. -
getSceneTypeDescription
Deprecated. -
getCfaPatternDescription
Deprecated.String description of CFA Pattern Converted from Exiftool version 10.33 created by Phil Harvey http://www.sno.phy.queensu.ca/~phil/exiftool/ lib\Image\ExifTool\Exif.pm Indicates the color filter array (CFA) geometric pattern of the image sensor when a one-chip color area sensor is used. It does not apply to all sensing methods. -
getCustomRenderedDescription
Deprecated. -
getExposureModeDescription
Deprecated. -
getWhiteBalanceModeDescription
Deprecated. -
getDigitalZoomRatioDescription
Deprecated. -
get35mmFilmEquivFocalLengthDescription
Deprecated. -
getSceneCaptureTypeDescription
Deprecated. -
getGainControlDescription
Deprecated. -
getContrastDescription
Deprecated. -
getSaturationDescription
Deprecated. -
getSharpnessDescription
Deprecated. -
getSubjectDistanceRangeDescription
Deprecated. -
getLensSpecificationDescription
Deprecated. -
getExtraSamplesDescription
Deprecated. -
getSampleFormatDescription
Deprecated.
-