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

« back to all changes in this revision

Viewing changes to test/sql_stmt_geosadvanced_tests/closestpoint20.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
 
Closest Point - polygonZM with interior and Point
2
 
:memory: #use in-memory database
3
 
SELECT AsText(ClosestPoint(GeomFromText("POINTZM(4 6 1 3)"), GeomFromText("POLYGONZM((0 0 1 3, 10 0 2 3, 10 10 3 3, 0 10 2 3, 0 0 1 3),( 1 1 4 1, 3 1 5 1, 3 3 6 1, 1 3 5 2, 1 1 4 1))")))
4
 
1 # rows (not including the header row)
5
 
1 # columns
6
 
AsText(ClosestPoint(GeomFromText("POINTZM(4 6 1 3)"), GeomFromText("POLYGONZM((0 0 1 3, 10 0 2 3, 10 10 3 3, 0 10 2 3, 0 0 1 3),( 1 1 4 1, 3 1 5 1, 3 3 6 1, 1 3 5 2, 1 1 4 1))")))
7
 
POINT ZM(4 6 1 0)
8