Class ImageTimestampsAttributes
Object
ImageTimestampsAttributes
This combines
ImageFileAttributes
plus a timestamp for image-acqusition.
It is intended to encapsulate all the timestamps relevant for ImageMetadata
plus any
additional metadata from ImageFileAttributes
(e.g. the extension).
- Author:
- Owen Feehan
-
Constructor Summary
ConstructorsConstructorDescriptionImageTimestampsAttributes
(ImageFileAttributes attributes, Optional<ZonedDateTime> acqusitionTime) Creates a newImageTimestampsAttributes
instance. -
Method Summary
-
Constructor Details
-
ImageTimestampsAttributes
public ImageTimestampsAttributes(ImageFileAttributes attributes, Optional<ZonedDateTime> acqusitionTime) Creates a newImageTimestampsAttributes
instance.- Parameters:
attributes
- Timestamps and other metadata associated with an image file-path, but not with the file's contents.acqusitionTime
- A timestamp, if available, of when the image was first physically created by the camera/device.
-
-
Method Details
-
getAttributes
Timestamps and other metadata associated with an image file-path, but not with the file's contents. -
getAcqusitionTime
A timestamp, if available, of when the image was first physically created by the camera/device. -
equals
-
hashCode
public int hashCode() -
toString
-