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

« back to all changes in this revision

Viewing changes to test/Queries/geo/exterior-ring1.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:exterior-ring(<gml:MultiSurface>
5
 
                <gml:Polygon><gml:exterior>
6
 
                <gml:LinearRing>
7
 
                <gml:pos>1 1 </gml:pos>
8
 
                <gml:pos>2 1</gml:pos>
9
 
                <gml:pos>2 2</gml:pos>
10
 
                <gml:pos>1 2</gml:pos>
11
 
                <gml:pos> 1 1  </gml:pos>
12
 
                </gml:LinearRing>
13
 
                </gml:exterior></gml:Polygon>
14
 
                <gml:Polygon><gml:exterior>
15
 
                <gml:LinearRing>
16
 
                <gml:pos>1 1 </gml:pos>
17
 
                <gml:pos>20 1</gml:pos>
18
 
                <gml:pos>20 20</gml:pos>
19
 
                <gml:pos>1 20</gml:pos>
20
 
                <gml:pos> 1 1  </gml:pos>
21
 
                </gml:LinearRing>
22
 
                </gml:exterior></gml:Polygon>
23
 
              </gml:MultiSurface>)
 
 
b'\\ No newline at end of file'