Package 

Class GpxParser


  • 
    public final class GpxParser
    
                        

    A parser for GPX (GPS Exchange Format) files.

    Uses the pdvrieze/xmlutil library for XML parsing. Supports parsing GPX 1.0 and 1.1 formats (normalizing 1.0 to 1.1).

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class GpxParser.Companion
    • Constructor Summary

      Constructors 
      Constructor Description
      GpxParser()
    • Method Summary

      Modifier and Type Method Description
      final Gpx parse(InputStream inputStream)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait