fe Directory Reference

Directories

directory  serialization
 

Files

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