JTS 1.16.1
jodygarnett
released this
19 Feb 21:18
·
1320 commits
to master
since this release
Functionality Improvements
- Added
HilbertCode
andHilbertCurveBuilder
. - Added
MortonCode
andMortonCurveBuilder
. - Improved
InteriorPointArea
algorithm performance and robustness
Bug Fixes
- Fix
IsValidOp
to handle empty components. - Fix
ShapeWriter
to handle Polygons with empty holes. - Fix
CoordinteArraySequence
to duplicate coordinate array if needed (rather than fix in place)
JTS TestBuilder
- Functionality Improvements