return new ContainsImpl(geometry1, geometry2, matchAction );
}
public Contains contains(String propertyName, Geometry geometry, MatchAction matchAction) {
PropertyName name = property(propertyName);
Literal geom = literal(geometry);
return contains( name, geom, matchAction );
}