public class TiffImageMetadata extends GenericImageMetadata
| Modifier and Type | Class and Description |
|---|---|
static class |
TiffImageMetadata.Directory |
static class |
TiffImageMetadata.GPSInfo |
static class |
TiffImageMetadata.TiffMetadataItem |
GenericImageMetadata.GenericImageMetadataItemImageMetadata.ImageMetadataItem| Modifier and Type | Field and Description |
|---|---|
TiffContents |
contents |
| Constructor and Description |
|---|
TiffImageMetadata(TiffContents contents) |
add, add, toString, toStringpublic final TiffContents contents
public TiffImageMetadata(TiffContents contents)
public List<? extends ImageMetadata.ImageMetadataItem> getDirectories()
public List<? extends ImageMetadata.ImageMetadataItem> getItems()
getItems in interface ImageMetadatagetItems in class GenericImageMetadatapublic TiffOutputSet getOutputSet() throws ImageWriteException
ImageWriteExceptionpublic TiffField findField(TagInfo tagInfo) throws ImageReadException
ImageReadExceptionpublic TiffField findField(TagInfo tagInfo, boolean exactDirectoryMatch) throws ImageReadException
ImageReadExceptionpublic Object getFieldValue(TagInfo tag) throws ImageReadException
ImageReadExceptionpublic byte[] getFieldValue(TagInfoByte tag) throws ImageReadException
ImageReadExceptionpublic String[] getFieldValue(TagInfoAscii tag) throws ImageReadException
ImageReadExceptionpublic short[] getFieldValue(TagInfoShorts tag) throws ImageReadException
ImageReadExceptionpublic int[] getFieldValue(TagInfoLongs tag) throws ImageReadException
ImageReadExceptionpublic RationalNumber[] getFieldValue(TagInfoRationals tag) throws ImageReadException
ImageReadExceptionpublic byte[] getFieldValue(TagInfoSBytes tag) throws ImageReadException
ImageReadExceptionpublic short[] getFieldValue(TagInfoSShorts tag) throws ImageReadException
ImageReadExceptionpublic int[] getFieldValue(TagInfoSLongs tag) throws ImageReadException
ImageReadExceptionpublic RationalNumber[] getFieldValue(TagInfoSRationals tag) throws ImageReadException
ImageReadExceptionpublic float[] getFieldValue(TagInfoFloats tag) throws ImageReadException
ImageReadExceptionpublic double[] getFieldValue(TagInfoDoubles tag) throws ImageReadException
ImageReadExceptionpublic String getFieldValue(TagInfoGpsText tag) throws ImageReadException
ImageReadExceptionpublic String getFieldValue(TagInfoXpString tag) throws ImageReadException
ImageReadExceptionpublic TiffDirectory findDirectory(int directoryType)
public TiffImageMetadata.GPSInfo getGPS() throws ImageReadException
ImageReadExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.