- Timestamp:
- 2025-04-24T12:22:39+02:00 (5 days ago)
- Location:
- trunk/src/org/openstreetmap/josm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/gpx/GpxImageEntry.java
r19387 r19391 228 228 229 229 /** 230 * Return the exifGPS coordinates datum value.230 * Return the EXIF GPS coordinates datum value. 231 231 * @return The datum value 232 232 * @since 19387 … … 240 240 241 241 /** 242 * Return the exifGPS processing method string242 * Return the EXIF GPS processing method string 243 243 * @return the processing method string 244 244 * @since 19387 … … 550 550 } 551 551 552 /** 553 * Sets the EXIF coordinate. 554 * @param exifCoor the coordinate 555 */ 552 556 public void setExifCoor(LatLon exifCoor) { 553 557 this.exifCoor = exifCoor; … … 571 575 572 576 /** 573 * Sets the exifGPS track (move direction angle)574 * @param exifGpsTrack the exifGPS track angle577 * Sets the EXIF GPS track (move direction angle) 578 * @param exifGpsTrack the EXIF GPS track angle 575 579 * @since 19387 576 580 */ … … 581 585 582 586 /** 583 * Sets the exifhorizontal positioning error584 * @param exifH posErr the Exifhorizontal positionning error587 * Sets the EXIF horizontal positioning error 588 * @param exifHPosErr the EXIF horizontal positionning error 585 589 * @since 19387 586 590 */ -
trunk/src/org/openstreetmap/josm/gui/layer/geoimage/ImageMetadata.java
r19387 r19391 263 263 /** 264 264 * Sets the EXIF horizontal positioning error. 265 * @param exifH posErr the EXIF horizontal positionning error265 * @param exifHPosErr the EXIF horizontal positionning error 266 266 * @since 19387 267 267 */
Note:
See TracChangeset
for help on using the changeset viewer.