#include "qgsogcutils.h"
#include "qgsexpression.h"
#include "qgsgeometry.h"
#include <QColor>
#include <QStringList>
#include <QTextStream>
#include <netinet/in.h>
Go to the source code of this file.
Variables |
static const QString | GML_NAMESPACE = "http://www.opengis.net/gml" |
static const QString | OGC_NAMESPACE = "http://www.opengis.net/ogc" |
Function Documentation
static int binaryOperatorFromTagName |
( |
const QString & |
tagName | ) |
|
|
static |
static const QMap<QString, int>& binaryOperatorsTagNamesMap |
( |
| ) |
|
|
static |
static QMap<QString, QString> binarySpatialOpsMap |
( |
| ) |
|
|
static |
static bool isBinaryOperator |
( |
const QString & |
tagName | ) |
|
|
static |
static bool isBinarySpatialOperator |
( |
const QString & |
fnName | ) |
|
|
static |
static bool isSpatialOperator |
( |
const QString & |
tagName | ) |
|
|
static |
static QString tagNameForSpatialOperator |
( |
const QString & |
fnName | ) |
|
|
static |
Variable Documentation
const QString GML_NAMESPACE = "http://www.opengis.net/gml" |
|
static |
const QString OGC_NAMESPACE = "http://www.opengis.net/ogc" |
|
static |