Support for Geometry Types in MySqlGeometry
Posted by: Colin Paterson
Date: July 11, 2016 09:21PM

What's the status on support for anything other than POINT with MySqlGeometry. The following contructor woks on byte[]'s that are returned from queries

MySqlGeometry(MySqlDbType type, byte[] val)

as long as the values are POINT's. When it's anything other than a POINT (MULTIPOINT, LINESTRING etc) then it returns gibberish. This works in competing providers such as PostgreSQL and SqlServer. Is there something that needs to be done to the byte[] or is this just missing.

Options: ReplyQuote


Subject
Written By
Posted
Support for Geometry Types in MySqlGeometry
July 11, 2016 09:21PM


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.