jiayuasu opened a new pull request #497: URL: https://github.com/apache/incubator-sedona/pull/497
## Is this PR related to a proposed Issue? https://issues.apache.org/jira/browse/SEDONA-8 ## What changes were proposed in this PR? 1. Use another Geotools API to do CRS transform, without using the factory API and Hints. This disabled the "Force XY" function. The signature of ST_Transform is changed. 2. Add a ST_FlipCoordinates function to swap X and Y so any CRS transform can work smoothly 3. FlipCoordinates function is also added into the RDD API ## How was this patch tested? Add new unit tests ## Did this PR include necessary documentation updates? SQL API doc is updated. RDD Tutorial is to be updated by a separate doc update PR ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
