jiayuasu commented on code in PR #889:
URL: https://github.com/apache/sedona/pull/889#discussion_r1258623555
##########
common/src/main/java/org/apache/sedona/common/Functions.java:
##########
@@ -1045,4 +1045,18 @@ public static Double hausdorffDistance(Geometry g1,
Geometry g2, double densityF
public static Double hausdorffDistance(Geometry g1, Geometry g2) throws
Exception{
return GeomUtils.getHausdorffDistance(g1, g2, -1);
}
+
+ public static int coordDim(Geometry geom) {
Review Comment:
@furqaankhan Please remove the coordDim func entirely. BTW, in the doc,
please mention that this func is an alias of nDims.
--
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]