summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/com/android/gallery3d/exif/ExifTag.java62
1 files changed, 31 insertions, 31 deletions
diff --git a/src/com/android/gallery3d/exif/ExifTag.java b/src/com/android/gallery3d/exif/ExifTag.java
index fd5826ef5..fad47d678 100644
--- a/src/com/android/gallery3d/exif/ExifTag.java
+++ b/src/com/android/gallery3d/exif/ExifTag.java
@@ -266,37 +266,37 @@ public class ExifTag {
}
public static interface GPS_TAG {
- public static final short GPS_VERSION_ID = 0;
- public static final short GPS_LATITUDE_REF = 1;
- public static final short GPS_LATITUDE = 2;
- public static final short GPS_LONGITUDE_REF = 3;
- public static final short GPS_LONGITUDE = 4;
- public static final short GPS_ALTITUDE_REF = 5;
- public static final short GPS_ALTITUDE = 6;
- public static final short GPS_TIME_STAMP = 7;
- public static final short GPS_SATTELLITES = 8;
- public static final short GPS_STATUS = 9;
- public static final short GPS_MEASURE_MODE = 10;
- public static final short GPS_DOP = 11;
- public static final short GPS_SPEED_REF = 12;
- public static final short GPS_SPEED = 13;
- public static final short GPS_TRACK_REF = 14;
- public static final short GPS_TRACK = 15;
- public static final short GPS_IMG_DIRECTION_REF = 16;
- public static final short GPS_IMG_DIRECTION = 17;
- public static final short GPS_MAP_DATUM = 18;
- public static final short GPS_DEST_LATITUDE_REF = 19;
- public static final short GPS_DEST_LATITUDE = 20;
- public static final short GPS_DEST_LONGITUDE_REF = 21;
- public static final short GPS_DEST_LONGITUDE = 22;
- public static final short GPS_DEST_BEARING_REF = 23;
- public static final short GPS_DEST_BEARING = 24;
- public static final short GPS_DEST_DISTANCE_REF = 25;
- public static final short GPS_DEST_DISTANCE = 26;
- public static final short GPS_PROCESSING_METHOD = 27;
- public static final short GPS_AREA_INFORMATION = 28;
- public static final short GPS_DATA_STAMP = 29;
- public static final short GPS_DIFFERENTIAL = 30;
+ public static final short TAG_GPS_VERSION_ID = 0;
+ public static final short TAG_GPS_LATITUDE_REF = 1;
+ public static final short TAG_GPS_LATITUDE = 2;
+ public static final short TAG_GPS_LONGITUDE_REF = 3;
+ public static final short TAG_GPS_LONGITUDE = 4;
+ public static final short TAG_GPS_ALTITUDE_REF = 5;
+ public static final short TAG_GPS_ALTITUDE = 6;
+ public static final short TAG_GPS_TIME_STAMP = 7;
+ public static final short TAG_GPS_SATTELLITES = 8;
+ public static final short TAG_GPS_STATUS = 9;
+ public static final short TAG_GPS_MEASURE_MODE = 10;
+ public static final short TAG_GPS_DOP = 11;
+ public static final short TAG_GPS_SPEED_REF = 12;
+ public static final short TAG_GPS_SPEED = 13;
+ public static final short TAG_GPS_TRACK_REF = 14;
+ public static final short TAG_GPS_TRACK = 15;
+ public static final short TAG_GPS_IMG_DIRECTION_REF = 16;
+ public static final short TAG_GPS_IMG_DIRECTION = 17;
+ public static final short TAG_GPS_MAP_DATUM = 18;
+ public static final short TAG_GPS_DEST_LATITUDE_REF = 19;
+ public static final short TAG_GPS_DEST_LATITUDE = 20;
+ public static final short TAG_GPS_DEST_LONGITUDE_REF = 21;
+ public static final short TAG_GPS_DEST_LONGITUDE = 22;
+ public static final short TAG_GPS_DEST_BEARING_REF = 23;
+ public static final short TAG_GPS_DEST_BEARING = 24;
+ public static final short TAG_GPS_DEST_DISTANCE_REF = 25;
+ public static final short TAG_GPS_DEST_DISTANCE = 26;
+ public static final short TAG_GPS_PROCESSING_METHOD = 27;
+ public static final short TAG_GPS_AREA_INFORMATION = 28;
+ public static final short TAG_GPS_DATA_STAMP = 29;
+ public static final short TAG_GPS_DIFFERENTIAL = 30;
public static final String GPS_REF_NORTH = "N";
public static final String GPS_REF_SOUTH = "S";