
Public Member Functions | |
| String | getName () |
| GpsDirectory () | |
Static Public Attributes | |
| static final int | TAG_GPS_ALTITUDE = 0x0006 |
| static final int | TAG_GPS_ALTITUDE_REF = 0x0005 |
| static final int | TAG_GPS_DEST_BEARING = 0x0018 |
| static final int | TAG_GPS_DEST_BEARING_REF = 0x0017 |
| static final int | TAG_GPS_DEST_DISTANCE = 0x001A |
| static final int | TAG_GPS_DEST_DISTANCE_REF = 0x0019 |
| static final int | TAG_GPS_DEST_LATITUDE = 0x0014 |
| static final int | TAG_GPS_DEST_LATITUDE_REF = 0x0013 |
| static final int | TAG_GPS_DEST_LONGITUDE = 0x0016 |
| static final int | TAG_GPS_DEST_LONGITUDE_REF = 0x0015 |
| static final int | TAG_GPS_DOP = 0x000B |
| static final int | TAG_GPS_IMG_DIRECTION = 0x0011 |
| static final int | TAG_GPS_IMG_DIRECTION_REF = 0x0010 |
| static final int | TAG_GPS_LATITUDE = 0x0002 |
| static final int | TAG_GPS_LATITUDE_REF = 0x0001 |
| static final int | TAG_GPS_LONGITUDE = 0x0004 |
| static final int | TAG_GPS_LONGITUDE_REF = 0x0003 |
| static final int | TAG_GPS_MAP_DATUM = 0x0012 |
| static final int | TAG_GPS_MEASURE_MODE = 0x000A |
| static final int | TAG_GPS_SATELLITES = 0x0008 |
| static final int | TAG_GPS_SPEED = 0x000D |
| static final int | TAG_GPS_SPEED_REF = 0x000C |
| static final int | TAG_GPS_STATUS = 0x0009 |
| static final int | TAG_GPS_TIME_STAMP = 0x0007 |
| static final int | TAG_GPS_TRACK = 0x000F |
| static final int | TAG_GPS_TRACK_REF = 0x000E |
| static final int | TAG_GPS_VERSION_ID = 0x0000 |
Protected Member Functions | |
| HashMap | getTagNameMap () |
Static Protected Attributes | |
| static final HashMap | tagNameMap = new HashMap() |
Static Package Functions | |
| [static initializer] | |
| GpsDirectory | ( | ) |
| [static initializer] | ( | ) | [static, package] |
| String getName | ( | ) | [virtual] |
Provides the name of the directory, for display purposes. E.g. Exif
Implements Directory.
| HashMap getTagNameMap | ( | ) | [protected, virtual] |
Provides the map of tag names, hashed by tag type identifier.
Implements Directory.
final int TAG_GPS_ALTITUDE = 0x0006 [static] |
Altitude GPSAltitude 6 6 RATIONAL 1
final int TAG_GPS_ALTITUDE_REF = 0x0005 [static] |
Altitude reference GPSAltitudeRef 5 5 BYTE 1
final int TAG_GPS_DEST_BEARING = 0x0018 [static] |
Bearing of destination GPSDestBearing 24 18 RATIONAL 1
final int TAG_GPS_DEST_BEARING_REF = 0x0017 [static] |
Reference for bearing of destination GPSDestBearingRef 23 17 ASCII 2
final int TAG_GPS_DEST_DISTANCE = 0x001A [static] |
Distance to destination GPSDestDistance 26 1A RATIONAL 1
final int TAG_GPS_DEST_DISTANCE_REF = 0x0019 [static] |
Reference for distance to destination GPSDestDistanceRef 25 19 ASCII 2
final int TAG_GPS_DEST_LATITUDE = 0x0014 [static] |
Latitude of destination GPSDestLatitude 20 14 RATIONAL 3
final int TAG_GPS_DEST_LATITUDE_REF = 0x0013 [static] |
Reference for latitude of destination GPSDestLatitudeRef 19 13 ASCII 2
final int TAG_GPS_DEST_LONGITUDE = 0x0016 [static] |
Longitude of destination GPSDestLongitude 22 16 RATIONAL 3
final int TAG_GPS_DEST_LONGITUDE_REF = 0x0015 [static] |
Reference for longitude of destination GPSDestLongitudeRef 21 15 ASCII 2
final int TAG_GPS_DOP = 0x000B [static] |
Measurement precision GPSDOP 11 B RATIONAL 1
final int TAG_GPS_IMG_DIRECTION = 0x0011 [static] |
Direction of image GPSImgDirection 17 11 RATIONAL 1
final int TAG_GPS_IMG_DIRECTION_REF = 0x0010 [static] |
Reference for direction of image GPSImgDirectionRef 16 10 ASCII 2
final int TAG_GPS_LATITUDE = 0x0002 [static] |
Latitude GPSLatitude 2 2 RATIONAL 3
final int TAG_GPS_LATITUDE_REF = 0x0001 [static] |
North or South Latitude GPSLatitudeRef 1 1 ASCII 2
final int TAG_GPS_LONGITUDE = 0x0004 [static] |
Longitude GPSLongitude 4 4 RATIONAL 3
final int TAG_GPS_LONGITUDE_REF = 0x0003 [static] |
East or West Longitude GPSLongitudeRef 3 3 ASCII 2
final int TAG_GPS_MAP_DATUM = 0x0012 [static] |
Geodetic survey data used GPSMapDatum 18 12 ASCII Any
final int TAG_GPS_MEASURE_MODE = 0x000A [static] |
GPS measurement mode GPSMeasureMode 10 A ASCII 2
final int TAG_GPS_SATELLITES = 0x0008 [static] |
GPS satellites used for measurement GPSSatellites 8 8 ASCII Any
final int TAG_GPS_SPEED = 0x000D [static] |
Speed of GPS receiver GPSSpeed 13 D RATIONAL 1
final int TAG_GPS_SPEED_REF = 0x000C [static] |
Speed unit GPSSpeedRef 12 C ASCII 2
final int TAG_GPS_STATUS = 0x0009 [static] |
GPS receiver status GPSStatus 9 9 ASCII 2
final int TAG_GPS_TIME_STAMP = 0x0007 [static] |
GPS time (atomic clock) GPSTimeStamp 7 7 RATIONAL 3
final int TAG_GPS_TRACK = 0x000F [static] |
Direction of movement GPSTrack 15 F RATIONAL 1
final int TAG_GPS_TRACK_REF = 0x000E [static] |
Reference for direction of movement GPSTrackRef 14 E ASCII 2
final int TAG_GPS_VERSION_ID = 0x0000 [static] |
GPS tag version GPSVersionID 0 0 BYTE 4
final HashMap tagNameMap = new HashMap() [static, protected] |
1.5.8