1 2 3 4 5 6 7 8
|
geometry constraints - GEOMETRYCOLLECTION
:memory: #use in-memory database
SELECT GeometryConstraints(GeomFromText('GEOMETRYCOLLECTIONZM(MULTIPOLYGONZM(((0 0 4 0, 1 0 4 0, 1 1 4 0, 0 0 4 0)),((0 0 4 0, -1 0 4 0, -1 -1 4 0, 0 0 4 0))))', 4326), 'GEOMETRYCOLLECTION', 4326, 'XYZM')
1 # rows (not including the header row)
1 # columns
GeometryConstraints(GeomFromText('GEOMETRYCOLLECTIONZM(MULTIPOLYGONZM(((0 0 4 0, 1 0 4 0, 1 1 4 0, 0 0 4 0)),((0 0 4 0, -1 0 4 0, -1 -1 4 0, 0 0 4 0))))', 4326), 'GEOMETRYCOLLECTION', 4326, 'XYZM')
1
|