org.opengis.filter.expression
Interface Subtract
- All Superinterfaces:
- BinaryExpression, Expression
- All Known Implementing Classes:
- SubtractImpl
@XmlElement(value="Sub")
public interface Subtract
- extends BinaryExpression
Encodes the operation of subtraction where the second argument is subtracted from the first.
Instances of this interface implement their evaluate
method by
computing the numeric difference between the first and
second operand.
- Since:
- GeoAPI 2.0
- Author:
- Chris Dillard (SYS Technologies)
Field Summary |
static String |
NAME
Operator name used to check FilterCapabilities |
NAME
static final String NAME
- Operator name used to check FilterCapabilities
- See Also:
- Constant Field Values
Copyright © 1996-2014 Geotools. All Rights Reserved.