Package org.openstreetmap.josm.data.gpx
Interface GpxDataContainer
-
- All Known Implementing Classes:
CorrelationSupportLayer,GpxLayer
public interface GpxDataContainer
Object containing aGpxDatainstance.- Since:
- 18078
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GpxDatagetGpxData()Returns the GPX data.
-
-
-
Method Detail
-
getGpxData
GpxData getGpxData()
Returns the GPX data.- Returns:
- the GPX data
-
-