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.
Definition at line 30 of file qgis.h.