Ignore:
Timestamp:
2016-01-01T19:51:11+01:00 (8 years ago)
Author:
Don-vip
Message:

javadoc update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/layer/geoimage/CorrelateGpxWithImages.java

    r9078 r9243  
    11441144     * Match a list of photos to a gpx track with a given offset.
    11451145     * All images need a exifTime attribute and the List must be sorted according to these times.
     1146     * @param images images to match
     1147     * @param selectedGpx selected GPX data
     1148     * @param offset offset
     1149     * @return number of matched points
    11461150     */
    11471151    private int matchGpxTrack(List<ImageEntry> images, GpxData selectedGpx, long offset) {
Note: See TracChangeset for help on using the changeset viewer.