@Test
public void testcatalog_07() throws Exception {
Polygon polygon = (Polygon) SplitTestUtil
.read("POLYGON ((60 270, 90 270, 90 230, 110 230, 110 250, 150 250, 150 230, 170 230, 170 270, 200 270, 200 170, 60 170, 60 170, 60 270), (90 210, 110 210, 110 190, 90 190, 90 210), (150 210, 170 210, 170 190, 150 190, 150 210))"); //$NON-NLS-1$
LineString splitLine = (LineString) SplitTestUtil
.read("LINESTRING (100 220, 110 230, 110 210, 150 210, 150 230, 160 220, 160 220)"); //$NON-NLS-1$
Geometry partA = SplitTestUtil
.read("POLYGON ((60 270, 90 270, 90 230, 110 230, 110 210, 150 210, 150 230, 170 230, 170 270, 200 270, 200 170, 60 170, 60 170, 60 270), (90 210, 110 210, 110 190, 90 190, 90 210), (150 190, 150 210, 170 210, 170 190, 150 190))"); //$NON-NLS-1$
Geometry partB = SplitTestUtil