Uses of Class
org.openstreetmap.josm.data.coor.CachedLatLon
-
Packages that use CachedLatLon Package Description org.openstreetmap.josm.data.gpx Provides the classes for JOSMGPX data(points, tracks, routes).org.openstreetmap.josm.gui.layer.markerlayer Provides classes for handling marker layers. -
-
Uses of CachedLatLon in org.openstreetmap.josm.data.gpx
Fields in org.openstreetmap.josm.data.gpx declared as CachedLatLon Modifier and Type Field Description private CachedLatLonGpxImageEntry. posThe following values are computed from the correlation with the gpx track or extracted from the image EXIF data.Methods in org.openstreetmap.josm.data.gpx that return CachedLatLon Modifier and Type Method Description CachedLatLonGpxImageEntry. getPos()Returns the position value.Methods in org.openstreetmap.josm.data.gpx with parameters of type CachedLatLon Modifier and Type Method Description voidGpxImageEntry. setPos(CachedLatLon pos)Sets the position. -
Uses of CachedLatLon in org.openstreetmap.josm.gui.layer.markerlayer
Fields in org.openstreetmap.josm.gui.layer.markerlayer declared as CachedLatLon Modifier and Type Field Description private CachedLatLonMarker. coor
-