JTS Topology Suite v1.16.0 Release Notes

Release Date: 2018-09-19 // over 5 years ago
  • ๐Ÿš€ The JTS team is pleased to share the JTS 1.16.0 release.

    ๐Ÿš€ 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!