2013-04-14 10:26:33 +12:00

734 B

1iddescriptiongeom_wkt
21Point wktPOINT(10 20)
32Multipoint wktMULTIPOINT(10 20,11 21)
43Linestring wktLINESTRING(10 20,11 21)
54Multiline string wktMULTILINESTRING((10 20,11 21),(20 30,21 31))
65Polygon wktPOLYGON((10 10,10 20,20 20,20 10,10 10),(14 14,14 16,16 16,14 14))
76MultiPolygon wktMULTIPOLYGON(((10 10,10 20,20 20,20 10,10 10),(14 14,14 16,16 16,14 14)),((30 30,30 35,35 35,30 30)))
87Invalid wktPOINT(10)
98EWKT prefixSRID=1234;POINT(10 10)
109Informix prefix1 POINT(10 10)
1110Measure in pointPOINTM(10 20 30)
1211Measure in lineLINESTRING(10.0 20.0 30.0, 11.0 21.0 31.0)
1312Z in lineLINESTRING Z(10.0 20.0 30.0, 11.0 21.0 31.0)
1413Measure and Z in lineLINESTRING ZM(10.0 20.0 30.0 40.0, 11.0 21.0 31.0 41.0)