Uses of Interface
org.opengis.filter.PropertyIsGreaterThanOrEqualTo

Packages that use PropertyIsGreaterThanOrEqualTo
org.opengis.filter Filters features according their properties. 
 

Uses of PropertyIsGreaterThanOrEqualTo in org.opengis.filter
 

Methods in org.opengis.filter that return PropertyIsGreaterThanOrEqualTo
 PropertyIsGreaterThanOrEqualTo FilterFactory.greaterOrEqual(Expression expr1, Expression expr2)
          Checks that the first sub-expression is greater or equal to the second subexpression.
 PropertyIsGreaterThanOrEqualTo FilterFactory.greaterOrEqual(Expression expr1, Expression expr2, boolean matchCase)
          Checks that the first sub-expression is greater or equal to the second subexpression.
 

Methods in org.opengis.filter with parameters of type PropertyIsGreaterThanOrEqualTo
 Object FilterVisitor.visit(PropertyIsGreaterThanOrEqualTo filter, Object extraData)
           
 



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