org.opengis.filter
Interface PropertyIsGreaterThan

Show UML class diagram
All Superinterfaces:
BinaryComparisonOperator, Filter

@XmlElement(value="PropertyIsGreaterThan")
public interface PropertyIsGreaterThan
extends BinaryComparisonOperator

Filter operator that checks that its first sub-expression is greater than its second subexpression.

Since:
GeoAPI 2.0

Field Summary
static String NAME
          Operator name used to check FilterCapabilities
 
Fields inherited from interface Filter
EXCLUDE, INCLUDE
 
Method Summary
 
Methods inherited from interface BinaryComparisonOperator
getExpression1, getExpression2, isMatchingCase
 
Methods inherited from interface Filter
accept, evaluate
 

Field Detail

NAME

static final String NAME
Operator name used to check FilterCapabilities

See Also:
Constant Field Values


Copyright © 1994-2012 Open Geospatial Consortium. All Rights Reserved.