File: swapordinates_expected

package info (click to toggle)
postgis 2.5.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 75,792 kB
  • sloc: ansic: 139,314; sql: 136,281; xml: 48,954; sh: 4,906; perl: 4,509; makefile: 2,897; python: 1,198; yacc: 441; cpp: 305; lex: 132
file content (12 lines) | stat: -rw-r--r-- 689 bytes parent folder | download | duplicates (10)
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)