table.write(resources.getLabel(VocabularyKeys.DISTANCE));
printDistance(sourceCRS, sourcePosition, transformedTarget, table);
printDistance(targetCRS, targetPosition, transformedSource, table);
table.nextLine();
}
table.writeHorizontalSeparator();
table.flush();
if (targetException != null) {
out.write(targetException);
out.write(lineSeparator);
}