Uses of Class
it.geosolutions.imageio.plugins.exif.EXIFTags.Type

Packages that use EXIFTags.Type
it.geosolutions.imageio.plugins.exif   
 

Uses of EXIFTags.Type in it.geosolutions.imageio.plugins.exif
 

Methods in it.geosolutions.imageio.plugins.exif that return EXIFTags.Type
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.
 

Methods in it.geosolutions.imageio.plugins.exif with parameters of type EXIFTags.Type
 void EXIFMetadata.setTag(int tagNumber, Object content, EXIFTags.Type tagType)
          Set the specified TAG of the specified list, with the specified content.
 

Constructor parameters in it.geosolutions.imageio.plugins.exif with type arguments of type EXIFTags.Type
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-2013 GeoSolutions. All Rights Reserved.