1.16.0-RC1
Pre-release
Pre-release
·
1471 commits
to master
since this release
The JTS team is pleased to share the release candidate JTS 1.16.0-RC1.
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