|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TIFFTagWrapper | |
---|---|
it.geosolutions.imageio.plugins.exif |
Uses of TIFFTagWrapper in it.geosolutions.imageio.plugins.exif |
---|
Methods in it.geosolutions.imageio.plugins.exif that return TIFFTagWrapper | |
---|---|
static TIFFTagWrapper |
EXIFUtilities.createTag(int tagNumber)
|
Constructor parameters in it.geosolutions.imageio.plugins.exif with type arguments of type TIFFTagWrapper | |
---|---|
EXIFMetadata(List<TIFFTagWrapper> baselineExifTags,
List<TIFFTagWrapper> exifTags)
In order to minimize inner checks, make sure that the elements in each list are provided in ascending order, as requested by the EXIF specification. |
|
EXIFMetadata(List<TIFFTagWrapper> baselineExifTags,
List<TIFFTagWrapper> exifTags)
In order to minimize inner checks, make sure that the elements in each list are provided in ascending order, as requested by the EXIF specification. |
|
EXIFMetadata(Map<EXIFTags.Type,List<TIFFTagWrapper>> tagsMap)
In order to minimize inner checks, make sure that the elements in each list of the map are provided in ascending order, as requested by the EXIF specification. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |