}
if (targetPosition != null) {
table.write(resources.getLabel(VocabularyKeys.TARGET_POINT));
print(transformedTarget, table);
print(targetPosition, table);
table.nextLine();
}
if (sourceCRS!=null && targetCRS!=null) {
table.write(resources.getLabel(VocabularyKeys.DISTANCE));
printDistance(sourceCRS, sourcePosition, transformedTarget, table);
printDistance(targetCRS, targetPosition, transformedSource, table);