public class ExifInfo extends ExifDictionaryBase
Represents base abstraction for EXIF data (Exchangeable image file format).
Constructor and Description |
---|
ExifInfo()
Initializes a new instance of the
ExifInfo class. |
Modifier and Type | Method and Description |
---|---|
String |
getBodySerialNumber()
Gets or sets camera body serial number.
|
String |
getCameraOwnerName()
Gets or sets camera owner's name.
|
byte[] |
getCFAPattern()
Gets or sets the CFA pattern.
|
GpsInfo |
getGPSData()
Gets GPS data.
|
byte[] |
getThumbnail()
Gets the image thumbnail in bytes representation.
|
String |
getUserComment()
Gets or sets the user comment.
|
void |
setBodySerialNumber(String value)
Gets or sets camera body serial number.
|
void |
setCameraOwnerName(String value)
Gets or sets camera owner's name.
|
void |
setCFAPattern(byte[] value)
Gets or sets the CFA pattern.
|
void |
setUserComment(String value)
Gets or sets the user comment.
|
getTags, readByTagId, setTags
public final GpsInfo getGPSData()
Gets GPS data.
Value: The GPS data.public final String getCameraOwnerName()
Gets or sets camera owner's name.
Value: The name of the camera owner.public final void setCameraOwnerName(String value)
Gets or sets camera owner's name.
Value: The name of the camera owner.public final String getBodySerialNumber()
Gets or sets camera body serial number.
Value: The body serial number.public final void setBodySerialNumber(String value)
Gets or sets camera body serial number.
Value: The body serial number.public final byte[] getCFAPattern()
Gets or sets the CFA pattern.
Value: The CFA pattern.public final void setCFAPattern(byte[] value)
Gets or sets the CFA pattern.
Value: The CFA pattern.public final String getUserComment()
Gets or sets the user comment.
Value: The user comment.public final void setUserComment(String value)
Gets or sets the user comment.
Value: The user comment.public final byte[] getThumbnail()
Gets the image thumbnail in bytes representation.
Value: The thumbnail.Copyright © 2017. All rights reserved.