jiayuasu commented on code in PR #910:
URL: https://github.com/apache/sedona/pull/910#discussion_r1268912643
##########
common/src/main/java/org/apache/sedona/common/Functions.java:
##########
@@ -988,6 +988,14 @@ public static double frechetDistance(Geometry g1, Geometry
g2) {
return GeomUtils.getFrechetDistance(g1, g2);
}
+ public static boolean isCollection(Geometry geometry) {
+ String geoType = geometry.getGeometryType();
Review Comment:
Yes
--
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]