File: line_intersection2.gml

package info (click to toggle)
qgis 3.40.10%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,183,672 kB
  • sloc: cpp: 1,595,771; python: 372,544; 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: 161
file content (41 lines) | stat: -rw-r--r-- 2,275 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="utf-8" ?>
<ogr:FeatureCollection
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://ogr.maptools.org/ line_intersection2.xsd"
     xmlns:ogr="http://ogr.maptools.org/"
     xmlns:gml="http://www.opengis.net/gml">
  <gml:boundedBy>
    <gml:Box>
      <gml:coord><gml:X>-0.08703339882121899</gml:X><gml:Y>-0.262475442043224</gml:Y></gml:coord>
      <gml:coord><gml:X>10.63163064833006</gml:X><gml:Y>4.985461689587426</gml:Y></gml:coord>
    </gml:Box>
  </gml:boundedBy>
                                                                                            
  <gml:featureMember>
    <ogr:line_intersection2 fid="1">
      <ogr:geometryProperty><gml:LineString srsName="EPSG:4326"><gml:coordinates>-0.062278978388999,4.98546168958743 5.60648330058939,4.98546168958743</gml:coordinates></gml:LineString></ogr:geometryProperty>
      <ogr:name>f1</ogr:name>
      <ogr:int>1</ogr:int>
    </ogr:line_intersection2>
  </gml:featureMember>
  <gml:featureMember>
    <ogr:line_intersection2 fid="3">
      <ogr:geometryProperty><gml:LineString srsName="EPSG:4326"><gml:coordinates>-0.087033398821219,2.78231827111984 2.31414538310413,2.75756385068762 2.61119842829077,4.68840864440079 2.61119842829077,2.80707269155206 5.28467583497053,2.78231827111984 7.38880157170923,4.71316306483301 9.78998035363458,2.75756385068762 10.6316306483301,2.75756385068762</gml:coordinates></gml:LineString></ogr:geometryProperty>
      <ogr:name>f3</ogr:name>
      <ogr:int>3</ogr:int>
    </ogr:line_intersection2>
  </gml:featureMember>
  <gml:featureMember>
    <ogr:line_intersection2 fid="2">
      <ogr:geometryProperty><gml:LineString srsName="EPSG:4326"><gml:coordinates>0.061493123772101,-0.237721021611003 1.96758349705305,-0.262475442043224 4.34400785854617,2.26247544204322 6.44813359528487,-0.262475442043224 10.6068762278978,-0.188212180746563</gml:coordinates></gml:LineString></ogr:geometryProperty>
      <ogr:name>f2</ogr:name>
      <ogr:int>2</ogr:int>
    </ogr:line_intersection2>
  </gml:featureMember>
  <gml:featureMember>
    <ogr:line_intersection2 fid="4">
      <ogr:name>f4</ogr:name>
      <ogr:int>4</ogr:int>
    </ogr:line_intersection2>
  </gml:featureMember>
</ogr:FeatureCollection>