File: swapordinates_expected

package info (click to toggle)
postgis 3.5.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 69,528 kB
  • sloc: ansic: 162,229; sql: 93,970; xml: 53,139; cpp: 12,646; perl: 5,658; sh: 5,369; makefile: 3,435; python: 1,205; yacc: 447; lex: 151; pascal: 58
file content (12 lines) | stat: -rw-r--r-- 689 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
flip1|POINT(1 0)
flip2|GEOMETRYCOLLECTION(POINT(2 1),MULTIPOLYGON(((1 0,2 1,1 2,1 0)),((0 10,0 20,10 20,0 10),(2 2,2 4,4 4,2 2))),LINESTRING(1 0,0 1))
ERROR:  Geometry does not have an M ordinate
ERROR:  Geometry does not have a Z ordinate
ERROR:  Invalid ordinate specification. Need two letters from the set (x,y,z,m). Got 'x'
ERROR:  Invalid ordinate name 'p'. Expected x,y,z or m
swap1|POINT Z (2 1 0)
swap2|POINT M (0 2 1)
swap3|POINT ZM (0 1 3 2)
swap4|MULTICURVE ZM ((5 3 1 5,3 2 2 5,3 1 3 3,0 1 1 3),CIRCULARSTRING ZM (0 0 0 0,0.2 -2 3 1,0.5 2 1 1.4),COMPOUNDCURVE ZM (CIRCULARSTRING ZM (0 0 0 0,1 2 1 1,1 1 0 0),(1 1 0 0,0 4 5 1)))
#3628.1|POINT Z (2 1 3)
#3628.2|POINT Z (1 3 2)