circle圆形
<(1,1),1>
polygon多边形
((2,2),(1,1))
point 点
(1,1)
path 路径
((2,2),(1,1))
line 线
{1,-1,0}
box 方形
(2,2),(1,1)
lseg线段
[(1,1),(2,2)]
postgresql直接读取的就是字符串形式,也可以用字符串形式写入,这一点比较友好。
circle圆形
<(1,1),1>
polygon多边形
((2,2),(1,1))
point 点
(1,1)
path 路径
((2,2),(1,1))
line 线
{1,-1,0}
box 方形
(2,2),(1,1)
lseg线段
[(1,1),(2,2)]
postgresql直接读取的就是字符串形式,也可以用字符串形式写入,这一点比较友好。