Releases: jenetics/jpx
Releases · jenetics/jpx
v1.2.1
v1.2.0
v1.1.3
v1.1.2
v1.1.1
v1.1.0
Bug fixes
- #20: Order of links in
Track
,Route
andMetadata
changes object equality.
Improvements
- #3: Add methods for doing way-point filtering and manipulation in a functional way.
- #10: Add lenient mode for reading GPX files. Reading a GPX file in lenient mode simply skips invalid way-points.
- #17: Implement filter method (in
Filters
class) for removing empty GPX elements. - #18: Improve error handling when creating empty way-points.
- #22: Implement
Filter
s for mergingTrackSegment
s andTrack
s.
v1.0.1
v1.0.0
JPX - Java GPX library
JPX is a Java library for creating, reading and writing GPS data in GPX format. It is a full implementation of version 1.1 of the GPX format. The data classes are completely immutable and allows a functional programming style. They are working also nicely with the Java 8 Stream API.
The comprehensive Javadoc of the library can be found here.