yyy1000 commented on code in PR #956:
URL: https://github.com/apache/sedona/pull/956#discussion_r1290270759
##########
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:
Good idea.
I added SRID in them.
--
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]