~juan457/+junk/zorba

« back to all changes in this revision

Viewing changes to test/rbkt/Queries/zorba/geo/touches3.xq

  • Committer: ceejatec
  • Date: 2011-02-23 12:49:34 UTC
  • Revision ID: svn-v4:8046edc3-af21-0410-8661-ec7318497eea:trunk/zorba:9976
Numerous changes to support externalizing modules.
1. Overhauled ZorbaConfig framework to allow easy "finding" of Zorba (either
   from source or installed binary form); consolidated all into top-level
   config/ directory.
2. Moved GENERATE_MODULE_LIBRARY() macro to ZorbaModule.cmake (which is also
   installed); updated to support out-of-core modules.
3. Fixed and improved several features regarding "make install", such as
   enabling RPath, correcting include directories, etc.
4. Consolidated some other project-configuration files into config/, such as
   debian and Fedora packaging files.
5. Added --module-path option to testdriver and testdriver_mt.
6. testdriver is now installed by "make install" (may be revisited).

And, eliminated "geo" module - now available at
  http://zorba.svn.sourceforge.net/svnroot/zorba/modules/geo/trunk

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:touches(<gml:Polygon>
5
 
              <gml:exterior>
6
 
                <gml:LinearRing><gml:posList>
7
 
                1 1 
8
 
                20 1 
9
 
                20 20 
10
 
                30 20
11
 
                30 30 
12
 
                1 30 
13
 
                1 1
14
 
                </gml:posList></gml:LinearRing>
15
 
              </gml:exterior>
16
 
              <gml:interior>
17
 
                <gml:LinearRing><gml:posList>
18
 
                2 2 
19
 
                3 2 
20
 
                3 3 
21
 
                2 3 
22
 
                2 2
23
 
                </gml:posList></gml:LinearRing>
24
 
              </gml:interior>
25
 
              <gml:interior>
26
 
                <gml:LinearRing><gml:posList>
27
 
                10 10 
28
 
                19 10
29
 
                 19 19 
30
 
                 10 19 
31
 
                10 10
32
 
                </gml:posList></gml:LinearRing>
33
 
              </gml:interior>
34
 
              </gml:Polygon>,
35
 
              
36
 
              
37
 
              <gml:Polygon>
38
 
              <gml:exterior>
39
 
                <gml:LinearRing><gml:posList>
40
 
                11 11 
41
 
                18 11 
42
 
                18 18 
43
 
                11 18 
44
 
                11 11
45
 
                </gml:posList></gml:LinearRing>
46
 
              </gml:exterior>
47
 
              </gml:Polygon>)
48
 
              
 
 
b'\\ No newline at end of file'