~zorba-coders/zorba/1189803-geoproj-module

« back to all changes in this revision

Viewing changes to test/Queries/geo/within9.xq

  • Committer: Juan Zacarias
  • Date: 2012-08-07 19:49:24 UTC
  • Revision ID: juan457@gmail.com-20120807194924-w8pmqsrf510fq3yv
Tags: zorba-2.8, zorba-2.9
RemovedĀ geosĀ module

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
import module namespace geo = "http://expath.org/ns/geo";
2
 
declare namespace gml="http://www.opengis.net/gml";
3
 
 
4
 
geo:within(<gml:LineString><gml:posList>0 0 2 1 3 3</gml:posList></gml:LineString>,
5
 
 
6
 
            <gml:MultiCurve>
7
 
                <gml:LineString><gml:posList>1 1 0 0 2 1</gml:posList></gml:LineString>
8
 
                <gml:LineString><gml:posList>2 1 3 3 4 4</gml:posList></gml:LineString>
9
 
              </gml:MultiCurve>
10
 
              )
 
 
b'\\ No newline at end of file'