// create the mapping definition
List attMappings = new LinkedList();
NamespaceSupport namespaces = new NamespaceSupport();
Function aoiExpr = ff.function("buffer", ff.property("location"), ff.literal(10));
attMappings.add(new AttributeMapping(null, aoiExpr, XPath.steps(targetFeature,
"areaOfInfluence", namespaces)));
Function strConcat = ff.function("strConcat", ff.property("anzlic_no"), ff
.property("project_no"));
attMappings.add(new AttributeMapping(null, strConcat, XPath.steps(targetFeature,
"concatenated", namespaces)));