public class GpsDescriptor extends TagDescriptor
_directory
Constructor and Description |
---|
GpsDescriptor(Directory directory) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription(int tagType)
Returns a descriptive value of the the specified tag for this image.
|
java.lang.String |
getGpsAltitudeDescription() |
java.lang.String |
getGpsAltitudeRefDescription() |
java.lang.String |
getGpsDestinationReferenceDescription() |
java.lang.String |
getGpsDirectionDescription(int tagType) |
java.lang.String |
getGpsDirectionReferenceDescription(int tagType) |
java.lang.String |
getGpsLatitudeDescription() |
java.lang.String |
getGpsLongitudeDescription() |
java.lang.String |
getGpsMeasureModeDescription() |
java.lang.String |
getGpsSpeedRefDescription() |
java.lang.String |
getGpsStatusDescription() |
java.lang.String |
getGpsTimeStampDescription() |
java.lang.String |
getHoursMinutesSecondsDescription(int tagType) |
public GpsDescriptor(Directory directory)
public java.lang.String getDescription(int tagType) throws MetadataException
TagDescriptor
This and getString(int) are the only 'get' methods that won't throw an exception.
getDescription
in class TagDescriptor
tagType
- the tag to find a description fornull
if the tag hasn't been defined.MetadataException
public java.lang.String getGpsLatitudeDescription() throws MetadataException
MetadataException
public java.lang.String getGpsLongitudeDescription() throws MetadataException
MetadataException
public java.lang.String getHoursMinutesSecondsDescription(int tagType) throws MetadataException
MetadataException
public java.lang.String getGpsTimeStampDescription() throws MetadataException
MetadataException
public java.lang.String getGpsDestinationReferenceDescription()
public java.lang.String getGpsDirectionDescription(int tagType)
public java.lang.String getGpsDirectionReferenceDescription(int tagType)
public java.lang.String getGpsSpeedRefDescription()
public java.lang.String getGpsMeasureModeDescription()
public java.lang.String getGpsStatusDescription()
public java.lang.String getGpsAltitudeRefDescription() throws MetadataException
MetadataException
public java.lang.String getGpsAltitudeDescription() throws MetadataException
MetadataException
Copyright © 2006 Drew Noakes. All Rights Reserved.