Uses of Interface
org.deegree.filter.Operator

Packages that use Operator
org.deegree.filter   
org.deegree.filter.comparison   
org.deegree.filter.logical   
org.deegree.filter.spatial   
org.deegree.filter.temporal   
org.deegree.sqldialect.filter   
 

Uses of Operator in org.deegree.filter
 

Methods in org.deegree.filter that return Operator
 Operator OperatorFilter.getOperator()
          Returns the root Operator of the test expression.
 

Constructors in org.deegree.filter with parameters of type Operator
OperatorFilter(Operator rootOperator)
          Creates a new OperatorFilter.
 

Uses of Operator in org.deegree.filter.comparison
 

Classes in org.deegree.filter.comparison that implement Operator
 class BinaryComparisonOperator
          Abstract base class for all binary comparison operators.
 class ComparisonOperator
          Abstract base class for all 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 Operator in org.deegree.filter.logical
 

Classes in org.deegree.filter.logical that implement Operator
 class And
          The API for the And logical operator.
 class LogicalOperator
          TODO add documentation here
 class Not
          TODO add documentation here
 class Or
          The API for the Or logical operator.
 

Methods in org.deegree.filter.logical that return Operator
 Operator Not.getParameter()
           
 Operator And.getParameter(int n)
           
 Operator Or.getParameter(int n)
           
abstract  Operator[] LogicalOperator.getParams()
           
 Operator[] And.getParams()
           
 Operator[] Not.getParams()
           
 Operator[] Or.getParams()
           
 

Constructors in org.deegree.filter.logical with parameters of type Operator
And(Operator... paramsArray)
          Creates an And operator by providing an arbitrary number of parameters
Not(Operator param)
           
Or(Operator... paramsArray)
          Creates an Or operator by providing an arbitrary number of parameters
 

Uses of Operator in org.deegree.filter.spatial
 

Classes in org.deegree.filter.spatial that implement Operator
 class BBOX
          SpatialOperator that checks for the intersection of the two geometry operands' envelopes.
 class Beyond
          SpatialOperator that evaluates to true, iff geometries are beyond the specified distance of each other.
 class Contains
          If a geometry is spatially contained in an other geometry.
 class Crosses
          TODO add documentation here
 class Disjoint
          TODO add documentation here
 class DWithin
          If geometries are within the specified distance of one another.
 class Equals
          TODO add documentation here
 class Intersects
          TODO add documentation here
 class Overlaps
          TODO add documentation here
 class SpatialOperator
          Defines a topological predicate that can be evaluated on Geometry valued objects.
 class Touches
          TODO add documentation here
 class Within
          TODO add documentation here
 

Uses of Operator in org.deegree.filter.temporal
 

Classes in org.deegree.filter.temporal that implement Operator
 class After
          TemporalOperator that...
 class AnyInteracts
          TemporalOperator that...
 class Before
          TemporalOperator that...
 class Begins
          TemporalOperator that...
 class BegunBy
          TemporalOperator that...
 class During
          TemporalOperator that...
 class EndedBy
          TemporalOperator that...
 class Meets
          TemporalOperator that...
 class MetBy
          TemporalOperator that...
 class OverlappedBy
          TemporalOperator that...
 class TContains
          TemporalOperator that...
 class TemporalOperator
          Defines a predicate based on temporal relationships between two time-valued arguments.
 class TEquals
          TemporalOperator that...
 class TOverlaps
          TemporalOperator that...
 

Uses of Operator in org.deegree.sqldialect.filter
 

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



Copyright © 2011. All Rights Reserved.