Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Is there any way to work with self-overlapping lines in SQL Server? SQL Server says that it is invalid geometry and when I use STMakeValid I get MultiLinestring but I don't want that. I have data with self-overlapping lines and so I need it...

It is just self-overlaping line like:

LINESTRING(0 0, 3 3, 2 1, 2 2, 1 1)

I just want to use spatial methods in SQL Server on this line if it is possible.

share|improve this question
4  
Maybe you could show your data, show what you've tried, and show the result you're trying to get? – Aaron Bertrand Aug 24 '12 at 17:16

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.