if (StringUtils.hasText(geodeticSystem) && !arrayContainsValue(geodeticList, geodeticSystem)) {
      final String errorMessage = buildErrorMessage(COMPONENT, componentName, "coordinateSystem", geodeticSystem);
      results.addErrorMessage(errorMessage);
    }