Package | Description |
---|---|
it.geosolutions.imageio.plugins.exif |
Modifier and Type | Method and Description |
---|---|
static EXIFTags.Type |
EXIFTags.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EXIFTags.Type[] |
EXIFTags.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
EXIFMetadata.setTag(int tagNumber,
Object content,
EXIFTags.Type tagType)
Set the specified TAG of the specified list, with the specified content.
|
Constructor and Description |
---|
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–2015 GeoSolutions. All rights reserved.