org.opengis.filter.expression
Interface Multiply

All Superinterfaces:
BinaryExpression, Expression
All Known Implementing Classes:
MultiplyImpl

@XmlElement(value="Mul")
public interface Multiply
extends BinaryExpression

Encodes the operation of multiplication.

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

Since:
GeoAPI 2.0
Author:
Chris Dillard (SYS Technologies)

Field Summary
static String NAME
          Operator name used to check FilterCapabilities
 
Fields inherited from interface Expression
NIL
 
Method Summary
 
Methods inherited from interface BinaryExpression
getExpression1, getExpression2
 
Methods inherited from interface Expression
accept, evaluate, evaluate
 

Field Detail

NAME

static final String NAME
Operator name used to check FilterCapabilities

See Also:
Constant Field Values


Copyright © 1996-2014 Geotools. All Rights Reserved.