Skip to content

JTS 1.16.1

Compare
Choose a tag to compare
@jodygarnett jodygarnett released this 19 Feb 21:18
· 1320 commits to master since this release

Functionality Improvements

  • Added HilbertCode and HilbertCurveBuilder.
  • Added MortonCode and MortonCurveBuilder.
  • 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