Package org.apache.sis.internal.storage.gpx


package org.apache.sis.internal.storage.gpx
Reads and writes data in GPS Exchange Format (GPX). The GPX format can be used to describe waypoints, tracks, and routes. Example (from Wikipedia): The GPX 1.1 specification enforces the following conventions:
  • All coordinates are relative to the WGS84 datum.
  • All measurements are in metric units.
Since:
0.8
Version:
1.3
See Also:
  • Classes
    Class
    Description
    GPX attribute names in XML files.
    Geographic bounding box encoded in a GPX file.
    Information about the copyright holder and any license governing use of a GPX file.
    An email address broken into two parts (id and domain) to help prevent email harvesting.
    Creates a single (Multi)Polyline instance from a sequence of points or polylines stored in another property.
    The attribute resulting from execution if the GroupAsPolylineOperation.
    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.
    Information about a person or organization.
    Reader for GPX 1.0 and 1.1 files.
    A data store backed by GPX files.
    The provider of Store instances.
    GPX tag names in XML files and their namespaces.
    Feature types that may appear in GPX files.
    Updates the content of a GPX file by rewriting it.
    A GPX store capable to write GPX file.
    Writer for GPX 1.0 and 1.1 files.