return new BBOXImpl(name,bbox, matchAction);
}
public BBOX bbox(String propertyName, double minx, double miny, double maxx, double maxy,
String srs, MatchAction matchAction) {
PropertyName name = property(propertyName);
return bbox(name, minx, miny, maxx, maxy, srs, matchAction);
}