~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_is-ring2.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:is-ring(<gml:LineString>
 
5
                    <gml:pos>1 1</gml:pos>
 
6
                    <gml:pos>2 2</gml:pos>
 
7
                    <gml:pos>2 1</gml:pos>
 
8
                    <gml:pos>1 2</gml:pos>
 
9
                    <gml:pos>1 1</gml:pos>
 
10
                </gml:LineString>)
 
 
b'\\ No newline at end of file'