QGIS API Documentation  2.12.0-Lyon
Classes | Namespaces | Enumerations | Functions
pal.h File Reference
#include "qgsgeometry.h"
#include <QList>
#include <iostream>
#include <ctime>
#include <QMutex>
#include <QStringList>
Include dependency graph for pal.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  pal::Pal
 Pal main class. More...
 

Namespaces

 pal
 

Enumerations

enum  pal::Arrangement {
  pal::P_POINT = 0, pal::P_POINT_OVER, pal::P_LINE, pal::P_CURVED,
  pal::P_HORIZ, pal::P_FREE
}
 The way to arrange labels against spatial entities. More...
 
enum  pal::LineArrangementFlag { pal::FLAG_ON_LINE = 1, pal::FLAG_ABOVE_LINE = 2, pal::FLAG_BELOW_LINE = 4, pal::FLAG_MAP_ORIENTATION = 8 }
 Enumeration line arrangement flags. More...
 
enum  pal::ObstacleType { pal::PolygonInterior, pal::PolygonBoundary }
 
enum  pal::SearchMethod {
  pal::CHAIN = 0, pal::POPMUSIC_TABU_CHAIN = 1, pal::POPMUSIC_TABU = 2, pal::POPMUSIC_CHAIN = 3,
  pal::FALP = 4
}
 Search method to use. More...
 

Functions

GEOSContextHandle_t pal::geosContext ()
 Get GEOS context handle to be used in all GEOS library calls with reentrant API. More...