Interface BinarySpatialOperator

    • Method Detail

      • getExpression1

        Expression getExpression1()
        Returns an expression that will be evaluated to determine the first operand to the spatial predicate represented by this operator. The result of evaluating this expression must be a geometry object.
      • getExpression2

        Expression getExpression2()
        Returns an expression that will be evaluated to determine the second operand to the spatial predicate represented by this operator. The result of evaluating this expression must be a geometry object.