Module io.jenetics.jpx
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
-
ClassDescriptionTwo 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 thefilter,map,flatMapandlistMapmethods for transforming values from typeT.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 immutableGPXobjects.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 immutableMetadataobjects.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 buildingRouteobjects.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 immutableTrackobjects.A Track Segment holds a list of Track Points which are logically connected in order.Builder class for creating immutableTrackSegmentobjects.Represents an unsigned integer value.AWayPointrepresents a way-point, point of interest, or named feature on a map.Builder for creating a way-point with different parameters.AServiceLoaderfor managing XML factories used by the library.