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 42 43 44 45 46 47 48 49 50
|
<?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_intersection_all_fields.xsd"
xmlns:ogr="http://ogr.maptools.org/"
xmlns:gml="http://www.opengis.net/gml">
<gml:boundedBy>
<gml:Box>
<gml:coord><gml:X>3</gml:X><gml:Y>-0.2208501518128248</gml:Y></gml:coord>
<gml:coord><gml:X>9.220978076442222</gml:X><gml:Y>3.220978076442221</gml:Y></gml:coord>
</gml:Box>
</gml:boundedBy>
<gml:featureMember>
<ogr:line_intersection_all_fields fid="lines.0">
<ogr:geometryProperty><gml:Point srsName="EPSG:4326"><gml:coordinates>9.22097807644222,3.22097807644222</gml:coordinates></gml:Point></ogr:geometryProperty>
<ogr:name>lines.0</ogr:name>
<ogr:pre_fid>3</ogr:pre_fid>
<ogr:pre_name>f3</ogr:pre_name>
<ogr:pre_int>3</ogr:pre_int>
</ogr:line_intersection_all_fields>
</gml:featureMember>
<gml:featureMember>
<ogr:line_intersection_all_fields fid="lines.2">
<ogr:geometryProperty><gml:Point srsName="EPSG:4326"><gml:coordinates>3.0,2.8034726769992</gml:coordinates></gml:Point></ogr:geometryProperty>
<ogr:name>lines.2</ogr:name>
<ogr:pre_fid>3</ogr:pre_fid>
<ogr:pre_name>f3</ogr:pre_name>
<ogr:pre_int>3</ogr:pre_int>
</ogr:line_intersection_all_fields>
</gml:featureMember>
<gml:featureMember>
<ogr:line_intersection_all_fields fid="lines.3">
<ogr:geometryProperty><gml:Point srsName="EPSG:4326"><gml:coordinates>3.15579567779961,1.0</gml:coordinates></gml:Point></ogr:geometryProperty>
<ogr:name>lines.3</ogr:name>
<ogr:pre_fid>2</ogr:pre_fid>
<ogr:pre_name>f2</ogr:pre_name>
<ogr:pre_int>2</ogr:pre_int>
</ogr:line_intersection_all_fields>
</gml:featureMember>
<gml:featureMember>
<ogr:line_intersection_all_fields fid="lines.5">
<ogr:geometryProperty><gml:Point srsName="EPSG:4326"><gml:coordinates>8.77914984818717,-0.220850151812825</gml:coordinates></gml:Point></ogr:geometryProperty>
<ogr:name>lines.5</ogr:name>
<ogr:pre_fid>2</ogr:pre_fid>
<ogr:pre_name>f2</ogr:pre_name>
<ogr:pre_int>2</ogr:pre_int>
</ogr:line_intersection_all_fields>
</gml:featureMember>
</ogr:FeatureCollection>
|