MySQL Forums
Forum List  »  GIS

How to add a point to existing linestrings in mysql?
Posted by: Prabu Raja
Date: April 11, 2013 06:03AM

Is it possible to add a Point at the end of a Linestring in MySql?

For example I have a Linestring as

Linestring(1 2, 1 4, 1 6)

and I want to add a Point

Point(1 7)

at the end (output should be Linestring(1 2, 1 4, 1 6, 1 7))

Options: ReplyQuote


Subject
Views
Written By
Posted
How to add a point to existing linestrings in mysql?
3559
April 11, 2013 06:03AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.