FDO API Reference Feature Data Objects

BinaryExpression::BinaryExpression NAMESPACE_OSGEO_FDO_EXPRESSION::Expression *  leftExpression,
NAMESPACE_OSGEO_FDO_EXPRESSION::BinaryOperations  operation,
NAMESPACE_OSGEO_FDO_EXPRESSION::Expression *  rightExpression
 

Constructs an instance of an FdoBinaryExpression using the specified arguments.

Parameters:
leftExpression Input left hand expression
operation Input binary operation
rightExpression Input right hand expression
Returns:
Returns FdoBinaryExpression

Comments or suggestions? Send us feedback.