Package | Description |
---|---|
it.geosolutions.imageio.plugins.exif |
Modifier and Type | Method and Description |
---|---|
static TIFFTagWrapper |
EXIFUtilities.createTag(int tagNumber) |
Constructor and Description |
---|
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.
|
Copyright © 2006–2016 GeoSolutions. All rights reserved.