org.openstreetmap.josm.gui.layer.geoimage
Class CorrelateGpxWithImages.GpxDataWrapper

java.lang.Object
  extended by org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.GpxDataWrapper
Enclosing class:
CorrelateGpxWithImages

private static class CorrelateGpxWithImages.GpxDataWrapper
extends java.lang.Object


Field Summary
(package private)  GpxData data
           
(package private)  java.io.File file
           
(package private)  java.lang.String name
           
 
Constructor Summary
CorrelateGpxWithImages.GpxDataWrapper(java.lang.String name, GpxData data, java.io.File file)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

java.lang.String name

data

GpxData data

file

java.io.File file
Constructor Detail

CorrelateGpxWithImages.GpxDataWrapper

public CorrelateGpxWithImages.GpxDataWrapper(java.lang.String name,
                                             GpxData data,
                                             java.io.File file)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


JOSM