Releases: Urban-Research-Lab/jts-geometry-utils
Releases · Urban-Research-Lab/jts-geometry-utils
3.8.3
3.8.2
3.8.1
- Fixed issue with
GeometryUtils.geometrySegmentList
not working properly withGeometryCollection
objects - Added helper methods for creating
Multipoint
objects
3.8.0
- Added
GeometryUtils.makeLine(coord, angle, distance)
method for creating lines based on direction and distance from given point
3.7.0
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
- Added method for Lloyd points generation
- Added methods for transforming Envelope objects
3.5.0
- Helper methods for creating GeometryCollection
- Projection methods for LineSegment objects
- Line straightening algorithm
3.3.3
- Extra overloads that take CRS argument for calcArea() and makeCircle() methods
3.3.2
- Extra variants of conversion to Mercartor CRS that work with Coordinate objects
- calcLength() now works with any geometry
3.3.1
- Fixed issue with SafeOperations turning MultiLineStrings into empty geometry