Class GPXCoordinate


  • public class GPXCoordinate
    extends Object
    This class is used to convert a waypoint to a coordinate
    Author:
    Erwan Bocher
    • Constructor Detail

      • GPXCoordinate

        public GPXCoordinate()
    • Method Detail

      • createCoordinate

        public static org.locationtech.jts.geom.Coordinate createCoordinate​(Attributes attributes)
                                                                     throws NumberFormatException
        General method to create a coordinate from a gpx point.
        Parameters:
        attributes - Attributes of the point. Here it is latitude and longitude
        Returns:
        a coordinate
        Throws:
        NumberFormatException