jsts/testxml/robust/TestRobustRelate.xml
2016-02-05 07:59:16 +01:00

20 lines
376 B
XML

<run>
<precisionModel scale="1.0" offsetx="0.0" offsety="0.0"/>
<case>
<desc>PP - Point is not on line. Non-robust algorithms fail by erroneously reporting intersects=true.</desc>
<a>
LINESTRING(-123456789 -40, 381039468754763 123456789)
</a>
<b>
POINT(0 0)
</b>
<test>
<op name="intersects" arg1="A" arg2="B">
false
</op>
</test>
</case>
</run>