jiayuasu commented on code in PR #2221:
URL: https://github.com/apache/sedona/pull/2221#discussion_r2252650075


##########
common/src/main/java/org/apache/sedona/common/S2Geography/SinglePointGeography.java:
##########
@@ -22,7 +22,7 @@
 
 public class SinglePointGeography extends PointGeography {
   public SinglePointGeography(S2Point p) {
-    super(p);
+    super(GeographyKind.SINGLEPOINT, p);

Review Comment:
   What is the difference between PointGeography and SinglePointGeography? Is 
this something already defined in S2Geography C++?
   
   OGC Simple Feature uses Point, MultiPoint, Polygon, MultiPolygon, ...



-- 
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]

Reply via email to