Package io.jenetics.jpx


package io.jenetics.jpx
This is the base package of the JPX library. It contains the domain objects which are needed for fully modelling of the GPX standard 1.1 and 1.0.
Since:
1.0
Version:
2.2
  • Class
    Description
    Two lat/lon pairs defining the extent of an element.
    Information about the copyright holder and any license governing use of this file.
    Used for bearing, heading, course.
    Represents a differential GPS station.
    An email address.
    Filter<T,R>
    Filter interface which contains the filter, map, flatMap and listMap methods for transforming values from type T.
    Some commonly usable way-point filter methods.
    Type of GPS fix.
    GPX documents contain a metadata header, followed by way-points, routes, and tracks.
    Builder class for creating immutable GPX objects.
    Class for reading GPX files.
    The possible GPX reader modes.
    Represents the available GPX versions.
    Class for writing GPX files.
    Represents the indentation value, the writer is using.
    The latitude of the point.
    Extent of something along its greatest dimension or the extent of space between two objects or places.
    Represents a given length unit.
    Represents a link to an external resource (Web page, digital photo, video clip, etc) with additional information.
    The longitude of the point.
    Information about the GPX file, author, and copyright restrictions goes in the metadata section.
    Builder class for creating immutable Metadata objects.
    A person or organization.
    A geographic point with optional elevation and time.
    Represents a route - an ordered list of way-points representing a series of turn points leading to a destination.
    Builder class for building Route objects.
    Represents the GPS speed value in m/s.
    Represents a given speed unit.
    Represents a GPX track - an ordered list of points describing a path.
    Builder class for creating immutable Track objects.
    A Track Segment holds a list of Track Points which are logically connected in order.
    Builder class for creating immutable TrackSegment objects.
    Represents an unsigned integer value.
    A WayPoint represents a way-point, point of interest, or named feature on a map.
    Builder for creating a way-point with different parameters.
    A ServiceLoader for managing XML factories used by the library.