Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jts-dev] JTS 1.16.0 released to Maven Central!

Congrats team!

Kind regards,
Marc Vloemans


Op 19 sep. 2018 om 05:43 heeft Jim Hughes <jhughes@xxxxxxxx> het volgende geschreven:

The JTS team is proud to announce the release of JTS 1.16.0.

Thanks to everyone on the JTS team, and all the developers and users who contributed code and ideas for making this happen!

If anyone finds issues with this release, please post them to our mailing list or as issues on the JTS GitHub site.

** API Changes
* Added XYZM support to CoordinateSequence and CoordinateSequenceFactory with getDimension() and getMeasures() information.
* Introduced Coordinate methods for getX(), getY(), getZ(), and getM().
* Deprecated Coordinate.z field, use Coordinate.getZ()
* Coordinate subclasses introduced for XY, XYM, XYZM representations.

** Functionality Improvements
* Removed PackedCoordinateSequenceFactory constructor used to supply a default dimension, use appropriate create( size, dimension ) instead.
* WKTReader and WKTWriter support for measures

**Acknowledgments
* Thanks to Felix Obermaier for testing the release candidate and contributing fixes to the release!

As a note of coordination/collaboration, GeoTools, GeoWebCache, GeoServer and associated projects have upgraded to LocationTech JTS 1.15.1 and later.  Going forward, the improvements to JTS will benefit those projects!

The JTS Team
_______________________________________________
jts-dev mailing list
jts-dev@xxxxxxxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.locationtech.org/mailman/listinfo/jts-dev

Back to the top