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