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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Linear data and GeoRaster

Simon GreenerJan 23 2023

(I would have thought this question was about something that is a standard "use case".)
We have a GeoRaster that contains elevation data and a linestring which needs to be overlayed onto that raster so that we can create an elevation profile.
I've searched the documentation but it is not clear (to me at least) how I would go about it.
Should I extract the points from the linestring and use the ptGeom version of SDO_GEOR.getCellValue() to find the cell value within it falls, then re-construct the linestring?
Can anyone help?
regards
Simon

This post has been answered by Fechen-Oracle on Jan 23 2023
Jump to Answer
Comments
Post Details
Added on Jan 23 2023
1 comment
237 views