
Public Member Functions | |
| String | getDescription (int tagType) throws MetadataException |
| GpsDescriptor (Directory directory) | |
Private Member Functions | |
| String | getGpsAltitudeDescription () throws MetadataException |
| String | getGpsAltitudeRefDescription () throws MetadataException |
| String | getGpsDestinationReferenceDescription () |
| String | getGpsDirectionDescription (int tagType) |
| String | getGpsDirectionReferenceDescription (int tagType) |
| String | getGpsLatitudeDescription () throws MetadataException |
| String | getGpsLongitudeDescription () throws MetadataException |
| String | getGpsMeasureModeDescription () |
| String | getGpsSpeedRefDescription () |
| String | getGpsStatusDescription () |
| String | getGpsTimeStampDescription () throws MetadataException |
| String | getHoursMinutesSecondsDescription (int tagType) throws MetadataException |
| GpsDescriptor | ( | Directory | directory | ) |
| String getDescription | ( | int | tagType | ) | throws MetadataException [virtual] |
Returns a descriptive value of the the specified tag for this image. Where possible, known values will be substituted here in place of the raw tokens actually kept in the Exif segment. If no substitution is available, the value provided by getString(int) will be returned.
This and getString(int) are the only 'get' methods that won't throw an exception.
| tagType | the tag to find a description for |
null if the tag hasn't been defined. Implements TagDescriptor.
| String getGpsAltitudeDescription | ( | ) | throws MetadataException [private] |
| String getGpsAltitudeRefDescription | ( | ) | throws MetadataException [private] |
| String getGpsDestinationReferenceDescription | ( | ) | [private] |
| String getGpsDirectionDescription | ( | int | tagType | ) | [private] |
| String getGpsDirectionReferenceDescription | ( | int | tagType | ) | [private] |
| String getGpsLatitudeDescription | ( | ) | throws MetadataException [private] |
| String getGpsLongitudeDescription | ( | ) | throws MetadataException [private] |
| String getGpsMeasureModeDescription | ( | ) | [private] |
| String getGpsSpeedRefDescription | ( | ) | [private] |
| String getGpsStatusDescription | ( | ) | [private] |
| String getGpsTimeStampDescription | ( | ) | throws MetadataException [private] |
| String getHoursMinutesSecondsDescription | ( | int | tagType | ) | throws MetadataException [private] |
1.5.8