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
TagDescriptorThis and getString(int) are the only 'get' methods that won't throw an exception.
getDescription in class TagDescriptortagType - the tag to find a description fornull if the tag hasn't been defined.MetadataExceptionpublic java.lang.String getGpsLatitudeDescription()
throws MetadataException
MetadataExceptionpublic java.lang.String getGpsLongitudeDescription()
throws MetadataException
MetadataExceptionpublic java.lang.String getHoursMinutesSecondsDescription(int tagType)
throws MetadataException
MetadataExceptionpublic java.lang.String getGpsTimeStampDescription()
throws MetadataException
MetadataExceptionpublic 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
MetadataExceptionpublic java.lang.String getGpsAltitudeDescription()
throws MetadataException
MetadataExceptionCopyright © 2006 Drew Noakes. All Rights Reserved.