Files | |
| file | AbstractOp.cpp [code] | 
| An abstract interface for operators.  | |
| file | AbstractOp.h [code] | 
| An abstract interface for operators.  | |
| file | Add.cpp [code] | 
| file | Add.h [code] | 
| The addition operator.  | |
| file | And.cpp [code] | 
| file | And.h [code] | 
| Boolean logic operator: AND.  | |
| file | ArithmeticOperators.cpp [code] | 
| It is used to indicate what arithmetic operators the a service can support.  | |
| file | ArithmeticOperators.h [code] | 
| It is used to indicate what arithmetic operators the a service can support.  | |
| file | BBOXOp.cpp [code] | 
| A convenient and more compact way of encoding the very common bounding box constraint based on an envelope.  | |
| file | BBOXOp.h [code] | 
| A convenient and more compact way of encoding the very common bounding box constraint based on an envelope.  | |
| file | Beyond.cpp [code] | 
| DistanceBuffer operator: Beyond.  | |
| file | Beyond.h [code] | 
| DistanceBuffer operator: Beyond.  | |
| file | BinaryComparisonOp.cpp [code] | 
| A class for binary comparison operators.  | |
| file | BinaryComparisonOp.h [code] | 
| A class for binary comparison operators.  | |
| file | BinaryLogicOp.cpp [code] | 
| A logical operator can be used to combine two or more conditional expressions.  | |
| file | BinaryLogicOp.h [code] | 
| A logical operator can be used to combine two or more conditional expressions.  | |
| file | BinaryOperator.cpp [code] | 
| This class can be used to represent binary operation expressions.  | |
| file | BinaryOperator.h [code] | 
| This class can be used to represent binary operation expressions.  | |
| file | BinarySpatialOp.cpp [code] | 
| A class for binary spatial operators.  | |
| file | BinarySpatialOp.h [code] | 
| A class for binary spatial operators.  | |
| file | ComparisonOp.cpp [code] | 
| A comparison operator is used to form expressions that evaluate the mathematical comparison between two arguments.  | |
| file | ComparisonOp.h [code] | 
| A comparison operator is used to form expressions that evaluate the mathematical comparison between two arguments.  | |
| file | ComparisonOperators.cpp [code] | 
| It is used to indicate what types of comparison operators are supported by a service.  | |
| file | ComparisonOperators.h [code] | 
| It is used to indicate what types of comparison operators are supported by a service.  | |
| file | Config.h [code] | 
| Configuration flags for the TerraLib Filter Encoding module.  | |
| file | Contains.cpp [code] | 
| Binary spatial operator: Contains.  | |
| file | Contains.h [code] | 
| Binary spatial operator: Contains.  | |
| file | Crosses.cpp [code] | 
| Binary spatial operator: Crosses.  | |
| file | Crosses.h [code] | 
| Binary spatial operator: Crosses.  | |
| file | Disjoint.cpp [code] | 
| Binary spatial operator: Disjoint.  | |
| file | Disjoint.h [code] | 
| Binary spatial operator: Disjoint.  | |
| file | DistanceBuffer.cpp [code] | 
| Distance buffer operator.  | |
| file | DistanceBuffer.h [code] | 
| Distance buffer operator.  | |
| file | Div.cpp [code] | 
| file | Div.h [code] | 
| The division operator.  | |
| file | DWithin.cpp [code] | 
| DistanceBuffer operator: DWithin.  | |
| file | DWithin.h [code] | 
| DistanceBuffer operator: DWithin.  | |
| file | Equals.cpp [code] | 
| Binary spatial operator: Equals.  | |
| file | Equals.h [code] | 
| Binary spatial operator: Equals.  | |
| file | Expression.cpp [code] | 
| file | Expression.h [code] | 
| This is an abstract class that models a Filter Encoding expression.  | |
| file | Filter.cpp [code] | 
| file | Filter.h [code] | 
| A Filter is any valid predicate expression.  | |
| file | FilterCapabilities.cpp [code] | 
| This class can be used to create capabilities document of services that use filter encoding.  | |
| file | FilterCapabilities.h [code] | 
| This class can be used to create capabilities document of services that use filter encoding.  | |
| file | Function.cpp [code] | 
| file | Function.h [code] | 
| A function is a named procedure that performs a distinct computation.  | |
| file | FunctionName.cpp [code] | 
| It is used to list the function names that are supported and the number of arguments each function requires.  | |
| file | FunctionName.h [code] | 
| It is used to list the function names that are supported and the number of arguments each function requires.  | |
| file | GeometryOperands.cpp [code] | 
| Geometry operands.  | |
| file | GeometryOperands.h [code] | 
| Geometry operands.  | |
| file | Globals.cpp [code] | 
| file | Globals.h [code] | 
| An static class with global definitions.  | |
| file | IdCapabilities.cpp [code] | 
| Id capabilities include the ability to refer to elements in a GML version 3 data source using an ogc:GmlObjectId with a gml:id attribute.  | |
| file | IdCapabilities.h [code] | 
| Id capabilities include the ability to refer to elements in a GML version 3 data source using an ogc:GmlObjectId with a gml:id attribute.  | |
| file | Intersects.cpp [code] | 
| Binary spatial operator: Intersects.  | |
| file | Intersects.h [code] | 
| Binary spatial operator: Intersects.  | |
| file | Literal.cpp [code] | 
| file | Literal.h [code] | 
| This class can be used to represent literal values.  | |
| file | LogicOp.cpp [code] | 
| A logical operator can be used to combine one or more conditional expressions.  | |
| file | LogicOp.h [code] | 
| A logical operator can be used to combine one or more conditional expressions.  | |
| file | Module.cpp [code] | 
| file | Module.h [code] | 
| This singleton defines the TerraLib Filter Encoding module entry.  | |
| file | Mul.cpp [code] | 
| file | Mul.h [code] | 
| The multiply operator.  | |
| file | Not.cpp [code] | 
| file | Not.h [code] | 
| Boolean NOT operator.  | |
| file | ObjectId.cpp [code] | 
| file | ObjectId.h [code] | 
| file | Or.cpp [code] | 
| file | Or.h [code] | 
| Boolean logic operator: OR.  | |
| file | Overlaps.cpp [code] | 
| Binary spatial operator: Overlaps.  | |
| file | Overlaps.h [code] | 
| Binary spatial operator: Overlaps.  | |
| file | PropertyIsBetween.cpp [code] | 
| The PropertyIsBetween element is defined as a compact way of encoding a range check.  | |
| file | PropertyIsBetween.h [code] | 
| The PropertyIsBetween element is defined as a compact way of encoding a range check.  | |
| file | PropertyIsEqualTo.cpp [code] | 
| It tells if two values are identical.  | |
| file | PropertyIsEqualTo.h [code] | 
| It tells if two values are identical.  | |
| file | PropertyIsGreaterThan.cpp [code] | 
| It models the inequality operator greater than (>).  | |
| file | PropertyIsGreaterThan.h [code] | 
| It models the inequality operator greater than (>).  | |
| file | PropertyIsGreaterThanOrEqualTo.cpp [code] | 
| It models the inequality operator greater than or equal to (>=).  | |
| file | PropertyIsGreaterThanOrEqualTo.h [code] | 
| It models the inequality operator greater than or equal to (>=).  | |
| file | PropertyIsLessThan.cpp [code] | 
| It models the inequality operator less than (<).  | |
| file | PropertyIsLessThan.h [code] | 
| It models the inequality operator less than (<).  | |
| file | PropertyIsLessThanOrEqualTo.cpp [code] | 
| It models the inequality operator less than or equal to (<=).  | |
| file | PropertyIsLessThanOrEqualTo.h [code] | 
| It models the inequality operator less than or equal to (<=).  | |
| file | PropertyIsLike.cpp [code] | 
| It is intended to encode a character string comparison operator with pattern matching.  | |
| file | PropertyIsLike.h [code] | 
| It is intended to encode a character string comparison operator with pattern matching.  | |
| file | PropertyIsNotEqualTo.cpp [code] | 
| It tells if two values are not equal.  | |
| file | PropertyIsNotEqualTo.h [code] | 
| It tells if two values are not equal.  | |
| file | PropertyIsNull.cpp [code] | 
| The PropertyIsNull class encodes an operator that checks to see if the value of its content is NULL.  | |
| file | PropertyIsNull.h [code] | 
| The PropertyIsNull class encodes an operator that checks to see if the value of its content is NULL.  | |
| file | PropertyName.cpp [code] | 
| file | PropertyName.h [code] | 
| file | ScalarCapabilities.cpp [code] | 
| Scalar capabilities include the ability to process logical expressions, comparisons and arithmetic operations including the ability to process a list of named functions.  | |
| file | ScalarCapabilities.h [code] | 
| Scalar capabilities include the ability to process logical expressions, comparisons and arithmetic operations including the ability to process a list of named functions.  | |
| file | SortBy.cpp [code] | 
| It represents a sort by expression.  | |
| file | SortBy.h [code] | 
| It represents a sort by expression.  | |
| file | SortProperty.cpp [code] | 
| A sort property name and order type.  | |
| file | SortProperty.h [code] | 
| A sort property name and order type.  | |
| file | SpatialCapabilities.cpp [code] | 
| Spatial capabilities include the ability to filter spatial data.  | |
| file | SpatialCapabilities.h [code] | 
| Spatial capabilities include the ability to filter spatial data.  | |
| file | SpatialOp.cpp [code] | 
| A spatial operator determines whether its geometric arguments satisfy the stated spatial relationship.  | |
| file | SpatialOp.h [code] | 
| A spatial operator determines whether its geometric arguments satisfy the stated spatial relationship.  | |
| file | SpatialOperator.cpp [code] | 
| Spatial operator.  | |
| file | SpatialOperator.h [code] | 
| Spatial operator.  | |
| file | SpatialOperators.cpp [code] | 
| Spatial operators.  | |
| file | SpatialOperators.h [code] | 
| Spatial operators.  | |
| file | Sub.cpp [code] | 
| file | Sub.h [code] | 
| The subtraction operator.  | |
| file | Touches.cpp [code] | 
| Binary spatial operator: Touches.  | |
| file | Touches.h [code] | 
| Binary spatial operator: Touches.  | |
| file | UnaryLogicOp.cpp [code] | 
| A logical operator that can be used to combine one conditional expressions.  | |
| file | UnaryLogicOp.h [code] | 
| A logical operator that can be used to combine one conditional expressions.  | |
| file | Visitor.cpp [code] | 
| file | Visitor.h [code] | 
| file | Within.cpp [code] | 
| Binary spatial operator: Within.  | |
| file | Within.h [code] | 
| Binary spatial operator: Within.  | |