26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_QUERY_FW_H    27 #define __TERRALIB_DATAACCESS_INTERNAL_QUERY_FW_H    40     class BinaryOpEncoder;
    49     class FromFunctionCall;
    52     class FunctionCatalog;
    53     class FunctionCatalogManager;
    55     class FunctionEncoder;
    57     class FunctionNoArgsEncoder;
    58     class FunctionParameter;
    60     class GreaterThanOrEqualTo;
    68     class JoinConditionOn;
    69     class JoinConditionUsing;
    71     class LessThanOrEqualTo;
    75     class LiteralByteArray;
    76     class LiteralDateTime;
    78     class LiteralEnvelope;
    95     class SelectExpression;
    97     class SQLFunctionEncoder;
   110     class ST_DistanceBuffer;
   115     class ST_Intersection;
   124     class ST_NumGeometries;
   139     class TemplateEncoder;
   142     class UnaryOpEncoder;
   148 #endif // __TERRALIB_DATAACCESS_INTERNAL_QUERY_FW_H TEMNTEXPORT te::gm::Point Min(te::gm::Point &p1, te::gm::Point &p2)
 
TESAEXPORT double Sum(te::sa::GeneralizedProximityMatrix *gpm, int attrIdx)
Function used to calculate sum of a specific attribute from a gpm. 
 
Boolean logic operator: OR. 
 
TEMNTEXPORT te::gm::Point Max(te::gm::Point &p1, te::gm::Point &p2)