Quantum GIS API Documentation
1.7.5-Wroclaw
|
The QGis class provides global constants for use throughout the application. More...
#include <qgis.h>
Public Types | |
enum | WkbType { WKBUnknown = 0, WKBPoint = 1, WKBLineString, WKBPolygon, WKBMultiPoint, WKBMultiLineString, WKBMultiPolygon, WKBNoGeometry = 100, WKBPoint25D = 0x80000001, WKBLineString25D, WKBPolygon25D, WKBMultiPoint25D, WKBMultiLineString25D, WKBMultiPolygon25D } |
Used for symbology operations. More... | |
enum | GeometryType { Point, Line, Polygon, UnknownGeometry, NoGeometry } |
enum | UnitType { Meters = 0, Feet = 1, Degrees = 2, DecimalDegrees = 2, DegreesMinutesSeconds = 4, DegreesDecimalMinutes = 5, UnknownUnit = 3 } |
Map units that qgis supports. More... | |
enum | UserEvent { ProviderExtentCalcEvent = ( QEvent::User + 1 ), ProviderCountCalcEvent } |
User defined event types. More... |
Static Public Attributes | |
static const char * | QGIS_VERSION = VERSION |
static const int | QGIS_VERSION_INT = VERSION_INT |
static const char * | QGIS_RELEASE_NAME = RELEASE_NAME |
static const char * | QGIS_DEV_VERSION = QGSVERSION |
static const char * | qgisVectorGeometryType [] |
static const char * | qgisFeatureTypes [] |
description strings for feature types | |
static const double | DEFAULT_IDENTIFY_RADIUS = 0.5 |
The QGis class provides global constants for use throughout the application.
enum QGis::GeometryType |
enum QGis::UnitType |
enum QGis::UserEvent |
enum QGis::WkbType |
|
static |
Definition at line 107 of file qgis.h.
Referenced by QgsMapTip::fetchFeature(), and QgsFormAnnotationItem::setFeatureForMapPosition().
|
static |
Definition at line 36 of file qgis.h.
Referenced by QgsProject::read(), QgsMapLayer::saveNamedStyle(), and QgsProject::write().
|
static |
|
static |
Definition at line 76 of file qgis.h.
Referenced by QgsVectorLayer::writeXml().