Quantum GIS API Documentation  master-ce49b66
src/core/qgsgeometry.cpp File Reference
#include <limits>
#include <cstdarg>
#include <cstdio>
#include <cmath>
#include "qgis.h"
#include "qgsgeometry.h"
#include "qgsapplication.h"
#include "qgslogger.h"
#include "qgsmessagelog.h"
#include "qgspoint.h"
#include "qgsrectangle.h"
#include "qgsmaplayerregistry.h"
#include "qgsvectorlayer.h"
#include "qgsproject.h"
#include "qgsgeometryvalidator.h"
#include <netinet/in.h>
+ Include dependency graph for qgsgeometry.cpp:

Go to the source code of this file.

Classes

class  GEOSException
class  GEOSInit

Defines

#define CATCH_GEOS(r)
#define DEFAULT_QUADRANT_SEGMENTS   8

Functions

static GEOSGeometry * createGeosCollection (int typeId, QVector< GEOSGeometry * > geoms)
static GEOSCoordSequence * createGeosCoordSequence (const QgsPolyline &points)
static GEOSGeometry * createGeosLinearRing (const QgsPolyline &polyline)
static GEOSGeometry * createGeosLineString (const QgsPolyline &polyline)
static GEOSGeometry * createGeosPoint (const QgsPoint &point)
static GEOSGeometry * createGeosPolygon (const QVector< GEOSGeometry * > &rings)
static GEOSGeometry * createGeosPolygon (GEOSGeometry *shell)
static GEOSGeometry * createGeosPolygon (const QgsPolygon &polygon)
static QgsGeometryfromGeosGeom (GEOSGeometry *geom)
static unsigned int getNumGeosPoints (const GEOSGeometry *geom)
static void printGEOSNotice (const char *fmt,...)
static void throwGEOSException (const char *fmt,...)

Variables

static GEOSInit geosinit

Define Documentation

#define DEFAULT_QUADRANT_SEGMENTS   8

Definition at line 41 of file qgsgeometry.cpp.

Referenced by QgsGeometry::lineContainedInLine().


Function Documentation

static GEOSCoordSequence* createGeosCoordSequence ( const QgsPolyline points) [static]
static GEOSGeometry* createGeosPolygon ( const QVector< GEOSGeometry * > &  rings) [static]
static GEOSGeometry* createGeosPolygon ( GEOSGeometry *  shell) [static]

Definition at line 377 of file qgsgeometry.cpp.

References createGeosPolygon().

static GEOSGeometry* createGeosPolygon ( const QgsPolygon polygon) [static]
static unsigned int getNumGeosPoints ( const GEOSGeometry *  geom) [static]

Definition at line 237 of file qgsgeometry.cpp.

Referenced by QgsGeometry::exportGeosToWkb().

static void printGEOSNotice ( const char *  fmt,
  ... 
) [static]

Definition at line 104 of file qgsgeometry.cpp.

References QgsDebugMsg.

Referenced by GEOSInit::GEOSInit().

static void throwGEOSException ( const char *  fmt,
  ... 
) [static]

Definition at line 90 of file qgsgeometry.cpp.

References QgsDebugMsg.

Referenced by QgsGeometry::addRing(), and GEOSInit::GEOSInit().


Variable Documentation

GEOSInit geosinit [static]

Definition at line 134 of file qgsgeometry.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines