Skip to content

Releases: Urban-Research-Lab/jts-geometry-utils

3.8.3

10 Aug 12:04
Compare
Choose a tag to compare
  • Fixed missing normalization in GeometryUtils.geometrySegmentList(), which broke compatibility of 3.8.2 with older releases

3.8.2

07 Aug 11:21
Compare
Choose a tag to compare
  • Guard against possible TPEs in Lloyd points algorithm
  • #33 method for creating LineString from List
  • #35 method for creating Coordinate from origin coord, distance and direction

3.8.1

20 May 14:57
Compare
Choose a tag to compare
  • Fixed issue with GeometryUtils.geometrySegmentList not working properly with GeometryCollection objects
  • Added helper methods for creating Multipoint objects

3.8.0

12 May 15:04
Compare
Choose a tag to compare
  • Added GeometryUtils.makeLine(coord, angle, distance) method for creating lines based on direction and distance from given point

3.7.0

13 Mar 09:38
Compare
Choose a tag to compare

This release adds some minor helper methods for creating geometries:

  • Helpers for making empty geometries of given type (GeometryUtils.makeEmptyPolygon(), makeEmptyLine())
  • Helpers for making AABBs

3.6.0

14 Feb 15:00
Compare
Choose a tag to compare
  • Added method for Lloyd points generation
  • Added methods for transforming Envelope objects

3.5.0

09 Nov 16:12
Compare
Choose a tag to compare
  • Helper methods for creating GeometryCollection
  • Projection methods for LineSegment objects
  • Line straightening algorithm

3.3.3

30 Aug 11:20
Compare
Choose a tag to compare
  • Extra overloads that take CRS argument for calcArea() and makeCircle() methods

3.3.2

27 Apr 12:48
Compare
Choose a tag to compare
  • Extra variants of conversion to Mercartor CRS that work with Coordinate objects
  • calcLength() now works with any geometry

3.3.1

23 Mar 16:21
Compare
Choose a tag to compare
  • Fixed issue with SafeOperations turning MultiLineStrings into empty geometry