if (path.equalsIgnoreCase(rd.getBoundingBoxPropertyName())) {
return ff.property("boundingBox");
}
CatalogStoreMappingElement element = mapping.getElement(path);
if (element == null) {
throw new IllegalArgumentException("Unknown field in mapping: " + expression);
}
return element.getContent();
}