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

« back to all changes in this revision

Viewing changes to test/Queries/geo/point-n2.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:point-n(<gml:Curve><gml:segments>
5
 
                <gml:LineStringSegment interpolation="linear"><gml:posList srsDimension="3"> 1 1 11 2 2 11</gml:posList></gml:LineStringSegment>
6
 
                <gml:LineStringSegment><gml:posList>2 2 4 4</gml:posList></gml:LineStringSegment>
7
 
                <gml:LineStringSegment><gml:posList>4 4 3 3 6 6</gml:posList></gml:LineStringSegment>
8
 
              </gml:segments></gml:Curve>,
9
 
                6 cast as xs:unsignedInt)
 
 
b'\\ No newline at end of file'