Skip to content

Commit 9748d68

Browse files
author
Aaron Balog
committed
removed debugging code
1 parent fc13f7f commit 9748d68

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

src/main/java/com/esri/core/geometry/RelationalOperationsMatrix.java

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -383,21 +383,6 @@ else if (relation == RelationalOperations.Relation.within)
383383
edit_shape = new EditShape();
384384
geom_a = edit_shape.addGeometry(polygon_simple_a);
385385
geom_b = edit_shape.addGeometry(boundary_b);
386-
387-
int pc1 = polygon_simple_a.getPointCount();
388-
int pc2 = boundary_b.getPointCount();
389-
390-
for (int i = 0; i < pc2; i++)
391-
{
392-
Point2D p = boundary_b.getXY(i);
393-
i = i;
394-
}
395-
396-
boolean isclosed0 = boundary_b.isClosedPath(0);
397-
boolean isclosed1 = boundary_b.isClosedPath(1);
398-
399-
String s1 = OperatorExportToJson.local().execute(null, polygon_simple_a);
400-
String s2 = OperatorExportToJson.local().execute(null, boundary_b);
401386
relOps.setEditShape_(edit_shape, progress_tracker);
402387

403388
// Check no interior lines of the boundary intersect the exterior

0 commit comments

Comments
 (0)