public class TiffImageMetadata extends GenericImageMetadata
Modifier and Type | Class and Description |
---|---|
static class |
TiffImageMetadata.Directory |
static class |
TiffImageMetadata.GPSInfo |
static class |
TiffImageMetadata.TiffMetadataItem |
GenericImageMetadata.GenericImageMetadataItem
ImageMetadata.ImageMetadataItem
Modifier and Type | Field and Description |
---|---|
TiffContents |
contents |
Constructor and Description |
---|
TiffImageMetadata(TiffContents contents) |
add, add, toString, toString
public final TiffContents contents
public TiffImageMetadata(TiffContents contents)
public java.util.List<? extends ImageMetadata.ImageMetadataItem> getDirectories()
public java.util.List<? extends ImageMetadata.ImageMetadataItem> getItems()
getItems
in interface ImageMetadata
getItems
in class GenericImageMetadata
public TiffOutputSet getOutputSet() throws ImageWriteException
ImageWriteException
public TiffField findField(TagInfo tagInfo) throws ImageReadException
ImageReadException
public TiffField findField(TagInfo tagInfo, boolean exactDirectoryMatch) throws ImageReadException
ImageReadException
public java.lang.Object getFieldValue(TagInfo tag) throws ImageReadException
ImageReadException
public byte[] getFieldValue(TagInfoByte tag) throws ImageReadException
ImageReadException
public java.lang.String[] getFieldValue(TagInfoAscii tag) throws ImageReadException
ImageReadException
public short[] getFieldValue(TagInfoShort tag) throws ImageReadException
ImageReadException
public int[] getFieldValue(TagInfoLong tag) throws ImageReadException
ImageReadException
public RationalNumber[] getFieldValue(TagInfoRational tag) throws ImageReadException
ImageReadException
public byte[] getFieldValue(TagInfoSByte tag) throws ImageReadException
ImageReadException
public short[] getFieldValue(TagInfoSShort tag) throws ImageReadException
ImageReadException
public int[] getFieldValue(TagInfoSLong tag) throws ImageReadException
ImageReadException
public RationalNumber[] getFieldValue(TagInfoSRational tag) throws ImageReadException
ImageReadException
public float[] getFieldValue(TagInfoFloat tag) throws ImageReadException
ImageReadException
public double[] getFieldValue(TagInfoDouble tag) throws ImageReadException
ImageReadException
public java.lang.String getFieldValue(TagInfoGpsText tag) throws ImageReadException
ImageReadException
public java.lang.String getFieldValue(TagInfoXpString tag) throws ImageReadException
ImageReadException
public TiffDirectory findDirectory(int directoryType)
public java.util.List<TiffField> getAllFields()
public TiffImageMetadata.GPSInfo getGPS() throws ImageReadException
ImageReadException
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"