JTS 1.16.0
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
andCoordinateSequenceFactory
withgetDimension()
andgetMeasures()
information. - Introduced
Coordinate
methods forgetX()
,getY()
,getZ()
, andgetM()
. - Deprecated
Coordinate.z
field, useCoordinate.getZ()
Coordinate
subclasses introduced for XY, XYM, XYZM representations.
Functionality Improvements
- Removed
PackedCoordinateSequenceFactory
constructor 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!