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


##########
common/src/main/java/org/apache/sedona/common/raster/RasterAccessors.java:
##########
@@ -106,6 +106,12 @@ public static double getWorldCoordY(GridCoverage2D raster, 
int colX, int rowY) t
         return RasterUtils.getWorldCornerCoordinates(raster, colX, 
rowY).getY();
     }
 
+    public static double[] getWorldCoord(GridCoverage2D raster, int colX, int 
rowY) throws TransformException {

Review Comment:
   The output should be a Geometry Point, not a double array.



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