JTS Topology Suite v1.16.0 Release Notes
Release Date: 2018-09-19 // over 7 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
CoordinateSequenceandCoordinateSequenceFactorywithgetDimension()andgetMeasures()information. - Introduced
Coordinatemethods forgetX(),getY(),getZ(), andgetM(). - ๐ Deprecated
Coordinate.zfield, useCoordinate.getZ() Coordinatesubclasses introduced for XY, XYM, XYZM representations.
Functionality Improvements
- โ Removed
PackedCoordinateSequenceFactoryconstructor used to supply a default dimension, use appropriatecreate( 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!
- โ Added XYZM support to