File: join_attribute_table_discard_nonmatching.gml

package info (click to toggle)
qgis 3.40.11%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,183,800 kB
  • sloc: cpp: 1,595,841; python: 372,637; xml: 23,474; sh: 3,761; perl: 3,664; ansic: 2,257; sql: 2,137; yacc: 1,068; lex: 577; javascript: 540; lisp: 411; makefile: 154
file content (24 lines) | stat: -rw-r--r-- 1,023 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8" ?>
<ogr:FeatureCollection
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation=""
     xmlns:ogr="http://ogr.maptools.org/"
     xmlns:gml="http://www.opengis.net/gml">
  <gml:boundedBy>
    <gml:Box>
      <gml:coord><gml:X>0</gml:X><gml:Y>-5</gml:Y></gml:coord>
      <gml:coord><gml:X>8</gml:X><gml:Y>3</gml:Y></gml:coord>
    </gml:Box>
  </gml:boundedBy>
                                                                                                                                                               
  <gml:featureMember>
    <ogr:join_attribute_table fid="points.0">
      <ogr:geometryProperty><gml:Point srsName="EPSG:4326"><gml:coordinates>1,1</gml:coordinates></gml:Point></ogr:geometryProperty>
      <ogr:id>1</ogr:id>
      <ogr:id2>2</ogr:id2>
      <ogr:id_2>1</ogr:id_2>
      <ogr:NUM_A>1.100000</ogr:NUM_A>
      <ogr:ST_A>string a</ogr:ST_A>
    </ogr:join_attribute_table>
  </gml:featureMember>
</ogr:FeatureCollection>