org.opengis.filter
Interface PropertyIsLessThanOrEqualTo

Show UML class diagram
All Superinterfaces:
BinaryComparisonOperator, Filter

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

Filter operator that checks that its first sub-expression is less than or equal to its second subexpression.

Since:
GeoAPI 2.0
Version:
Implementation specification 1.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-2010 Open Geospatial Consortium. All Rights Reserved.