Package org.bremersee.gpx.model
package org.bremersee.gpx.model
-
ClassDescriptionTwo lat/lon pairs defining the extent of an element.The common gpx interface.Information about the copyright holder and any license governing use of this file.An email address.You can add extend GPX by adding your own elements from another schema here.GPX documents contain a metadata header, followed by waypoints, routes, and tracks.A link to an external resource (Web page, digital photo, video clip, etc) with additional information.Information about the GPX file, author, and copyright restrictions goes in the metadata section.This object contains factory methods for each Java content interface and Java element interface generated in the org.bremersee.gpx.model package.A person or organization.An ordered sequence of points.A geographic point with optional elevation and time.rte represents route - an ordered list of waypoints representing a series of turn points leading to a destination.A Track Segment holds a list of Track Points which are logically connected in order.trk represents a track - an ordered list of points describing a path.wpt represents a waypoint, point of interest, or named feature on a map.