Re: entity framework spatial support for multi-polygon and polygon
Posted by: Yanhua Wang
Date: September 02, 2018 09:18PM

I have trace the source code of mysql-connector-net-8.0.12. The byte structure of MySqlGeometry just support points, showed as follows:
//Bytes structure is:
//SRID [0 - 3]
//Byte order [4]
//WKB type [5 - 8]
//X [9 - 16]
//Y [17 - 24]

Will it support other spatial types in future? thanks.

Options: ReplyQuote


Subject
Written By
Posted
Re: entity framework spatial support for multi-polygon and polygon
September 02, 2018 09:18PM


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.