Class ImageTimestampsAttributes
Object
org.anchoranalysis.image.io.stack.input.ImageTimestampsAttributes
public final class ImageTimestampsAttributes extends Object
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
Constructors Constructor Description ImageTimestampsAttributes(ImageFileAttributes attributes, Optional<ZonedDateTime> acqusitionTime) -
Method Summary
Modifier and Type Method Description booleanequals(Object o)Optional<ZonedDateTime>getAcqusitionTime()A timestamp, if available, of when the image was first physically created by the camera/device.ImageFileAttributesgetAttributes()Timestamps and other metadata associated with an image file-path, but not with the file's contents.inthashCode()StringtoString()
-
Constructor Details
-
ImageTimestampsAttributes
public ImageTimestampsAttributes(ImageFileAttributes attributes, Optional<ZonedDateTime> acqusitionTime)
-
-
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
-