Interface Add

  • All Superinterfaces:
    BinaryExpression, Expression
    All Known Implementing Classes:
    AddImpl

    public interface Add
    extends BinaryExpression
    Encodes the operation of addition.

    Instances of this interface implement their evaluate method by computing the numeric addition of their first and second operand.

    Since:
    GeoAPI 2.0
    Author:
    Chris Dillard (SYS Technologies)
    • Field Detail

      • NAME

        static final String NAME
        Operator name used to check FilterCapabilities
        See Also:
        Constant Field Values