Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jts-dev] JTS 1.16.1 released

The JTS team is pleased to share the release of JTS 1.16.1:
  • JTS 1.16.1 release page with jars, sources, javadocs, and double-click to run JTSTestBuilder.jar
  • Maven users can update their dependency to 1.16.1 as the release has been deployed to maven central
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
--
Jody Garnett

Back to the top