Changeset 8243 in josm for trunk/src/com/drew/metadata/exif/GpsDirectory.java
- Timestamp:
- 2015-04-21T00:42:50+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/com/drew/metadata/exif/GpsDirectory.java
r8132 r8243 25 25 import com.drew.lang.annotations.NotNull; 26 26 import com.drew.lang.annotations.Nullable; 27 import com.drew.metadata.Directory;28 27 29 28 import java.util.HashMap; … … 34 33 * @author Drew Noakes https://drewnoakes.com 35 34 */ 36 public class GpsDirectory extends Directory 35 public class GpsDirectory extends ExifDirectoryBase 37 36 { 38 37 /** GPS tag version GPSVersionID 0 0 BYTE 4 */ … … 102 101 static 103 102 { 103 addExifTagNames(_tagNameMap); 104 104 105 _tagNameMap.put(TAG_VERSION_ID, "GPS Version ID"); 105 106 _tagNameMap.put(TAG_LATITUDE_REF, "GPS Latitude Ref");
Note:
See TracChangeset
for help on using the changeset viewer.
