ExifIfdPackage
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage, com.groupdocs.metadata.core.ExifDictionaryBasePackage
public final class ExifIfdPackage extends ExifDictionaryBasePackage
Represents the Exif Image File Directory. Exif IFD is a set of tags for recording Exif-specific attribute information.
Learn more
Methods
Method | Description |
---|---|
getCameraOwnerName() | Gets the camera owner’s name. |
setCameraOwnerName(String value) | Sets the camera owner’s name. |
getBodySerialNumber() | Gets the camera body serial number. |
setBodySerialNumber(String value) | Sets the camera body serial number. |
getCfaPattern() | Gets the color filter array (CFA) geometric pattern of the image sensor when a one-chip color area sensor is used. |
setCfaPattern(byte[] value) | Sets the color filter array (CFA) geometric pattern of the image sensor when a one-chip color area sensor is used. |
getUserComment() | Gets the user comment. |
setUserComment(String value) | Sets the user comment. |
getCameraOwnerName()
public final String getCameraOwnerName()
Gets the camera owner’s name.
Returns: java.lang.String - The name of the camera owner.
setCameraOwnerName(String value)
public final void setCameraOwnerName(String value)
Sets the camera owner’s name.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The name of the camera owner. |
getBodySerialNumber()
public final String getBodySerialNumber()
Gets the camera body serial number.
Returns: java.lang.String - The camera body serial number.
setBodySerialNumber(String value)
public final void setBodySerialNumber(String value)
Sets the camera body serial number.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The camera body serial number. |
getCfaPattern()
public final byte[] getCfaPattern()
Gets the color filter array (CFA) geometric pattern of the image sensor when a one-chip color area sensor is used.
Returns: byte[] - The color filter array (CFA) geometric pattern of the image sensor when a one-chip color area sensor is used.
setCfaPattern(byte[] value)
public final void setCfaPattern(byte[] value)
Sets the color filter array (CFA) geometric pattern of the image sensor when a one-chip color area sensor is used.
Parameters:
Parameter | Type | Description |
---|---|---|
value | byte[] | The color filter array (CFA) geometric pattern of the image sensor when a one-chip color area sensor is used. |
getUserComment()
public final String getUserComment()
Gets the user comment.
Returns: java.lang.String - The user comment.
setUserComment(String value)
public final void setUserComment(String value)
Sets the user comment.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The user comment. |