~ubuntu-branches/ubuntu/wily/spatialite/wily-proposed

« back to all changes in this revision

Viewing changes to test/sql_stmt_geostrunk_tests/delaunay17.testcase

  • Committer: Package Import Robot
  • Author(s): Bas Couwenberg
  • Date: 2015-07-14 11:57:46 UTC
  • mfrom: (16.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20150714115746-e2iljfmb5sq7o5hh
Tags: 4.3.0-1
Move from experimental to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
ST_DelaunayTriangulation XYM - (only_edges=yes)
2
 
:memory: #use in-memory database
3
 
SELECT ST_Equals(ST_DelaunayTriangulation(GeomFromText('MULTIPOINTM(0 0 10, 1 1 11, 2 2 12, 0 1 13, 2 1 14)'), 1), GeomFromText('MULTILINESTRINGM((0 1 0, 2 2 0), (0 0 0, 0 1 0), (0 0 0, 2 1 0), (2 1 0, 2 2 0), (1 1 0, 2 1 0), (1 1 0, 2 2 0), (0 1 0, 1 1 0), (0 0 0, 1 1 0))       '));
4
 
1 # rows (not including the header row)
5
 
1 # columns
6
 
ST_Equals(ST_DelaunayTriangulation(GeomFromText('MULTIPOINTM(0 0 10, 1 1 11, 2 2 12, 0 1 13, 2 1 14)'), 1), GeomFromText('MULTILINESTRINGM((0 1 0, 2 2 0), (0 0 0, 0 1 0), (0 0 0, 2 1 0), (2 1 0, 2 2 0), (1 1 0, 2 1 0), (1 1 0, 2 2 0), (0 1 0, 1 1 0), (0 0 0, 1 1 0))      '))
7
 
1