+ "compare a property name and a geometry");
}
// Get EAttribute instance
//
EAttribute eAttribute = eFeatureInfo.eGetAttribute(property.getPropertyName());
// Going through evaluate ensures we get the proper result even
// if the name has not been specified (convention -> the default geometry)
AttributeDescriptor descriptor = (AttributeDescriptor) property.evaluate(featureType);
if (descriptor instanceof GeometryDescriptor) {