private void CheckConnectedInteriors(GeometryGraph graph) { ConnectedInteriorTester cit = new ConnectedInteriorTester(graph); if (!cit.IsInteriorsConnected()) { _validErr = new TopologyValidationError( TopologyValidationError.DisconnectedInterior, cit.GetCoordinate()); } }
private void CheckConnectedInteriors(GeometryGraph graph) { ConnectedInteriorTester cit = new ConnectedInteriorTester(graph); if (! cit.IsInteriorsConnected()) { _validErr = new TopologyValidationError( TopologyValidationError.DisconnectedInterior, cit.GetCoordinate()); } }