IfdContainer class
An EXIF container of one or more named EXIF IFD directories.
The typical directory for image EXIF data is ifd0. Sometimes an image may have additional image data, such as for a thumbnail, which would be contained in a directory ifd1.
Directories may also have sub-containers, such as for GPS data.
- Implementers
Constructors
- IfdContainer.new()
- IfdContainer.from(IfdContainer? other)
Properties
-
directories
↔ Map<
String, IfdDirectory> -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isEmpty → bool
-
no setter
-
keys
→ Iterable<
String> -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
values
→ Iterable<
IfdDirectory> -
no setter
Methods
-
clear(
) → void -
containsKey(
String key) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator [](
String ifdName) → IfdDirectory -
operator []=(
String ifdName, IfdDirectory value) → void