return ff.intersects(property, geom);
}
public PropertyIsEqualTo buildSpatialRelateFilter() throws CQLException {
Literal pattern = this.resultStack.popLiteral();
Literal geometry = this.resultStack.popLiteral();
PropertyName property = this.resultStack.popPropertyName();
FilterFactory2 ff = (FilterFactory2) filterFactory;
Expression[] args = new Expression[] { property, geometry, pattern };