int relation = GeoProfile.EQUALS; //default is equals.
boolean truncation = false; //default is no truncation.
boolean matchAll = false;
while (_enum.hasMoreElements()) {
AttrTriple triple = (AttrTriple) _enum.nextElement();
String attrVal = triple.getAttrVal().toString();
switch (triple.getAttrType().intValue()) {
case GeoProfile.USE:
useVal = attrVal;
break;