testSplitResults(splitee, splitter, 2);
}
@Test
public void testSplitPolygon3() throws Exception {
Polygon splitee = (Polygon) SplitTestUtil
.read("POLYGON ((-2.05630239088747 43.383785592776206, -2.060964497966142 43.08091005152631,-2.4598370614233303 43.08348812503837, -2.5916373277716898 43.08403436779535, -3.1851208791748506 43.08461326221585,-3.1857959859927067 43.30753769431183, -3.185956334129664 43.36011198917018, -3.1860512944056665 43.39118019719231,-3.1860873520587085 43.402964186987994, -2.5261988548074474 43.561229494969545, -2.0535830120584198 43.55829389231849,-2.05630239088747 43.383785592776206))");
LineString splitter = (LineString) SplitTestUtil
.read("LINESTRING(-2.3129794071592786 43.629039402056485, -2.9465587625515224 42.99163177261353)");
testSplitResults(splitee, splitter, 2);