Interface IGpxTrackSegment

    • Method Detail

      • getBounds

        Bounds getBounds()
        Returns the segment bounds.
        Returns:
        the segment bounds
      • getWayPoints

        java.util.Collection<WayPointgetWayPoints()
        Returns the segment waypoints.
        Returns:
        the segment waypoints
      • length

        double length()
        Returns the segment length.
        Returns:
        the segment length
      • getUpdateCount

        int getUpdateCount()
        Returns the number of times this track has been changed
        Returns:
        Number of times this track has been changed. Always 0 for read-only segments