14 | | I haven't planned to handle endianness as PostGIS' [http://postgis.refractions.net/documentation/manual-1.4/ST_AsBinary.html ST_AsBinary] does. So, it is expected that WKB is returned with endianness native to the machine running the PostgreSQL database - it can vary. Feel free to share your suggestions of solutions fot this. |
| 14 | I haven't planned to handle endianness as PostGIS' [http://postgis.refractions.net/documentation/manual-1.4/ST_AsBinary.html ST_AsBinary] does. So, it is expected that WKB is returned with [http://en.wikipedia.org/wiki/Endianness endianness] native to the machine running the PostgreSQL database - it can vary (i.e. Intel returns NDR, PowerPC returns XDR). |
| 15 | Feel free to share your suggestions of solutions fot this. |