Class EmptyMetadata
java.lang.Object
is.galia.image.EmptyMetadata
-
Constructor Details
-
EmptyMetadata
public EmptyMetadata()
-
-
Method Details
-
getEXIF
-
getIPTC
-
getNativeMetadata
- Specified by:
getNativeMetadata
in interfaceMetadata
- Returns:
- Format-native metadata.
-
getOrientation
Description copied from interface:Metadata
Reads the orientation from the
Orientation
tag inEXIF data
, falling back to the XMP orientation triple inXMP data
.- Specified by:
getOrientation
in interfaceMetadata
- Returns:
- Image orientation, or
Orientation.ROTATE_0
if orientation is not specified in EXIF or XMP data.
-
getXMP
-
getXMPElements
- Specified by:
getXMPElements
in interfaceMetadata
- Returns:
- Map of elements found in the XMP data. If none are found, the map is empty.
-
getXMPModel
- Specified by:
getXMPModel
in interfaceMetadata
- Returns:
- XMP model backed by the contents of
Metadata.getXMP()
.
-