QGIS/python/plugins/processing/tests/testdata/expected/line_intersection_prefix.gml
Mathieu Pellerin a888986567
[needs-docs][processing] Avoid field collision via optional prefix in overlay algorithms (#10092)
Makes for a more predictable collision avoidance, which
can be neccessary for some models.
2019-05-24 19:00:28 +07:00

51 lines
2.4 KiB
XML

<?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>