public class GpxMapper
A mapper class responsible for transforming GPX objects into the platform-agnostic DataScene model.
This mapper handles:
Waypoints (mapped to Points)
Routes (mapped to LineStrings)
Tracks (mapped to MultiGeometries or LineStrings)
public final static GpxMapper
INSTANCE
final DataScene
toScene(Gpx gpx)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final DataScene toScene(Gpx gpx)