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