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!

Return touch point of two lines as sdo object

427952Nov 17 2004 — edited Nov 18 2004
I 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



Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 16 2004
Added on Nov 17 2004
3 comments
196 views