I have an Oracle 18c database that has SDO_GEOMETRY tables:
When sidewalk inspection points are created, I want to automatically snap the points to the closest line --and-- insert the line's ID into a column.
Is there a way to do this via an Oracle Spatial/SDO_GEOMETRY insert trigger?
(I've poked around in the docs, but I haven't seen anything so far that lends itself to snapping.)
I answered this question here: https://gis.stackexchange.com/a/352809/21232
In a nutshell, the solution is to use the Linear Referencing features of Oracle Spatial