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 List<? extends ImageMetadata.ImageMetadataItem> getDirectories()
public 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 Object getFieldValue(TagInfo tag) throws ImageReadException
ImageReadException
public byte[] getFieldValue(TagInfoByte tag) throws ImageReadException
ImageReadException
public String[] getFieldValue(TagInfoAscii tag) throws ImageReadException
ImageReadException
public short[] getFieldValue(TagInfoShorts tag) throws ImageReadException
ImageReadException
public int[] getFieldValue(TagInfoLongs tag) throws ImageReadException
ImageReadException
public RationalNumber[] getFieldValue(TagInfoRationals tag) throws ImageReadException
ImageReadException
public byte[] getFieldValue(TagInfoSBytes tag) throws ImageReadException
ImageReadException
public short[] getFieldValue(TagInfoSShorts tag) throws ImageReadException
ImageReadException
public int[] getFieldValue(TagInfoSLongs tag) throws ImageReadException
ImageReadException
public RationalNumber[] getFieldValue(TagInfoSRationals tag) throws ImageReadException
ImageReadException
public float[] getFieldValue(TagInfoFloats tag) throws ImageReadException
ImageReadException
public double[] getFieldValue(TagInfoDoubles tag) throws ImageReadException
ImageReadException
public String getFieldValue(TagInfoGpsText tag) throws ImageReadException
ImageReadException
public String getFieldValue(TagInfoXpString tag) throws ImageReadException
ImageReadException
public TiffDirectory findDirectory(int directoryType)
public TiffImageMetadata.GPSInfo getGPS() throws ImageReadException
ImageReadException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.