com.drew.metadata.exif

Class GpsDescriptor

Implemented Interfaces:
Serializable

public class GpsDescriptor
extends TagDescriptor

Field Summary

Fields inherited from class com.drew.metadata.TagDescriptor

_directory

Constructor Summary

GpsDescriptor(Directory directory)

Method Summary

String
getDescription(int tagType)
String
getGpsAltitudeDescription()
String
getGpsAltitudeRefDescription()
String
getGpsDestinationReferenceDescription()
String
getGpsDirectionDescription(int tagType)
String
getGpsDirectionReferenceDescription(int tagType)
String
getGpsLatitudeDescription()
String
getGpsLongitudeDescription()
String
getGpsMeasureModeDescription()
String
getGpsSpeedRefDescription()
String
getGpsStatusDescription()
String
getGpsTimeStampDescription()
String
getHoursMinutesSecondsDescription(int tagType)

Methods inherited from class com.drew.metadata.TagDescriptor

getDescription

Constructor Details

GpsDescriptor

public GpsDescriptor(Directory directory)

Method Details

getDescription

public String getDescription(int tagType)
            throws MetadataException
Overrides:
getDescription in interface TagDescriptor

getGpsAltitudeDescription

public String getGpsAltitudeDescription()
            throws MetadataException

getGpsAltitudeRefDescription

public String getGpsAltitudeRefDescription()
            throws MetadataException

getGpsDestinationReferenceDescription

public String getGpsDestinationReferenceDescription()

getGpsDirectionDescription

public String getGpsDirectionDescription(int tagType)

getGpsDirectionReferenceDescription

public String getGpsDirectionReferenceDescription(int tagType)

getGpsLatitudeDescription

public String getGpsLatitudeDescription()
            throws MetadataException

getGpsLongitudeDescription

public String getGpsLongitudeDescription()
            throws MetadataException

getGpsMeasureModeDescription

public String getGpsMeasureModeDescription()

getGpsSpeedRefDescription

public String getGpsSpeedRefDescription()

getGpsStatusDescription

public String getGpsStatusDescription()

getGpsTimeStampDescription

public String getGpsTimeStampDescription()
            throws MetadataException

getHoursMinutesSecondsDescription

public String getHoursMinutesSecondsDescription(int tagType)
            throws MetadataException

Copyright © 2006 Drew Noakes. All Rights Reserved.