Return touch point of two lines as sdo object
427952Nov 17 2004 — edited Nov 18 2004I am attempting to obtain the touch point of two rail lines as an SDO object.
Earlier I used the SDO_GEOM.SDO._INTERSECTION method, but in this case the lines only touch; they do not intersect.
i.e.,
SDO_RELATE(my_line.geom, your_line.geom,'mask=TOUCH querytype=WINDOW') returns TRUE
SDO_RELATE(my_line.geom, your_line.geom,'mask=OVERLAPBYINTERSECT querytype=WINDOW') returns FALSE
Is there a method which returns the touch point of two line segments as an SDO object?
Thank you in advance,
cte