- A() - Method in class io.jenetics.jpx.geom.Ellipsoid
-
Return the equatorial radius, in meter.
- addLink(Link) - Method in class io.jenetics.jpx.Metadata.Builder
-
Add the given link
to the metadata
- addLink(String) - Method in class io.jenetics.jpx.Metadata.Builder
-
Add the given link
to the metadata
- addLink(Link) - Method in class io.jenetics.jpx.Route.Builder
-
Set the links to external information about the route.
- addLink(String) - Method in class io.jenetics.jpx.Route.Builder
-
Set the links to external information about the route.
- addLink(Link) - Method in class io.jenetics.jpx.Track.Builder
-
Add the given link
to the track
- addLink(String) - Method in class io.jenetics.jpx.Track.Builder
-
Add the given link
to the track
- addLink(Link) - Method in class io.jenetics.jpx.WayPoint.Builder
-
Set the links to external information about the way-point.
- addLink(String) - Method in class io.jenetics.jpx.WayPoint.Builder
-
Set the links to external information about the way-point.
- addPoint(WayPoint) - Method in class io.jenetics.jpx.Route.Builder
-
Adds a way-point to the route.
- addPoint(Consumer<WayPoint.Builder>) - Method in class io.jenetics.jpx.Route.Builder
-
Add a new way-point via the given WayPoint.Builder
class.
- addPoint(WayPoint) - Method in class io.jenetics.jpx.TrackSegment.Builder
-
Add a way-point to the track-segment.
- addPoint(Consumer<WayPoint.Builder>) - Method in class io.jenetics.jpx.TrackSegment.Builder
-
Add a way-point to the track-segment, via the given way-point builder.
- addRoute(Route) - Method in class io.jenetics.jpx.GPX.Builder
-
Add a route the GPX
object.
- addRoute(Consumer<Route.Builder>) - Method in class io.jenetics.jpx.GPX.Builder
-
Add a route the GPX
object.
- addSegment(TrackSegment) - Method in class io.jenetics.jpx.Track.Builder
-
Add a track segment to the track.
- addSegment(Consumer<TrackSegment.Builder>) - Method in class io.jenetics.jpx.Track.Builder
-
Add a track segment to the track, via the given builder.
- addTrack(Track) - Method in class io.jenetics.jpx.GPX.Builder
-
Add a track the GPX
object.
- addTrack(Consumer<Track.Builder>) - Method in class io.jenetics.jpx.GPX.Builder
-
Add a track the GPX
object.
- addWayPoint(WayPoint) - Method in class io.jenetics.jpx.GPX.Builder
-
Add one way-point to the GPX
object.
- addWayPoint(Consumer<WayPoint.Builder>) - Method in class io.jenetics.jpx.GPX.Builder
-
- ageofdgpsdata(Duration) - Method in class io.jenetics.jpx.WayPoint.Builder
-
Set the age since last DGPS update.
- ageofdgpsdata(double) - Method in class io.jenetics.jpx.WayPoint.Builder
-
Set the number of seconds since last DGPS update.
- ageofdgpsdata() - Method in class io.jenetics.jpx.WayPoint.Builder
-
Return the current age since last DGPS update.
- author(Person) - Method in class io.jenetics.jpx.Metadata.Builder
-
Set the metadata author.
- author(String) - Method in class io.jenetics.jpx.Metadata.Builder
-
Set the metadata author.
- B() - Method in class io.jenetics.jpx.geom.Ellipsoid
-
Return the polar radius, in meter.
- Bounds - Class in io.jenetics.jpx
-
Two lat/lon pairs defining the extent of an element.
- bounds(Bounds) - Method in class io.jenetics.jpx.Metadata.Builder
-
Set the GPX bounds.
- build() - Method in interface io.jenetics.jpx.Filter
-
Return a new object of type R
which contains the elements of the
applied filter functions.
- build() - Method in class io.jenetics.jpx.GPX.Builder
-
Create an immutable GPX
object from the current builder state.
- build() - Method in class io.jenetics.jpx.Metadata.Builder
-
Create an immutable Metadata
object from the current builder
state.
- build() - Method in class io.jenetics.jpx.Route.Builder
-
Create a new Route
object with the set values.
- build() - Method in class io.jenetics.jpx.Track.Builder
-
Create a new GPX track from the current builder state.
- build() - Method in class io.jenetics.jpx.TrackSegment.Builder
-
Create a new track-segment from the current builder state.
- build(Latitude, Longitude) - Method in class io.jenetics.jpx.WayPoint.Builder
-
Create a new way-point with the given latitude and longitude value.
- build(double, double) - Method in class io.jenetics.jpx.WayPoint.Builder
-
Create a new way-point with the given latitude and longitude value.
- build() - Method in class io.jenetics.jpx.WayPoint.Builder
-
Build a new way-point from the current builder state.
- builder(String, String) - Static method in class io.jenetics.jpx.GPX
-
Create a new GPX builder with the given GPX version and creator string.
- builder(String) - Static method in class io.jenetics.jpx.GPX
-
Create a new GPX builder with the given GPX creator string.
- builder() - Static method in class io.jenetics.jpx.GPX
-
Create a new GPX builder.
- builder() - Static method in class io.jenetics.jpx.Metadata
-
Return a new Metadata
builder.
- builder() - Static method in class io.jenetics.jpx.Route
-
Return a new Route
builder object.
- builder() - Static method in class io.jenetics.jpx.Track
-
- builder() - Static method in class io.jenetics.jpx.TrackSegment
-
Create a new track-segment builder.
- builder() - Static method in class io.jenetics.jpx.WayPoint
-
Return a new WayPoint
builder.
- DEFAULT - Static variable in class io.jenetics.jpx.geom.Ellipsoid
-
The default ellipsoid: WGSC-84
- DEFAULT - Static variable in class io.jenetics.jpx.geom.Geoid
-
- Degrees - Class in io.jenetics.jpx
-
Used for bearing, heading, course.
- desc(String) - Method in class io.jenetics.jpx.Metadata.Builder
-
Set the metadata description.
- desc(String) - Method in class io.jenetics.jpx.Route.Builder
-
Set the route description.
- desc() - Method in class io.jenetics.jpx.Route.Builder
-
Return the current description value.
- desc(String) - Method in class io.jenetics.jpx.Track.Builder
-
Set the description of the track.
- desc() - Method in class io.jenetics.jpx.Track.Builder
-
Return the current description value.
- desc(String) - Method in class io.jenetics.jpx.WayPoint.Builder
-
Set the GPS way-point description.
- desc() - Method in class io.jenetics.jpx.WayPoint.Builder
-
Return the current description value.
- dgpsid(DGPSStation) - Method in class io.jenetics.jpx.WayPoint.Builder
-
Set the ID of DGPS station used in differential correction.
- dgpsid(int) - Method in class io.jenetics.jpx.WayPoint.Builder
-
Set the ID of DGPS station used in differential correction.
- dgpsid() - Method in class io.jenetics.jpx.WayPoint.Builder
-
Return the current the ID of DGPS station used in differential
correction.
- DGPSStation - Class in io.jenetics.jpx
-
Represents a differential GPS station.
- distance(Point, Point) - Method in class io.jenetics.jpx.geom.Geoid
-
Calculate the distance between points on an ellipsoidal earth model.
- distance(Point) - Method in interface io.jenetics.jpx.Point
-
Calculate the distance between points on the default ellipsoidal earth
model
WGS-84.
- doubleValue() - Method in class io.jenetics.jpx.Degrees
-
Return the decimal degree value.
- doubleValue() - Method in class io.jenetics.jpx.DGPSStation
-
- doubleValue() - Method in class io.jenetics.jpx.Latitude
-
Return the latitude value in decimal degrees.
- doubleValue() - Method in class io.jenetics.jpx.Length
-
Return the length in meter.
- doubleValue() - Method in class io.jenetics.jpx.Longitude
-
Return the longitude value in decimal degrees.
- doubleValue() - Method in class io.jenetics.jpx.Speed
-
Return the GPS speed value in m/s.
- doubleValue() - Method in class io.jenetics.jpx.UInt
-
- Geoid - Class in io.jenetics.jpx.geom
-
Implementation of geodetic functions.
- geoidheight(Length) - Method in class io.jenetics.jpx.WayPoint.Builder
-
Set the height (in meters) of geoid (mean sea level) above WGS84 earth
ellipsoid.
- geoidheight(double) - Method in class io.jenetics.jpx.WayPoint.Builder
-
Set the height (in meters) of geoid (mean sea level) above WGS84 earth
ellipsoid.
- geoidheight(double, Length.Unit) - Method in class io.jenetics.jpx.WayPoint.Builder
-
Set the height of geoid (mean sea level) above WGS84 earth ellipsoid.
- geoidheight() - Method in class io.jenetics.jpx.WayPoint.Builder
-
Return the current height of geoid value.
- getAddress() - Method in class io.jenetics.jpx.Email
-
Return the full EMail address: id + "@" + domain.
- getAgeOfGPSData() - Method in class io.jenetics.jpx.WayPoint
-
Return the number of seconds since last DGPS update.
- getAuthor() - Method in class io.jenetics.jpx.Copyright
-
Return the copyright holder.
- getAuthor() - Method in class io.jenetics.jpx.Metadata
-
Return the person or organization who created the GPX file.
- getBounds() - Method in class io.jenetics.jpx.Metadata
-
Return the minimum and maximum coordinates which describe the extent of
the coordinates in the file.
- getComment() - Method in class io.jenetics.jpx.Route
-
Return the GPS comment of the route.
- getComment() - Method in class io.jenetics.jpx.Track
-
Return the GPS comment of the track.
- getComment() - Method in class io.jenetics.jpx.WayPoint
-
The GPS way-point comment.
- getCopyright() - Method in class io.jenetics.jpx.Metadata
-
Return the copyright and license information governing use of the file.
- getCreator() - Method in class io.jenetics.jpx.GPX
-
Return the name or URL of the software that created your GPX document.
- getDescription() - Method in class io.jenetics.jpx.Metadata
-
Return a description of the contents of the GPX file.
- getDescription() - Method in class io.jenetics.jpx.Route
-
Return the Text description of route for user.
- getDescription() - Method in class io.jenetics.jpx.Track
-
Return the text description of the track.
- getDescription() - Method in class io.jenetics.jpx.WayPoint
-
Return a text description of the element.
- getDGPSID() - Method in class io.jenetics.jpx.WayPoint
-
Return the ID of DGPS station used in differential correction.
- getDomain() - Method in class io.jenetics.jpx.Email
-
Return the domain half of the email address.
- getElevation() - Method in interface io.jenetics.jpx.Point
-
The elevation (in meters) of the point.
- getElevation() - Method in class io.jenetics.jpx.WayPoint
-
- getEllipsoid() - Method in class io.jenetics.jpx.geom.Geoid
-
Return the ellipsoid the Geom
object is using.
- getEmail() - Method in class io.jenetics.jpx.Person
-
Return the email address.
- getFix() - Method in class io.jenetics.jpx.WayPoint
-
Return the type of GPX fix.
- getGeoidHeight() - Method in class io.jenetics.jpx.WayPoint
-
The height (in meters) of geoid (mean sea level) above WGS84 earth
ellipsoid.
- getHdop() - Method in class io.jenetics.jpx.WayPoint
-
Return the horizontal dilution of precision.
- getHref() - Method in class io.jenetics.jpx.Link
-
Return the hyperlink.
- getID() - Method in class io.jenetics.jpx.Email
-
Return the id half of the email address.
- getKeywords() - Method in class io.jenetics.jpx.Metadata
-
Return the keywords associated with the file.
- getLatitude() - Method in interface io.jenetics.jpx.Point
-
The latitude of the point, WGS84 datum.
- getLatitude() - Method in class io.jenetics.jpx.WayPoint
-
- getLicense() - Method in class io.jenetics.jpx.Copyright
-
Return the link to external file containing license text.
- getLink() - Method in class io.jenetics.jpx.Person
-
Return the link to Web site or other external information about person.
- getLinks() - Method in class io.jenetics.jpx.Metadata
-
Return the URLs associated with the location described in the file.
- getLinks() - Method in class io.jenetics.jpx.Route
-
Return the links to external information about the route.
- getLinks() - Method in class io.jenetics.jpx.Track
-
Return the links to external information about the track.
- getLinks() - Method in class io.jenetics.jpx.WayPoint
-
Return the links to additional information about the way-point.
- getLongitude() - Method in interface io.jenetics.jpx.Point
-
The longitude of the point, WGS84 datum.
- getLongitude() - Method in class io.jenetics.jpx.WayPoint
-
- getMagneticVariation() - Method in class io.jenetics.jpx.WayPoint
-
The magnetic variation at the point.
- getMaxLatitude() - Method in class io.jenetics.jpx.Bounds
-
Return the maximum latitude.
- getMaxLongitude() - Method in class io.jenetics.jpx.Bounds
-
Return the maximum longitude
- getMetadata() - Method in class io.jenetics.jpx.GPX
-
Return the metadata of the GPX file.
- getMinLatitude() - Method in class io.jenetics.jpx.Bounds
-
Return the minimum latitude.
- getMinLongitude() - Method in class io.jenetics.jpx.Bounds
-
Return the minimum longitude.
- getName() - Method in class io.jenetics.jpx.geom.Ellipsoid
-
Return the name of the earth ellipsoid model.
- getName() - Method in class io.jenetics.jpx.Metadata
-
Return the name of the GPX file.
- getName() - Method in class io.jenetics.jpx.Person
-
Return the name of the person or organization.
- getName() - Method in class io.jenetics.jpx.Route
-
Return the route name.
- getName() - Method in class io.jenetics.jpx.Track
-
Return the track name.
- getName() - Method in class io.jenetics.jpx.WayPoint
-
The GPS name of the way-point.
- getNumber() - Method in class io.jenetics.jpx.Route
-
Return the GPS route number.
- getNumber() - Method in class io.jenetics.jpx.Track
-
Return the GPS track number.
- getPdop() - Method in class io.jenetics.jpx.WayPoint
-
Return the position dilution of precision.
- getPoints() - Method in class io.jenetics.jpx.Route
-
Return the sequence of route points.
- getPoints() - Method in class io.jenetics.jpx.TrackSegment
-
Return the track-points of this segment.
- getRoutes() - Method in class io.jenetics.jpx.GPX
-
Return an unmodifiable list of the GPX
routes.
- getSat() - Method in class io.jenetics.jpx.WayPoint
-
Return the number of satellites used to calculate the GPX fix.
- getSegments() - Method in class io.jenetics.jpx.Track
-
Return the sequence of route points.
- getSource() - Method in class io.jenetics.jpx.Route
-
Return the source of data.
- getSource() - Method in class io.jenetics.jpx.Track
-
Return the source of data.
- getSource() - Method in class io.jenetics.jpx.WayPoint
-
Return the source of data.
- getSpeed() - Method in class io.jenetics.jpx.WayPoint
-
The current GPS speed.
- getSymbol() - Method in class io.jenetics.jpx.WayPoint
-
Return the text of GPS symbol name.
- getText() - Method in class io.jenetics.jpx.Link
-
Return the hyperlink text.
- getTime() - Method in class io.jenetics.jpx.Metadata
-
Return the creation date of the file.
- getTime() - Method in interface io.jenetics.jpx.Point
-
Creation/modification timestamp for the point.
- getTime() - Method in class io.jenetics.jpx.WayPoint
-
- getTracks() - Method in class io.jenetics.jpx.GPX
-
Return an unmodifiable list of the GPX
tracks.
- getType() - Method in class io.jenetics.jpx.Link
-
Return the mime type of the hyperlink
- getType() - Method in class io.jenetics.jpx.Route
-
Return the type (classification) of the route.
- getType() - Method in class io.jenetics.jpx.Track
-
Return the type (classification) of the track.
- getType() - Method in class io.jenetics.jpx.WayPoint
-
Return the type (classification) of the way-point.
- getValue() - Method in enum io.jenetics.jpx.Fix
-
Return the string representation of the GPS Fix
.
- getValue() - Method in class io.jenetics.jpx.UInt
-
Return the unsigned integer value.
- getVdop() - Method in class io.jenetics.jpx.WayPoint
-
Return the vertical dilution of precision.
- getVersion() - Method in class io.jenetics.jpx.GPX
-
Return the version number of the GPX file.
- getWayPoints() - Method in class io.jenetics.jpx.GPX
-
Return an unmodifiable list of the GPX
way-points.
- getYear() - Method in class io.jenetics.jpx.Copyright
-
Return the year of copyright.
- GPX - Class in io.jenetics.jpx
-
GPX documents contain a metadata header, followed by way-points, routes, and
tracks.
- GPX.Builder - Class in io.jenetics.jpx
-
Builder class for creating immutable GPX
objects.
- name(String) - Method in class io.jenetics.jpx.Metadata.Builder
-
Set the metadata name.
- name(String) - Method in class io.jenetics.jpx.Route.Builder
-
Set the route name.
- name() - Method in class io.jenetics.jpx.Route.Builder
-
Return the current name value.
- name(String) - Method in class io.jenetics.jpx.Track.Builder
-
Set the name of the track.
- name() - Method in class io.jenetics.jpx.Track.Builder
-
Return the current name value.
- name(String) - Method in class io.jenetics.jpx.WayPoint.Builder
-
Set the GPS name of the way-point.
- name() - Method in class io.jenetics.jpx.WayPoint.Builder
-
Return the current name value.
- nonEmpty() - Method in class io.jenetics.jpx.Metadata
-
Return true
if not all metadata properties are null
or empty.
- nonEmpty() - Method in class io.jenetics.jpx.Person
-
Return true
if not all person properties are null
.
- nonEmpty() - Method in class io.jenetics.jpx.Route
-
Return true
if not all route properties are null
or empty.
- nonEmpty() - Method in class io.jenetics.jpx.Track
-
Return true
if not all track properties are null
or empty.
- nonEmpty() - Method in class io.jenetics.jpx.TrackSegment
-
Return true
if this
track-segment contains at least one
track-point.
- nonEmptyGPX(GPX) - Static method in class io.jenetics.jpx.Filters
-
Return a new GPX
object with all empty elements (tracks,
track-segments, routes and metadata) removed.
- nonEmptyRoutes(List<Route>) - Static method in class io.jenetics.jpx.Filters
-
Return a new route list with all empty routes removed.
- nonEmptySegments(List<TrackSegment>) - Static method in class io.jenetics.jpx.Filters
-
Return a new segment list with all empty segments removed.
- nonEmptyTracks(List<Track>) - Static method in class io.jenetics.jpx.Filters
-
Return a new track list with all empty tracks removed.
- number(UInt) - Method in class io.jenetics.jpx.Route.Builder
-
Set the GPS route number.
- number(int) - Method in class io.jenetics.jpx.Route.Builder
-
Set the GPS route number.
- number() - Method in class io.jenetics.jpx.Route.Builder
-
Return the current number value.
- number(UInt) - Method in class io.jenetics.jpx.Track.Builder
-
Set the track number.
- number(int) - Method in class io.jenetics.jpx.Track.Builder
-
Set the track number.
- number() - Method in class io.jenetics.jpx.Track.Builder
-
Return the current number value.
- of(Latitude, Longitude, Latitude, Longitude) - Static method in class io.jenetics.jpx.Bounds
-
Create a new Bounds
object with the given extent.
- of(double, double, double, double) - Static method in class io.jenetics.jpx.Bounds
-
Create a new Bounds
object with the given extent.
- of(String, Year, URI) - Static method in class io.jenetics.jpx.Copyright
-
Create a new Copyright
object with the given data.
- of(String, int, URI) - Static method in class io.jenetics.jpx.Copyright
-
Create a new Copyright
object with the given data.
- of(String, int, String) - Static method in class io.jenetics.jpx.Copyright
-
Create a new Copyright
object with the given data.
- of(String, Year) - Static method in class io.jenetics.jpx.Copyright
-
Create a new Copyright
object with the given data.
- of(String, int) - Static method in class io.jenetics.jpx.Copyright
-
Create a new Copyright
object with the given data.
- of(String, URI) - Static method in class io.jenetics.jpx.Copyright
-
Create a new Copyright
object with the given data.
- of(String) - Static method in class io.jenetics.jpx.Copyright
-
Create a new Copyright
object with the given data.
- of(int) - Static method in class io.jenetics.jpx.DGPSStation
-
Create a new DGPSStation
object.
- of(String, String) - Static method in class io.jenetics.jpx.Email
-
Create a new Email
object with the given id
and
domain
.
- of(String, double, double, double) - Static method in class io.jenetics.jpx.geom.Ellipsoid
-
Create a new earth ellipsoid with the given parameters.
- of(Ellipsoid) - Static method in class io.jenetics.jpx.geom.Geoid
-
Create a new Geoid
object with the given ellipsoid.
- of(String, Metadata, List<WayPoint>, List<Route>, List<Track>) - Static method in class io.jenetics.jpx.GPX
-
Create a new GPX
object with the given data.
- of(String, String, Metadata, List<WayPoint>, List<Route>, List<Track>) - Static method in class io.jenetics.jpx.GPX
-
Create a new GPX
object with the given data.
- of(double, Length.Unit) - Static method in class io.jenetics.jpx.Length
-
Create a new Length
object with the given length.
- of(URI, String, String) - Static method in class io.jenetics.jpx.Link
-
Create a new Link
object with the given parameters.
- of(String, String, String) - Static method in class io.jenetics.jpx.Link
-
Create a new Link
object with the given parameters.
- of(URI) - Static method in class io.jenetics.jpx.Link
-
Create a new Link
object with the given href
.
- of(String) - Static method in class io.jenetics.jpx.Link
-
Create a new Link
object with the given href
.
- of(String, String, Person, Copyright, List<Link>, ZonedDateTime, String, Bounds) - Static method in class io.jenetics.jpx.Metadata
-
Create a new Metadata
object with the given parameters.
- of(String, Email, Link) - Static method in class io.jenetics.jpx.Person
-
Create a new Person
object with the given parameters.
- of(String, Email) - Static method in class io.jenetics.jpx.Person
-
Create a new Person
object with the given parameters.
- of(String) - Static method in class io.jenetics.jpx.Person
-
Create a new Person
object with the given parameters.
- of() - Static method in class io.jenetics.jpx.Person
-
Create a new empty Person
.
- of(String, String, String, String, List<Link>, UInt, String, List<WayPoint>) - Static method in class io.jenetics.jpx.Route
-
Create a new Route
with the given parameters and way-points.
- of(String, List<WayPoint>) - Static method in class io.jenetics.jpx.Route
-
Create a new Route
with the given parameters and way-points.
- of(List<WayPoint>) - Static method in class io.jenetics.jpx.Route
-
Create a new Route
with the given parameters and way-points.
- of(double, Speed.Unit) - Static method in class io.jenetics.jpx.Speed
-
Create a new GPS Speed
object.
- of(String, String, String, String, List<Link>, UInt, String, List<TrackSegment>) - Static method in class io.jenetics.jpx.Track
-
Create a new Track
with the given parameters.
- of(List<WayPoint>) - Static method in class io.jenetics.jpx.TrackSegment
-
Create a new track-segment with the given points.
- of(int) - Static method in class io.jenetics.jpx.UInt
-
Create a new unsigned integer object with the given value.
- of(Latitude, Longitude) - Static method in class io.jenetics.jpx.WayPoint
-
Create a new WayPoint
with the given latitude
and
longitude
value.
- of(double, double) - Static method in class io.jenetics.jpx.WayPoint
-
Create a new WayPoint
with the given latitude
and
longitude
value.
- of(Latitude, Longitude, ZonedDateTime) - Static method in class io.jenetics.jpx.WayPoint
-
Create a new WayPoint
with the given parameters.
- of(double, double, long) - Static method in class io.jenetics.jpx.WayPoint
-
Create a new WayPoint
with the given parameters.
- of(Latitude, Longitude, Length, ZonedDateTime) - Static method in class io.jenetics.jpx.WayPoint
-
Create a new WayPoint
with the given parameters.
- of(double, double, double, long) - Static method in class io.jenetics.jpx.WayPoint
-
Create a new WayPoint
with the given parameters.
- of(Latitude, Longitude, Length, Speed, ZonedDateTime, Degrees, Length, String, String, String, String, List<Link>, String, String, Fix, UInt, Double, Double, Double, Duration, DGPSStation) - Static method in class io.jenetics.jpx.WayPoint
-
Create a new way-point with the given parameter.
- ofDegrees(double) - Static method in class io.jenetics.jpx.Degrees
-
Create a new Degrees
object with the given decimal degree
value.
- ofDegrees(double) - Static method in class io.jenetics.jpx.Latitude
-
Create a new (decimal degrees) Latitude
object.
- ofDegrees(double) - Static method in class io.jenetics.jpx.Longitude
-
Create a new (decimal degrees) Longitude
object.
- ofName(String) - Static method in enum io.jenetics.jpx.Fix
-
Return the Fix
constant for the given fix value
.
- ofRadians(double) - Static method in class io.jenetics.jpx.Degrees
-
Create a new Degrees
object with the given radians value.
- ofRadians(double) - Static method in class io.jenetics.jpx.Latitude
-
Create a new Latitude
value for the given radians
.
- ofRadians(double) - Static method in class io.jenetics.jpx.Longitude
-
Create a new Longitude
value for the given radians
.
- time(ZonedDateTime) - Method in class io.jenetics.jpx.Metadata.Builder
-
Set the time of the metadata
- time(Instant, ZoneId) - Method in class io.jenetics.jpx.Metadata.Builder
-
Set the time of the metadata.
- time(long, ZoneId) - Method in class io.jenetics.jpx.Metadata.Builder
-
Set the time of the metadata.
- time(Instant) - Method in class io.jenetics.jpx.Metadata.Builder
-
Set the time of the metadata.
- time(long) - Method in class io.jenetics.jpx.Metadata.Builder
-
Set the time of the metadata.
- time(ZonedDateTime) - Method in class io.jenetics.jpx.WayPoint.Builder
-
Set the creation/modification timestamp for the point.
- time(Instant, ZoneId) - Method in class io.jenetics.jpx.WayPoint.Builder
-
Set the creation/modification timestamp for the point.
- time(long, ZoneId) - Method in class io.jenetics.jpx.WayPoint.Builder
-
Set the creation/modification timestamp for the point.
- time(Instant) - Method in class io.jenetics.jpx.WayPoint.Builder
-
Set the creation/modification timestamp for the point.
- time(long) - Method in class io.jenetics.jpx.WayPoint.Builder
-
Set the creation/modification timestamp for the point.
- time() - Method in class io.jenetics.jpx.WayPoint.Builder
-
Return the current time value.
- to(Length.Unit) - Method in class io.jenetics.jpx.Length
-
Return the length in the desired unit.
- to(Speed.Unit) - Method in class io.jenetics.jpx.Speed
-
Return the GPS speed value in the desired unit.
- toBuilder() - Method in class io.jenetics.jpx.GPX
-
Convert the immutable GPX object into a mutable
builder initialized with the current GPX values.
- toBuilder() - Method in class io.jenetics.jpx.Metadata
-
Convert the immutable metadata object into a mutable
builder initialized with the current metadata values.
- toBuilder() - Method in class io.jenetics.jpx.Route
-
Convert the immutable route object into a mutable
builder initialized with the current route values.
- toBuilder() - Method in class io.jenetics.jpx.Track
-
Convert the immutable track object into a mutable
builder initialized with the current track values.
- toBuilder() - Method in class io.jenetics.jpx.TrackSegment
-
Convert the immutable track-segment object into a
mutable builder initialized with the current track-segment
values.
- toBuilder() - Method in class io.jenetics.jpx.WayPoint
-
Convert the immutable way-point object into a mutable
builder initialized with the current way-point values.
- toDegrees() - Method in class io.jenetics.jpx.Degrees
-
Return the decimal degree value.
- toDegrees() - Method in class io.jenetics.jpx.Latitude
-
Return the latitude in decimal degree.
- toDegrees() - Method in class io.jenetics.jpx.Longitude
-
Return the longitude in decimal degree.
- toPathLength() - Method in class io.jenetics.jpx.geom.Geoid
-
Return a collector which calculates the length of the (open) path which
is defined by the Point
stream.
- toRadians() - Method in class io.jenetics.jpx.Degrees
-
Return the degrees in radians.
- toRadians() - Method in class io.jenetics.jpx.Latitude
-
Return the latitude value in radians.
- toRadians() - Method in class io.jenetics.jpx.Longitude
-
Return the longitude value in radians.
- toString() - Method in class io.jenetics.jpx.Bounds
-
- toString() - Method in class io.jenetics.jpx.Copyright
-
- toString() - Method in class io.jenetics.jpx.Degrees
-
- toString() - Method in class io.jenetics.jpx.DGPSStation
-
- toString() - Method in class io.jenetics.jpx.Email
-
- toString() - Method in class io.jenetics.jpx.GPX
-
- toString() - Method in class io.jenetics.jpx.Latitude
-
- toString() - Method in class io.jenetics.jpx.Length
-
- toString() - Method in class io.jenetics.jpx.Link
-
- toString() - Method in class io.jenetics.jpx.Longitude
-
- toString() - Method in class io.jenetics.jpx.Person
-
- toString() - Method in class io.jenetics.jpx.Route
-
- toString() - Method in class io.jenetics.jpx.Speed
-
- toString() - Method in class io.jenetics.jpx.Track
-
- toString() - Method in class io.jenetics.jpx.TrackSegment
-
- toString() - Method in class io.jenetics.jpx.UInt
-
- toString() - Method in class io.jenetics.jpx.WayPoint
-
- toTourLength() - Method in class io.jenetics.jpx.geom.Geoid
-
Return a collector which calculates the length of the (closed) tour which
is defined by the Point
stream.
- Track - Class in io.jenetics.jpx
-
Represents a GPX track - an ordered list of points describing a path.
- Track.Builder - Class in io.jenetics.jpx
-
Builder class for creating immutable Track
objects.
- trackFilter() - Method in class io.jenetics.jpx.GPX.Builder
-
Return a new
Track
filter.
- tracks(List<Track>) - Method in class io.jenetics.jpx.GPX.Builder
-
Sets the tracks of the GPX
object.
- tracks() - Method in class io.jenetics.jpx.GPX.Builder
-
Return the current tracks.
- tracks() - Method in class io.jenetics.jpx.GPX
-
Return a stream of the GPX
tracks.
- TrackSegment - Class in io.jenetics.jpx
-
A Track Segment holds a list of Track Points which are logically connected in
order.
- TrackSegment.Builder - Class in io.jenetics.jpx
-
Builder class for creating immutable TrackSegment
objects.
- type(String) - Method in class io.jenetics.jpx.Route.Builder
-
Set the type (classification) of the route.
- type() - Method in class io.jenetics.jpx.Route.Builder
-
Return the current type value.
- type(String) - Method in class io.jenetics.jpx.Track.Builder
-
Set the track type.
- type() - Method in class io.jenetics.jpx.Track.Builder
-
Return the current type value.
- type(String) - Method in class io.jenetics.jpx.WayPoint.Builder
-
Set the type (classification) of the way-point.
- type() - Method in class io.jenetics.jpx.WayPoint.Builder
-
Return the current type value.