Interface | Description |
---|---|
Filter<T,R> |
Filter interface which contains the
filter , map ,
flatMap and listMap methods for transforming values from
type T . |
Point |
A geographic point with optional elevation and time.
|
Class | Description |
---|---|
Bounds |
Two lat/lon pairs defining the extent of an element.
|
Copyright |
Information about the copyright holder and any license governing use of this
file.
|
Degrees |
Used for bearing, heading, course.
|
DGPSStation |
Represents a differential GPS station.
|
An email address.
|
|
Filters |
Some commonly usable way-point filter methods.
|
GPX |
GPX documents contain a metadata header, followed by way-points, routes, and
tracks.
|
GPX.Builder |
Builder class for creating immutable
GPX objects. |
Latitude |
The latitude of the point.
|
Length |
Extent of something along its greatest dimension or the extent of space
between two objects or places.
|
Link |
Represents a link to an external resource (Web page, digital photo, video
clip, etc) with additional information.
|
Longitude |
The longitude of the point.
|
Metadata |
Information about the GPX file, author, and copyright restrictions goes in
the metadata section.
|
Metadata.Builder |
Builder class for creating immutable
Metadata objects. |
Person |
A person or organization.
|
Route |
Represents a route - an ordered list of way-points representing a series of
turn points leading to a destination.
|
Route.Builder |
Builder class for building
Route objects. |
Speed |
Represents the GPS speed value in m/s.
|
Track |
Represents a GPX track - an ordered list of points describing a path.
|
Track.Builder |
Builder class for creating immutable
Track objects. |
TrackSegment |
A Track Segment holds a list of Track Points which are logically connected in
order.
|
TrackSegment.Builder |
Builder class for creating immutable
TrackSegment objects. |
UInt |
Represents an unsigned integer value.
|
WayPoint |
A
WayPoint represents a way-point, point of interest, or named
feature on a map. |
WayPoint.Builder |
Builder for creating a way-point with different parameters.
|
Enum | Description |
---|---|
Fix |
Type of GPS fix.
|
Length.Unit |
Represents a given length unit.
|
Speed.Unit |
Represents a given speed unit.
|
© 2016-2017 Franz Wilhelmstötter (2017-02-22 21:53)