prantogg commented on code in PR #1684:
URL: https://github.com/apache/sedona/pull/1684#discussion_r1848874559
##########
common/src/main/java/org/apache/sedona/common/Functions.java:
##########
@@ -2377,4 +2377,57 @@ public static Geometry rotate(Geometry geometry, double
angle, Geometry pointOri
AffineTransformation rotation =
AffineTransformation.rotationInstance(angle, originX, originY);
return rotation.transform(geometry);
}
+
+ /**
+ * This function returns the m coordinate of the closest point in a
LineString to a Point. If the
+ * LineString does not have M values, it will interpolate the M value.
Review Comment:
Thanks, fixed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]