[postgis] Error in creating WKBPolygon by Postgis
Dave Blasby
dblasby at refractions.net
Tue Sep 4 12:48:15 PDT 2001
I've added full[er] support for the WKB type.
You can now have columns of type WKB, and you can pg_dump them.
Their external representation is a hexidecimal string. For example;
astext
|
mywkb
-------------------------------------+-------------------------------------------------------------------------------------------------------------------
-
POINT(1 1) |
00000000013FF00000000000003FF0000000000000
POINT(100 100 100) |
0000008001405900000000000040590000000000004059000000000000
LINESTRING(100 100,100 100) |
0000000002000000024059000000000000405900000000000040590000000000004059000000000000
LINESTRING(100 100 100,100 100 100) |
000000800200000002405900000000000040590000000000004059000000000000405900000000000040590000000000004059000000000000
(4 rows)
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Secure your servers with 128-bit SSL encryption! Grab your copy of VeriSign's FREE Guide: "Securing Your Web Site for Business." Get it Now!
http://us.click.yahoo.com/n7RbFC/zhwCAA/yigFAA/PhFolB/TM
---------------------------------------------------------------------~->
To unsubscribe from this group, send an email to:
postgis-unsubscribe at yahoogroups.com
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
More information about the postgis-users
mailing list