Uses of Class
org.deegree.filter.comparison.ComparisonOperator

Packages that use ComparisonOperator
org.deegree.filter.comparison   
org.deegree.filter.xml   
org.deegree.protocol.sos.filter   
org.deegree.sqldialect.filter   
 

Uses of ComparisonOperator in org.deegree.filter.comparison
 

Subclasses of ComparisonOperator in org.deegree.filter.comparison
 class BinaryComparisonOperator
          Abstract base class for all binary comparison operators.
 class PropertyIsBetween
          TODO add documentation here
 class PropertyIsEqualTo
          TODO add documentation here
 class PropertyIsGreaterThan
          TODO add documentation here
 class PropertyIsGreaterThanOrEqualTo
          TODO add documentation here
 class PropertyIsLessThan
          TODO add documentation here
 class PropertyIsLessThanOrEqualTo
          TODO add documentation here
 class PropertyIsLike
          TODO add documentation here
 class PropertyIsNil
          TODO add documentation here
 class PropertyIsNotEqualTo
          TODO add documentation here
 class PropertyIsNull
          TODO add documentation here
 

Uses of ComparisonOperator in org.deegree.filter.xml
 

Methods in org.deegree.filter.xml that return ComparisonOperator
static ComparisonOperator Filter100XMLDecoder.parseComparisonOperator(XMLStreamReader xmlStream)
          Returns the object representation for the given ogc:comparisonOps element event that the cursor of the associated XMLStreamReader points at.
static ComparisonOperator Filter200XMLDecoder.parseComparisonOperator(XMLStreamReader xmlStream)
          Returns the object representation for the given fes:comparisonOps element event that the cursor of the given XMLStreamReader points at.
static ComparisonOperator Filter110XMLDecoder.parseComparisonOperator(XMLStreamReader xmlStream)
          Returns the object representation for the given ogc:comparisonOps element event that the cursor of the associated XMLStreamReader points at.
 

Uses of ComparisonOperator in org.deegree.protocol.sos.filter
 

Methods in org.deegree.protocol.sos.filter that return ComparisonOperator
 ComparisonOperator ResultFilter.getOperator()
           
 

Constructors in org.deegree.protocol.sos.filter with parameters of type ComparisonOperator
ResultFilter(ComparisonOperator op)
           
 

Uses of ComparisonOperator in org.deegree.sqldialect.filter
 

Methods in org.deegree.sqldialect.filter with parameters of type ComparisonOperator
protected  SQLExpression AbstractWhereBuilder.toProtoSQL(ComparisonOperator op)
          Translates the given ComparisonOperator into an SQLExpression.
 



Copyright © 2011. All Rights Reserved.