Skip navigation links
A B C D E F G H I K L M N O P R S T U V W 

A

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
Add a way-point to the GPX object using a WayPoint.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

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.

C

cmt(String) - Method in class io.jenetics.jpx.Route.Builder
Set the route comment.
cmt() - Method in class io.jenetics.jpx.Route.Builder
Return the current comment value.
cmt(String) - Method in class io.jenetics.jpx.Track.Builder
Set the comment of the track.
cmt() - Method in class io.jenetics.jpx.Track.Builder
 
cmt(String) - Method in class io.jenetics.jpx.WayPoint.Builder
Set the GPS way-point comment.
cmt() - Method in class io.jenetics.jpx.WayPoint.Builder
Return the current comment value.
compareTo(Degrees) - Method in class io.jenetics.jpx.Degrees
 
compareTo(DGPSStation) - Method in class io.jenetics.jpx.DGPSStation
 
compareTo(Email) - Method in class io.jenetics.jpx.Email
 
compareTo(Length) - Method in class io.jenetics.jpx.Length
 
compareTo(Speed) - Method in class io.jenetics.jpx.Speed
 
compareTo(UInt) - Method in class io.jenetics.jpx.UInt
 
convert(double, Length.Unit) - Method in enum io.jenetics.jpx.Length.Unit
Convert the given length value of the given sourceUnit into a length value of this length unit.
convert(double, Speed.Unit) - Method in enum io.jenetics.jpx.Speed.Unit
Convert the given speed value of the given sourceUnit into a speed value of this speed unit.
Copyright - Class in io.jenetics.jpx
Information about the copyright holder and any license governing use of this file.
copyright(Copyright) - Method in class io.jenetics.jpx.Metadata.Builder
 
creator(String) - Method in class io.jenetics.jpx.GPX.Builder
Set the GPX creator.
creator() - Method in class io.jenetics.jpx.GPX.Builder
Return the current creator value.
CREATOR - Static variable in class io.jenetics.jpx.GPX
The default creator string.

D

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
Geoid using the Ellipsoid.DEFAULT ellipsoid.
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
 

E

ele(Length) - Method in class io.jenetics.jpx.WayPoint.Builder
Set the elevation of the point.
ele(double) - Method in class io.jenetics.jpx.WayPoint.Builder
Set the elevation (in meters) of the point.
ele(double, Length.Unit) - Method in class io.jenetics.jpx.WayPoint.Builder
Set the elevation of the point.
ele() - Method in class io.jenetics.jpx.WayPoint.Builder
Return the current elevation value.
Ellipsoid - Class in io.jenetics.jpx.geom
Represents an earth ellipsoid, which is a mathematical figure approximating the shape of the Earth, used as a reference frame for computations in geodesy, astronomy and the geosciences.
Email - Class in io.jenetics.jpx
An email address.
equals(Object) - Method in class io.jenetics.jpx.Bounds
 
equals(Object) - Method in class io.jenetics.jpx.Copyright
 
equals(Object) - Method in class io.jenetics.jpx.Degrees
 
equals(Object) - Method in class io.jenetics.jpx.DGPSStation
 
equals(Object) - Method in class io.jenetics.jpx.Email
 
equals(Object) - Method in class io.jenetics.jpx.GPX
 
equals(Object) - Method in class io.jenetics.jpx.Latitude
 
equals(Object) - Method in class io.jenetics.jpx.Length
 
equals(Object) - Method in class io.jenetics.jpx.Link
 
equals(Object) - Method in class io.jenetics.jpx.Longitude
 
equals(Object) - Method in class io.jenetics.jpx.Metadata
 
equals(Object) - Method in class io.jenetics.jpx.Person
 
equals(Object) - Method in class io.jenetics.jpx.Route
 
equals(Object) - Method in class io.jenetics.jpx.Speed
 
equals(Object) - Method in class io.jenetics.jpx.Track
 
equals(Object) - Method in class io.jenetics.jpx.TrackSegment
 
equals(Object) - Method in class io.jenetics.jpx.UInt
 
equals(Object) - Method in class io.jenetics.jpx.WayPoint
 

F

F() - Method in class io.jenetics.jpx.geom.Ellipsoid
Return the inverse flattening.
Filter<T,R> - Interface in io.jenetics.jpx
Filter interface which contains the filter, map, flatMap and listMap methods for transforming values from type T.
filter(Predicate<? super T>) - Method in interface io.jenetics.jpx.Filter
Return a filter consisting of the elements of this filter that matches the given predicate.
filter(Predicate<? super WayPoint>) - Method in class io.jenetics.jpx.Route.Builder
 
filter(Predicate<? super TrackSegment>) - Method in class io.jenetics.jpx.Track.Builder
 
filter(Predicate<? super WayPoint>) - Method in class io.jenetics.jpx.TrackSegment.Builder
 
Filters - Class in io.jenetics.jpx
Some commonly usable way-point filter methods.
Fix - Enum in io.jenetics.jpx
Type of GPS fix.
fix(Fix) - Method in class io.jenetics.jpx.WayPoint.Builder
Set the type of GPX fix.
fix(String) - Method in class io.jenetics.jpx.WayPoint.Builder
Set the type of GPX fix.
fix() - Method in class io.jenetics.jpx.WayPoint.Builder
Return the current GPX fix value.
flatMap(Function<? super T, ? extends List<T>>) - Method in interface io.jenetics.jpx.Filter
Return a filter consisting of the results of replacing each element with the contents of the mapped elements.
flatMap(Function<? super WayPoint, ? extends List<WayPoint>>) - Method in class io.jenetics.jpx.Route.Builder
 
flatMap(Function<? super TrackSegment, ? extends List<TrackSegment>>) - Method in class io.jenetics.jpx.Track.Builder
 
flatMap(Function<? super WayPoint, ? extends List<WayPoint>>) - Method in class io.jenetics.jpx.TrackSegment.Builder
 
floatValue() - Method in class io.jenetics.jpx.Degrees
 
floatValue() - Method in class io.jenetics.jpx.DGPSStation
 
floatValue() - Method in class io.jenetics.jpx.Latitude
 
floatValue() - Method in class io.jenetics.jpx.Length
 
floatValue() - Method in class io.jenetics.jpx.Longitude
 
floatValue() - Method in class io.jenetics.jpx.Speed
 
floatValue() - Method in class io.jenetics.jpx.UInt
 
fullyMergeTracks(List<Track>) - Static method in class io.jenetics.jpx.Filters
Merges all way-points of all segments of the given track list into one track with one segment, containing all way-points.

G

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.

H

hashCode() - Method in class io.jenetics.jpx.Bounds
 
hashCode() - Method in class io.jenetics.jpx.Copyright
 
hashCode() - Method in class io.jenetics.jpx.Degrees
 
hashCode() - Method in class io.jenetics.jpx.DGPSStation
 
hashCode() - Method in class io.jenetics.jpx.Email
 
hashCode() - Method in class io.jenetics.jpx.GPX
 
hashCode() - Method in class io.jenetics.jpx.Latitude
 
hashCode() - Method in class io.jenetics.jpx.Length
 
hashCode() - Method in class io.jenetics.jpx.Link
 
hashCode() - Method in class io.jenetics.jpx.Longitude
 
hashCode() - Method in class io.jenetics.jpx.Metadata
 
hashCode() - Method in class io.jenetics.jpx.Person
 
hashCode() - Method in class io.jenetics.jpx.Route
 
hashCode() - Method in class io.jenetics.jpx.Speed
 
hashCode() - Method in class io.jenetics.jpx.Track
 
hashCode() - Method in class io.jenetics.jpx.TrackSegment
 
hashCode() - Method in class io.jenetics.jpx.UInt
 
hashCode() - Method in class io.jenetics.jpx.WayPoint
 
hdop(Double) - Method in class io.jenetics.jpx.WayPoint.Builder
Set the horizontal dilution of precision.
hdop() - Method in class io.jenetics.jpx.WayPoint.Builder
Return the current horizontal dilution.

I

IERS_1989 - Static variable in class io.jenetics.jpx.geom.Ellipsoid
The ellipsoid of the International Earth Rotation and Reference Systems Service (1989)
IERS_1989 - Static variable in class io.jenetics.jpx.geom.Geoid
Geoid using the International Earth Rotation and Reference Systems Service (1989)
IERS_2003 - Static variable in class io.jenetics.jpx.geom.Ellipsoid
The ellipsoid of the International Earth Rotation and Reference Systems Service (2003)
IERS_2003 - Static variable in class io.jenetics.jpx.geom.Geoid
Geoid using the International Earth Rotation and Reference Systems Service (2003)
intValue() - Method in class io.jenetics.jpx.Degrees
 
intValue() - Method in class io.jenetics.jpx.DGPSStation
Return the differential GPS station number.
intValue() - Method in class io.jenetics.jpx.Latitude
 
intValue() - Method in class io.jenetics.jpx.Length
 
intValue() - Method in class io.jenetics.jpx.Longitude
 
intValue() - Method in class io.jenetics.jpx.Speed
 
intValue() - Method in class io.jenetics.jpx.UInt
 
io.jenetics.jpx - package io.jenetics.jpx
 
io.jenetics.jpx.geom - package io.jenetics.jpx.geom
 
isEmpty() - Method in class io.jenetics.jpx.Metadata
Return true if all metadata properties are null or empty.
isEmpty() - Method in class io.jenetics.jpx.Person
Return true if all person properties are null.
isEmpty() - Method in class io.jenetics.jpx.Route
Return true if all route properties are null or empty.
isEmpty() - Method in class io.jenetics.jpx.Track
Return true if all track properties are null or empty.
isEmpty() - Method in class io.jenetics.jpx.TrackSegment
Return true if this track-segment doesn't contain any track-point.
iterator() - Method in class io.jenetics.jpx.Route
 
iterator() - Method in class io.jenetics.jpx.Track
 
iterator() - Method in class io.jenetics.jpx.TrackSegment
 

K

keywords(String) - Method in class io.jenetics.jpx.Metadata.Builder
Set the metadata keywords.

L

lat(Latitude) - Method in class io.jenetics.jpx.WayPoint.Builder
Set the latitude value of the way-point.
lat(double) - Method in class io.jenetics.jpx.WayPoint.Builder
Set the latitude value of the way-point.
lat() - Method in class io.jenetics.jpx.WayPoint.Builder
Return the current latitude value.
Latitude - Class in io.jenetics.jpx
The latitude of the point.
Length - Class in io.jenetics.jpx
Extent of something along its greatest dimension or the extent of space between two objects or places.
Length.Unit - Enum in io.jenetics.jpx
Represents a given length unit.
Link - Class in io.jenetics.jpx
Represents a link to an external resource (Web page, digital photo, video clip, etc) with additional information.
links(List<Link>) - Method in class io.jenetics.jpx.Metadata.Builder
Set the metadata links.
links(List<Link>) - Method in class io.jenetics.jpx.Route.Builder
Set the links to additional information about the route.
links() - Method in class io.jenetics.jpx.Route.Builder
Return the current links.
links(List<Link>) - Method in class io.jenetics.jpx.Track.Builder
Set the track links.
links() - Method in class io.jenetics.jpx.Track.Builder
Return the current links.
links(List<Link>) - Method in class io.jenetics.jpx.WayPoint.Builder
Set the links to additional information about the way-point.
links() - Method in class io.jenetics.jpx.WayPoint.Builder
Return the current links.
listMap(Function<? super List<T>, ? extends List<T>>) - Method in interface io.jenetics.jpx.Filter
Return a filter with the results of the applying given mapper function.
listMap(Function<? super List<WayPoint>, ? extends List<WayPoint>>) - Method in class io.jenetics.jpx.Route.Builder
 
listMap(Function<? super List<TrackSegment>, ? extends List<TrackSegment>>) - Method in class io.jenetics.jpx.Track.Builder
 
listMap(Function<? super List<WayPoint>, ? extends List<WayPoint>>) - Method in class io.jenetics.jpx.TrackSegment.Builder
 
lon(Longitude) - Method in class io.jenetics.jpx.WayPoint.Builder
Set the longitude value of the way-point.
lon(double) - Method in class io.jenetics.jpx.WayPoint.Builder
Set the longitude value of the way-point.
lon() - Method in class io.jenetics.jpx.WayPoint.Builder
Return the current longitude value.
Longitude - Class in io.jenetics.jpx
The longitude of the point.
longValue() - Method in class io.jenetics.jpx.Degrees
 
longValue() - Method in class io.jenetics.jpx.DGPSStation
 
longValue() - Method in class io.jenetics.jpx.Latitude
 
longValue() - Method in class io.jenetics.jpx.Length
 
longValue() - Method in class io.jenetics.jpx.Longitude
 
longValue() - Method in class io.jenetics.jpx.Speed
 
longValue() - Method in class io.jenetics.jpx.UInt
 

M

magvar(Degrees) - Method in class io.jenetics.jpx.WayPoint.Builder
Set the magnetic variation at the point.
magvar(double) - Method in class io.jenetics.jpx.WayPoint.Builder
Set the magnetic variation at the point.
magvar() - Method in class io.jenetics.jpx.WayPoint.Builder
Return the current magnetic variation value.
map(Function<? super T, ? extends T>) - Method in interface io.jenetics.jpx.Filter
Return a filter with the results of applying the given mapper function.
map(Function<? super WayPoint, ? extends WayPoint>) - Method in class io.jenetics.jpx.Route.Builder
 
map(Function<? super TrackSegment, ? extends TrackSegment>) - Method in class io.jenetics.jpx.Track.Builder
 
map(Function<? super WayPoint, ? extends WayPoint>) - Method in class io.jenetics.jpx.TrackSegment.Builder
 
mergeSegments(List<TrackSegment>) - Static method in class io.jenetics.jpx.Filters
Merges the given segments into one segment containing all way-points.
mergeTracks(List<Track>) - Static method in class io.jenetics.jpx.Filters
Merges the given tracks into one track containing all segments.
metadata(Metadata) - Method in class io.jenetics.jpx.GPX.Builder
Set the GPX metadata.
metadata(Consumer<Metadata.Builder>) - Method in class io.jenetics.jpx.GPX.Builder
Allows to set partial metadata without messing up with the Metadata.Builder class.
metadata() - Method in class io.jenetics.jpx.GPX.Builder
Return the current metadata value.
Metadata - Class in io.jenetics.jpx
Information about the GPX file, author, and copyright restrictions goes in the metadata section.
metadata(Metadata) - Method in class io.jenetics.jpx.Metadata.Builder
Adds the content of a given Metadata object.
Metadata.Builder - Class in io.jenetics.jpx
Builder class for creating immutable Metadata objects.

N

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.

O

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.

P

pdop(Double) - Method in class io.jenetics.jpx.WayPoint.Builder
Set the position dilution of precision.
pdop() - Method in class io.jenetics.jpx.WayPoint.Builder
Return the current position dilution.
Person - Class in io.jenetics.jpx
A person or organization.
Point - Interface in io.jenetics.jpx
A geographic point with optional elevation and time.
points(List<WayPoint>) - Method in class io.jenetics.jpx.Route.Builder
Sets the way-points of the route.
points() - Method in class io.jenetics.jpx.Route.Builder
Return the current way-points.
points() - Method in class io.jenetics.jpx.Route
Return a stream of WayPoint objects this route contains.
points(List<WayPoint>) - Method in class io.jenetics.jpx.TrackSegment.Builder
Set the way-points fo the track segment.
points() - Method in class io.jenetics.jpx.TrackSegment.Builder
Return the current way-points.
points() - Method in class io.jenetics.jpx.TrackSegment
Return a stream of WayPoint objects this track-segments contains.

R

read(InputStream, boolean) - Static method in class io.jenetics.jpx.GPX
Read an GPX object from the given input stream.
read(InputStream) - Static method in class io.jenetics.jpx.GPX
Read an GPX object from the given input stream.
read(Path, boolean) - Static method in class io.jenetics.jpx.GPX
Read an GPX object from the given input stream.
read(Path) - Static method in class io.jenetics.jpx.GPX
Read an GPX object from the given input stream.
read(String, boolean) - Static method in class io.jenetics.jpx.GPX
Read an GPX object from the given input stream.
read(String) - Static method in class io.jenetics.jpx.GPX
Read an GPX object from the given input stream.
Route - Class in io.jenetics.jpx
Represents a route - an ordered list of way-points representing a series of turn points leading to a destination.
Route.Builder - Class in io.jenetics.jpx
Builder class for building Route objects.
routeFilter() - Method in class io.jenetics.jpx.GPX.Builder
Return a new Route filter.
routes(List<Route>) - Method in class io.jenetics.jpx.GPX.Builder
Sets the routes of the GPX object.
routes() - Method in class io.jenetics.jpx.GPX.Builder
Return the current routes.
routes() - Method in class io.jenetics.jpx.GPX
Return a stream of the GPX routes.

S

sat(UInt) - Method in class io.jenetics.jpx.WayPoint.Builder
Set the number of satellites used to calculate the GPX fix.
sat(int) - Method in class io.jenetics.jpx.WayPoint.Builder
Set the number of satellites used to calculate the GPX fix.
sat() - Method in class io.jenetics.jpx.WayPoint.Builder
Return the current number of satelites.
segments(List<TrackSegment>) - Method in class io.jenetics.jpx.Track.Builder
Set the track segments of the track.
segments() - Method in class io.jenetics.jpx.Track.Builder
Return the current track segments.
segments() - Method in class io.jenetics.jpx.Track
Return a stream of TrackSegment objects this track contains.
Speed - Class in io.jenetics.jpx
Represents the GPS speed value in m/s.
speed(Speed) - Method in class io.jenetics.jpx.WayPoint.Builder
Set the current GPS speed.
speed(double, Speed.Unit) - Method in class io.jenetics.jpx.WayPoint.Builder
Set the current GPS speed
speed(double) - Method in class io.jenetics.jpx.WayPoint.Builder
Set the current GPS speed.
speed() - Method in class io.jenetics.jpx.WayPoint.Builder
Return the current speed value.
Speed.Unit - Enum in io.jenetics.jpx
Represents a given speed unit.
src(String) - Method in class io.jenetics.jpx.Route.Builder
Set the source of the data.
src() - Method in class io.jenetics.jpx.Route.Builder
Return the current source value.
src(String) - Method in class io.jenetics.jpx.Track.Builder
Set the source of the track.
src() - Method in class io.jenetics.jpx.Track.Builder
Return the current source value.
src(String) - Method in class io.jenetics.jpx.WayPoint.Builder
Set the GPS way-point source.
src() - Method in class io.jenetics.jpx.WayPoint.Builder
Return the current source value.
sym(String) - Method in class io.jenetics.jpx.WayPoint.Builder
Set the text of GPS symbol name.
sym() - Method in class io.jenetics.jpx.WayPoint.Builder
Return the current symbol value.

T

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.

U

UInt - Class in io.jenetics.jpx
Represents an unsigned integer value.

V

valueOf(String) - Static method in enum io.jenetics.jpx.Fix
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.jenetics.jpx.Length.Unit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.jenetics.jpx.Speed.Unit
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.jenetics.jpx.Fix
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.jenetics.jpx.Length.Unit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.jenetics.jpx.Speed.Unit
Returns an array containing the constants of this enum type, in the order they are declared.
vdop(Double) - Method in class io.jenetics.jpx.WayPoint.Builder
Set the vertical dilution of precision.
vdop() - Method in class io.jenetics.jpx.WayPoint.Builder
Return the current vertical dilution.
version() - Method in class io.jenetics.jpx.GPX.Builder
Return the current version value.
VERSION - Static variable in class io.jenetics.jpx.GPX
The default version number: 1.1.

W

WayPoint - Class in io.jenetics.jpx
A WayPoint represents a way-point, point of interest, or named feature on a map.
WayPoint.Builder - Class in io.jenetics.jpx
Builder for creating a way-point with different parameters.
wayPointFilter() - Method in class io.jenetics.jpx.GPX.Builder
Return a new WayPoint filter.
wayPoints(List<WayPoint>) - Method in class io.jenetics.jpx.GPX.Builder
Sets the way-points of the GPX object.
wayPoints() - Method in class io.jenetics.jpx.GPX.Builder
Return the current way-points.
wayPoints() - Method in class io.jenetics.jpx.GPX
Return a stream with all WayPoints of this GPX object.
WGS84 - Static variable in class io.jenetics.jpx.geom.Ellipsoid
The ellipsoid of the World Geodetic System: WGS 84
WGS84 - Static variable in class io.jenetics.jpx.geom.Geoid
Geoid using of the World Geodetic System: WGS 84
write(GPX, OutputStream) - Static method in class io.jenetics.jpx.GPX
Writes the given gpx object (in GPX XML format) to the given output stream.
write(GPX, Path) - Static method in class io.jenetics.jpx.GPX
Writes the given gpx object (in GPX XML format) to the given output stream.
write(GPX, String) - Static method in class io.jenetics.jpx.GPX
Writes the given gpx object (in GPX XML format) to the given output stream.
write(GPX, OutputStream, String) - Static method in class io.jenetics.jpx.GPX
Writes the given gpx object (in GPX XML format) to the given output stream.
write(GPX, Path, String) - Static method in class io.jenetics.jpx.GPX
Writes the given gpx object (in GPX XML format) to the given output stream.
write(GPX, String, String) - Static method in class io.jenetics.jpx.GPX
Writes the given gpx object (in GPX XML format) to the given output stream.
A B C D E F G H I K L M N O P R S T U V W 
Skip navigation links

© 2016-2017 Franz Wilhelmstötter  (2017-02-22 21:53)