RawTiffTagPackage

Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage, com.groupdocs.metadata.core.RawDictionaryBasePackage

public final class RawTiffTagPackage extends RawDictionaryBasePackage

Represents Tiff tags.

Methods

Method Description
getRawIFD1Package() Gets the IFD1.
getRawIFD2Package() Gets the IFD2.
getRawIFD3Package() Gets the IFD3.
getRawExifTagPackage() Gets the Exif tag (Exif IFD Pointer).
getGpsIfdPackage() Gets the GPS tag (GPSInfo IFD Pointer).
getImageWidth() Gets the image width.
getImageHeight() Gets the image height.
getBitsPerSample() Gets the bits per sample.
getCompression() Gets compression.
getPhotometricInterpretation() Gets PhotometricInterpretation.
getImageDescription() Gets a character string giving the title of the image.
setImageDescription(String value) Sets a character string giving the title of the image.
getMake() Gets the macro mode.
getModel() Gets the model.
getStripOffset() Gets the StripOffset.
getOrientation() Gets the orientation.
getSamplesPerPixel() Gets the SamplesPerPixel.
getRowsPerStrip() Gets the RowsPerStrip.
getStripByteCounts() Gets the strip byte counts.
getXResolution() Gets the XResolution.
getYResolution() Gets the YResolution.
getPlanarConfiguration() Gets the PlanarConfiguration.
getResolutionUnit() Gets the Resolution Unit.
getTransferFunction() Gets the TransferFunction.
getSoftware() Gets the Software.
getDateTime() Gets the DateTime.
getArtist() Gets the Artist.
getWhitePoint() Gets the WhitePoint.
getPrimaryChromaticities() Gets the PrimaryChromaticities.
getJpegInterchangeFormat() Gets the JpegInterchangeFormat.
getJpegInterchangeFormatLength() Gets the JpegInterchangeFormatLength.
getYCbCrCoefficients() Gets the YCbCrCoefficients.
getYCbCrSubSampling() Gets the YCbCrSubSampling.
getYCbCrPositioning() Gets the YCbCrPositioning.
getReferenceBlackWhite() Gets the ReferenceBlackWhite.
getCopyright() Gets the Copyright.
getEXIF() Gets the EXIF.
getGpsIfd() Gets the EXIF.

getRawIFD1Package()

public final RawIFD1Package getRawIFD1Package()

Gets the IFD1.

Returns: RawIFD1Package - The IFD1.

getRawIFD2Package()

public final RawIFD2Package getRawIFD2Package()

Gets the IFD2.

Returns: RawIFD2Package - The IFD2.

getRawIFD3Package()

public final RawIFD3Package getRawIFD3Package()

Gets the IFD3.

Returns: RawIFD3Package - The IFD3.

getRawExifTagPackage()

public final RawExifTagPackage getRawExifTagPackage()

Gets the Exif tag (Exif IFD Pointer).

Returns: RawExifTagPackage - The Exif tag (Exif IFD Pointer).

getGpsIfdPackage()

public final GpsIfdPackage getGpsIfdPackage()

Gets the GPS tag (GPSInfo IFD Pointer).

Returns: GpsIfdPackage - The GPS tag (GPSInfo IFD Pointer).

getImageWidth()

public final int getImageWidth()

Gets the image width.

Returns: int - The image width.

getImageHeight()

public final int getImageHeight()

Gets the image height.

Returns: int - The image height.

getBitsPerSample()

public final int[] getBitsPerSample()

Gets the bits per sample.

Returns: int[] - The bits per sample.

getCompression()

public final int getCompression()

Gets compression.

Returns: int - The compression.

getPhotometricInterpretation()

public final int getPhotometricInterpretation()

Gets PhotometricInterpretation.

Returns: int - The PhotometricInterpretation.

getImageDescription()

public final String getImageDescription()

Gets a character string giving the title of the image. It may be a comment such as “1988 company picnic” or the like.

Returns: java.lang.String - The image description.

setImageDescription(String value)

public final void setImageDescription(String value)

Sets a character string giving the title of the image. It may be a comment such as “1988 company picnic” or the like.

Parameters:

Parameter Type Description
value java.lang.String The image description.

getMake()

public final String getMake()

Gets the macro mode.

Returns: java.lang.String - The macro mode.

getModel()

public final String getModel()

Gets the model.

Returns: java.lang.String - The model.

getStripOffset()

public final long getStripOffset()

Gets the StripOffset.

Returns: long - The StripOffset.

getOrientation()

public final int getOrientation()

Gets the orientation.

Returns: int - The orientation.

getSamplesPerPixel()

public final int getSamplesPerPixel()

Gets the SamplesPerPixel.

Returns: int - The SamplesPerPixel.

getRowsPerStrip()

public final long getRowsPerStrip()

Gets the RowsPerStrip.

Returns: long - The RowsPerStrip.

getStripByteCounts()

public final long getStripByteCounts()

Gets the strip byte counts.

Returns: long - The strip byte counts.

getXResolution()

public final float getXResolution()

Gets the XResolution.

Returns: float - The XResolution.

getYResolution()

public final float getYResolution()

Gets the YResolution.

Returns: float - The YResolution.

getPlanarConfiguration()

public final int getPlanarConfiguration()

Gets the PlanarConfiguration.

Returns: int - The PlanarConfiguration.

getResolutionUnit()

public final int getResolutionUnit()

Gets the Resolution Unit.

Returns: int - The Resolution Unit.

getTransferFunction()

public final int[] getTransferFunction()

Gets the TransferFunction.

Returns: int[] - The TransferFunction.

getSoftware()

public final String getSoftware()

Gets the Software.

Returns: java.lang.String - The Software.

getDateTime()

public final String getDateTime()

Gets the DateTime.

Returns: java.lang.String - The DateTime.

getArtist()

public final String getArtist()

Gets the Artist.

Returns: java.lang.String - The Artist.

getWhitePoint()

public final double[] getWhitePoint()

Gets the WhitePoint.

Returns: double[] - The WhitePoint.

getPrimaryChromaticities()

public final double[] getPrimaryChromaticities()

Gets the PrimaryChromaticities.

Returns: double[] - The PrimaryChromaticities.

getJpegInterchangeFormat()

public final long getJpegInterchangeFormat()

Gets the JpegInterchangeFormat.

Returns: long - The JpegInterchangeFormat.

getJpegInterchangeFormatLength()

public final long getJpegInterchangeFormatLength()

Gets the JpegInterchangeFormatLength.

Returns: long - The JpegInterchangeFormatLength.

getYCbCrCoefficients()

public final double[] getYCbCrCoefficients()

Gets the YCbCrCoefficients.

Returns: double[] - The YCbCrCoefficients.

getYCbCrSubSampling()

public final int[] getYCbCrSubSampling()

Gets the YCbCrSubSampling.

Returns: int[] - The YCbCrSubSampling.

getYCbCrPositioning()

public final int getYCbCrPositioning()

Gets the YCbCrPositioning.

Returns: int - The YCbCrPositioning.

getReferenceBlackWhite()

public final double[] getReferenceBlackWhite()

Gets the ReferenceBlackWhite.

Returns: double[] - The ReferenceBlackWhite.

getCopyright()

public final String getCopyright()

Gets the Copyright.

Returns: java.lang.String - The Copyright.

getEXIF()

public final long getEXIF()

Gets the EXIF.

Returns: long - The EXIF.

getGpsIfd()

public final long getGpsIfd()

Gets the EXIF.

Returns: long - The EXIF.