log.error("Error: Node " + nodeId + ", expected MBR (from parent) does not equal stored MBR");
return false;
}
// Check for corruption where a parent entry is the same object as the child MBR
if (expectedMBR != null && actualMBR.sameObject(expectedMBR)) {
log.error("Error: Node " + nodeId + " MBR using same rectangle object as parent's entry");
return false;
}
for (int i = 0; i < n.entryCount; i++) {