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

« back to all changes in this revision

Viewing changes to test/Queries/geo/relate1.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:relate(<gml:Point><gml:pos>18 11</gml:pos></gml:Point>,
5
 
           
6
 
           <gml:Polygon><gml:exterior>
7
 
                    <gml:LinearRing><gml:posList>10 10 20 10 30 40 20 40 10 10</gml:posList></gml:LinearRing>
8
 
           </gml:exterior></gml:Polygon>,
9
 
           
10
 
           "0********"
11
 
              
12
 
              )
 
 
b'\\ No newline at end of file'