Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to remove Z, but not M, from SDO_GEOMETRY

User_1871Apr 17 2022 — edited May 14 2022

Regarding an SDO_GEOMETRY that has Z and M coordinates:
I can remove M's, but not Z's using SDO_LRS.CONVERT_TO_STD_GEOM
And I can remove both M's and Z's using SDO_CS.MAKE_2D
Question: How can I remove the Z's, but not the M's?
Related:
Idea: Function to remove Z, but not M, from SDO_GEOMETRY

Comments
Post Details
Added on Apr 17 2022
1 comment
210 views