splitByLine function in GeometryUtil produces erroneous results for input geometry that is not WGS84 (for example EPSG:25832) since geometry is transformed to WGS84 before. In particular:
- some polygons are missing after split operation
- segments of original polygon are transformed twice and therefore they will not be the same as in the original geometry
jsts would be better alternative here
splitByLinefunction inGeometryUtilproduces erroneous results for input geometry that is not WGS84 (for example EPSG:25832) since geometry is transformed to WGS84 before. In particular:jsts would be better alternative here