~zorba-coders/zorba/web-try.zorba-xquery.com

« back to all changes in this revision

Viewing changes to try.zorba-xquery.com/public/xqdoc/examples/test_Queries_geo_contains6.xq

  • Committer: Cezar Andrei
  • Date: 2012-01-25 18:11:39 UTC
  • Revision ID: cezar.lp@cezarandrei.com-20120125181139-0734dukmgca39dwg
Initial try.zorba-xquery.com ruby app.

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:contains(<gml:LineString>
 
5
                <gml:pos>1 1</gml:pos>
 
6
                <gml:pos>55 99</gml:pos>
 
7
                <gml:pos>2 1</gml:pos>
 
8
             </gml:LineString>,
 
9
             <gml:LineString>
 
10
                <gml:posList>
 
11
                1 1
 
12
                1 1
 
13
                55 99
 
14
                2 1
 
15
                </gml:posList>
 
16
             </gml:LineString>)
 
 
b'\\ No newline at end of file'