Uses of Interface
org.openstreetmap.josm.data.gpx.GpxDataContainer
-
Packages that use GpxDataContainer Package Description org.openstreetmap.josm.gui.layer Provides classes for handling the different kinds of map layers.org.openstreetmap.josm.gui.layer.geoimage Provides classes for handling layers displaying geotagged pictures. -
-
Uses of GpxDataContainer in org.openstreetmap.josm.gui.layer
Classes in org.openstreetmap.josm.gui.layer that implement GpxDataContainer Modifier and Type Class Description class
GpxLayer
A layer that displays data from a Gpx file / the OSM gpx downloads. -
Uses of GpxDataContainer in org.openstreetmap.josm.gui.layer.geoimage
Classes in org.openstreetmap.josm.gui.layer.geoimage that implement GpxDataContainer Modifier and Type Class Description class
CorrelationSupportLayer
A support layer meant to be modified by the user to provide real-time images correlation.
-