mirror of
https://github.com/bjornharrtell/jsts.git
synced 2026-01-18 14:08:37 +00:00
19 lines
592 B
XML
19 lines
592 B
XML
<run>
|
|
<precisionModel type="FLOATING"/>
|
|
<case>
|
|
<desc>Test 92</desc>
|
|
<a>
|
|
POLYGON ((100 100, 1000000000000000 110, 1000000000000000 100, 100 100))
|
|
</a>
|
|
<test> <op name="isValid" arg1="A"> true </op> </test>
|
|
</case>
|
|
<case>
|
|
<desc>Test 558</desc>
|
|
<a>
|
|
MULTIPOINT ((-1000000000000000000000000 -1000000000000000000000000), (1000000000000000000000000 -1000000000000000000000000), (1000000000000000000000000 1000000000000000000000000), (-1000000000000000000000000 1000000000000000000000000), (0 0))
|
|
</a>
|
|
<test> <op name="isValid" arg1="A"> true </op> </test>
|
|
</case>
|
|
|
|
</run>
|