File tree Expand file tree Collapse file tree
src/main/java/com/esri/core/geometry Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments