Changeset 7592 in josm for trunk/src/org/openstreetmap/josm/tools
- Timestamp:
- 2014-10-01T23:24:11+02:00 (11 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/tools
- Files:
-
- 2 edited
-
ExifReader.java (modified) (1 diff)
-
GeoPropertyIndex.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/ExifReader.java
r7299 r7592 37 37 * @param filename The JPEG file to read 38 38 * @return The date/time read in the EXIF section, or {@code null} if not found 39 * @throws ParseException if {@link DateParser#parse} fails to parse date/time 39 * @throws ParseException if {@link PrimaryDateParser#parse} fails to parse date/time 40 40 */ 41 41 public static Date readTime(File filename) throws ParseException { -
trunk/src/org/openstreetmap/josm/tools/GeoPropertyIndex.java
r7509 r7592 62 62 /** 63 63 * Look up the property for a certain point. 64 * This gives the same result as {@link #geoProp#get(LatLon)}, but64 * This gives the same result as {@link GeoProperty#get(LatLon)}, but 65 65 * should be faster. 66 66 * @param ll the point coordinates
Note:
See TracChangeset
for help on using the changeset viewer.
