public class EXIFMetadata extends Object
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(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.
|
Modifier and Type | Method and Description |
---|---|
void |
setTag(int tagNumber,
Object content,
EXIFTags.Type tagType)
Set the specified TAG of the specified list, with the specified content.
|
public EXIFMetadata(List<TIFFTagWrapper> baselineExifTags, List<TIFFTagWrapper> exifTags)
public EXIFMetadata(Map<EXIFTags.Type,List<TIFFTagWrapper>> tagsMap)
tagsMap
- the map containing EXIF tags. The map won't be clonedpublic void setTag(int tagNumber, Object content, EXIFTags.Type tagType)
tagNumber
- the number of the tag to be updated.content
- the content to be set for that tag.tagType
- the type of TAGs list to be scanned.Copyright © 2006–2015 GeoSolutions. All rights reserved.