#include "qgsogcutils.h"
#include "qgsexpression.h"
#include "qgsexpressionprivate.h"
#include "qgsgeometry.h"
#include "qgswkbptr.h"
#include "qgscoordinatereferencesystem.h"
#include "qgscrscache.h"
#include <QColor>
#include <QStringList>
#include <QTextStream>
#include <QObject>
#include <netinet/in.h>
 
Go to the source code of this file.
◆ binaryOperatorFromTagName()
  
  
      
        
          | static int binaryOperatorFromTagName  | 
          ( | 
          const QString &  | 
          tagName | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
◆ binaryOperatorsTagNamesMap()
  
  
      
        
          | static const QMap<QString, int>& binaryOperatorsTagNamesMap  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
◆ binaryOperatorToTagName()
◆ binarySpatialOpsMap()
◆ geometryFromConstExpr()
◆ isBinaryOperator()
  
  
      
        
          | static bool isBinaryOperator  | 
          ( | 
          const QString &  | 
          tagName | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
◆ isBinarySpatialOperator()
  
  
      
        
          | static bool isBinarySpatialOperator  | 
          ( | 
          const QString &  | 
          fnName | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
◆ isGeometryColumn()
◆ isSpatialOperator()
  
  
      
        
          | static bool isSpatialOperator  | 
          ( | 
          const QString &  | 
          tagName | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
◆ mapBinarySpatialToOgc()
◆ mapTernarySpatialToOgc()
◆ tagNameForSpatialOperator()
◆ FES_NAMESPACE
  
  
      
        
          | const QString FES_NAMESPACE = "http://www.opengis.net/fes/2.0" | 
         
       
   | 
  
static   | 
  
 
 
◆ GML32_NAMESPACE
  
  
      
        
          | const QString GML32_NAMESPACE = "http://www.opengis.net/gml/3.2" | 
         
       
   | 
  
static   | 
  
 
 
◆ GML_NAMESPACE
  
  
      
        
          | const QString GML_NAMESPACE = "http://www.opengis.net/gml" | 
         
       
   | 
  
static   | 
  
 
 
◆ OGC_NAMESPACE
  
  
      
        
          | const QString OGC_NAMESPACE = "http://www.opengis.net/ogc" | 
         
       
   | 
  
static   |