Package com.drew.metadata.exif

Contains classes for the extraction and modelling of Exif metadata and camera manufacturer-specific makernotes.

See:
          Description

Class Summary
CanonMakernoteDescriptor Provides human-readable string representations of tag values stored in a CanonMakernoteDirectory.
CanonMakernoteDirectory Describes tags specific to Canon cameras.
CanonMakernoteDirectory.AFInfo  
CanonMakernoteDirectory.CameraSettings  
CanonMakernoteDirectory.FocalLength  
CanonMakernoteDirectory.Panorama  
CanonMakernoteDirectory.ShotInfo  
CasioType1MakernoteDescriptor Provides human-readable string representations of tag values stored in a CasioType1MakernoteDirectory.
CasioType1MakernoteDirectory Describes tags specific to Casio (type 1) cameras.
CasioType2MakernoteDescriptor Provides human-readable string representations of tag values stored in a CasioType2MakernoteDirectory.
CasioType2MakernoteDirectory Describes tags specific to Casio (type 2) cameras.
DataFormat An enumeration of data formats used in the TIFF IFDs.
ExifIFD0Descriptor Provides human-readable string representations of tag values stored in a ExifIFD0Directory.
ExifIFD0Directory Describes Exif tags from the IFD0 directory.
ExifInteropDescriptor Provides human-readable string representations of tag values stored in a ExifInteropDirectory.
ExifInteropDirectory Describes Exif interoperability tags.
ExifReader Decodes Exif binary data, populating a Metadata object with tag values in ExifSubIFDDirectory, ExifThumbnailDirectory, ExifInteropDirectory, GpsDirectory and one of the many camera makernote directories.
ExifSubIFDDescriptor Provides human-readable string representations of tag values stored in a ExifSubIFDDirectory.
ExifSubIFDDirectory Describes Exif tags from the SubIFD directory.
ExifThumbnailDescriptor Provides human-readable string representations of tag values stored in a ExifThumbnailDirectory.
ExifThumbnailDirectory One of several Exif directories.
FujifilmMakernoteDescriptor Provides human-readable string representations of tag values stored in a FujifilmMakernoteDirectory.
FujifilmMakernoteDirectory Describes tags specific to Fujifilm cameras.
GpsDescriptor Provides human-readable string representations of tag values stored in a GpsDirectory.
GpsDirectory Describes Exif tags that contain Global Positioning System (GPS) data.
KodakMakernoteDescriptor Provides human-readable string representations of tag values stored in a KodakMakernoteDirectory.
KodakMakernoteDirectory Describes tags specific to Kodak cameras.
KyoceraMakernoteDescriptor Provides human-readable string representations of tag values stored in a KyoceraMakernoteDirectory.
KyoceraMakernoteDirectory Describes tags specific to Kyocera and Contax cameras.
NikonType1MakernoteDescriptor Provides human-readable string representations of tag values stored in a NikonType1MakernoteDirectory.
NikonType1MakernoteDirectory Describes tags specific to Nikon (type 1) cameras.
NikonType2MakernoteDescriptor Provides human-readable string representations of tag values stored in a NikonType2MakernoteDirectory.
NikonType2MakernoteDirectory Describes tags specific to Nikon (type 2) cameras.
OlympusMakernoteDescriptor Provides human-readable string representations of tag values stored in a OlympusMakernoteDirectory.
OlympusMakernoteDirectory The Olympus makernote is used by many manufacturers (Konica, Minolta and Epson...), and as such contains some tags that appear specific to those manufacturers.
PanasonicMakernoteDescriptor Provides human-readable string representations of tag values stored in a PanasonicMakernoteDirectory.
PanasonicMakernoteDirectory Describes tags specific to Panasonic and Leica cameras.
PentaxMakernoteDescriptor Provides human-readable string representations of tag values stored in a PentaxMakernoteDirectory.
PentaxMakernoteDirectory Describes tags specific to Pentax and Asahi cameras.
SigmaMakernoteDescriptor Provides human-readable string representations of tag values stored in a SigmaMakernoteDirectory.
SigmaMakernoteDirectory Describes tags specific to Sigma / Foveon cameras.
SonyType1MakernoteDescriptor Provides human-readable string representations of tag values stored in a SonyType1MakernoteDirectory.
SonyType1MakernoteDirectory Describes tags specific to Sony cameras that use the Sony Type 1 makernote tags.
SonyType6MakernoteDescriptor Provides human-readable string representations of tag values stored in a SonyType6MakernoteDirectory.
SonyType6MakernoteDirectory Describes tags specific to Sony cameras that use the Sony Type 6 makernote tags.
 

Package com.drew.metadata.exif Description

Contains classes for the extraction and modelling of Exif metadata and camera manufacturer-specific makernotes.



Copyright © 2012. All Rights Reserved.