~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_boundary9.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:boundary(<gml:Surface><gml:patches>
 
5
                <gml:PolygonPatch><gml:exterior>
 
6
                    <gml:LinearRing><gml:posList>1 1 2 2 3 4 2 4 1 1</gml:posList></gml:LinearRing>
 
7
                </gml:exterior></gml:PolygonPatch>
 
8
                <gml:PolygonPatch><gml:exterior>
 
9
                    <gml:LinearRing><gml:posList>1 1 2 2 2 1 1 1</gml:posList></gml:LinearRing>
 
10
                </gml:exterior></gml:PolygonPatch>
 
11
              </gml:patches></gml:Surface>)
 
 
b'\\ No newline at end of file'