iGN5117 commented on code in PR #956:
URL: https://github.com/apache/sedona/pull/956#discussion_r1290059875
##########
common/src/test/java/org/apache/sedona/common/FunctionsTest.java:
##########
@@ -66,6 +66,81 @@ private Coordinate[] coordArray3d(double... coordValues) {
return coords;
}
+ @Test
+ public void asEWKT() throws Exception{
+ Geometry geometry = GEOMETRY_FACTORY.createPoint(new Coordinate(1.0,
2.0));
+ String actualResult = Functions.asEWKT(geometry);
Review Comment:
Shouldn't the test cases for EWKT have SRID too? @yyy1000 @jiayuasu
--
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]