JTS Release 1.18.2
Version 1.18.2
Release Date: 08/27/2021
API Changes
- Move
IsSimpleOptoorg.locationtech.jts.operation.validpackage (#717)
Functionality Improvements
- Add
GeometryFixerclass (#704) - Improve design and performance of
IsSimpleOp(#717, #754) - Improve design and perforance of
IsValidOp(#743, #748, #755, #756, #757) - Fix
SortedPackedIntervalRtreeto be thread-safe (fixesPreparedPolygontoo) (#746)
Bug Fixes
- Fix
InteriorPointto handle partially-empty collections (#698) - Fix
MultiPoint.isValidto check validity correctly (#700) - Fix
WKTReaderandWKTWriterhandling of collections with all empty elements (#702) - Fix
HalfEdge.prev()method (#703) - Fix
BufferOpto remove invalid elements caused by inverted ring curves (#706) - Fix
IsSimpleOpduplicate lines bug (#716) - Fix
Angle.interiorAngleto produce interior angle correctly (#721) - Fix
IsValidOpto correctly report invalidity for certain kinds of LinearRings (#737) - Fix
GeometryPrecisionReducerto support the "keep collapsed components" semantics (#738) - Fix
VoronoiDiagramBuilderto respect user-provided clip envelope (#740)