QGIS API Documentation
2.6.0-Brighton
|
#include "qgsogcutils.h"
#include "qgsexpression.h"
#include "qgsgeometry.h"
#include <QColor>
#include <QStringList>
#include <QTextStream>
#include <netinet/in.h>
Functions | |
static const QMap< QString, int > & | binaryOperatorsTagNamesMap () |
static int | binaryOperatorFromTagName (const QString &tagName) |
static QString | binaryOperatorToTagName (QgsExpression::BinaryOperator op) |
static bool | isBinaryOperator (const QString &tagName) |
static bool | isSpatialOperator (const QString &tagName) |
static QMap< QString, QString > | binarySpatialOpsMap () |
static bool | isBinarySpatialOperator (const QString &fnName) |
static QString | tagNameForSpatialOperator (const QString &fnName) |
static bool | isGeometryColumn (const QgsExpression::Node *node) |
static QgsGeometry * | geometryFromConstExpr (const QgsExpression::Node *node) |
Variables | |
static const QString | GML_NAMESPACE = "http://www.opengis.net/gml" |
static const QString | OGC_NAMESPACE = "http://www.opengis.net/ogc" |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |