QGIS API Documentation
2.6.0-Brighton
|
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 | DataType { UnknownDataType = 0, Byte = 1, UInt16 = 2, Int16 = 3, UInt32 = 4, Int32 = 5, Float32 = 6, Float64 = 7, CInt16 = 8, CInt32 = 9, CFloat32 = 10, CFloat64 = 11, ARGB32 = 12, ARGB32_Premultiplied = 13 } |
Raster data types. More... | |
enum | UnitType { Meters = 0, Feet = 1, Degrees = 2, UnknownUnit = 3, DecimalDegrees = 2, DegreesMinutesSeconds = 2, DegreesDecimalMinutes = 2, NauticalMiles = 7 } |
Map units that qgis supports. More... | |
enum | UserEvent { ProviderExtentCalcEvent = ( QEvent::User + 1 ), ProviderCountCalcEvent } |
User defined event types. More... |
Static Public Member Functions | |
static WkbType | singleType (WkbType type) |
static WkbType | multiType (WkbType type) |
static WkbType | flatType (WkbType type) |
static bool | isSingleType (WkbType type) |
static bool | isMultiType (WkbType type) |
static int | wkbDimensions (WkbType type) |
static const char * | vectorGeometryType (GeometryType type) |
description strings for geometry types | |
static const char * | featureType (WkbType type) |
description strings for feature types | |
static QString | toLiteral (QGis::UnitType unit) |
Provides the canonical name of the type value. | |
static UnitType | fromLiteral (QString literal, QGis::UnitType defaultType=UnknownUnit) |
Converts from the canonical name to the type value. | |
static QString | tr (QGis::UnitType unit) |
Provides translated version of the type value. | |
static double | fromUnitToUnitFactor (QGis::UnitType fromUnit, QGis::UnitType toUnit) |
Returns the conversion factor between the specified units. |
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 double | DEFAULT_IDENTIFY_RADIUS = 0.5 |
Old search radius in % of canvas width. | |
static const double | DEFAULT_SEARCH_RADIUS_MM = 2. |
Identify search radius in mm. | |
static const float | DEFAULT_MAPTOPIXEL_THRESHOLD = 1.0f |
Default threshold between map coordinates and device coordinates for map2pixel simplification. | |
static const QColor | DEFAULT_HIGHLIGHT_COLOR = QColor( 255, 0, 0, 128 ) |
Default highlight color. | |
static double | DEFAULT_HIGHLIGHT_BUFFER_MM = 0.5 |
Default highlight buffer in mm. | |
static double | DEFAULT_HIGHLIGHT_MIN_WIDTH_MM = 1.0 |
Default highlight line/outline minimum width in mm. |
The QGis class provides global constants for use throughout the application.
enum QGis::DataType |
Raster data types.
This is modified and extended copy of GDALDataType.
enum QGis::GeometryType |
enum QGis::UnitType |
enum QGis::UserEvent |
enum QGis::WkbType |
|
inlinestatic |
description strings for feature types
|
static |
Converts from the canonical name to the type value.
|
static |
Returns the conversion factor between the specified units.
|
inlinestatic |
|
inlinestatic |
|
static |
Provides the canonical name of the type value.
|
static |
Provides translated version of the type value.
|
inlinestatic |
description strings for geometry types
|
inlinestatic |
|
static |
Default highlight buffer in mm.
|
static |
Default highlight color.
The transparency is expected to only be applied to polygon fill. Lines and outlines are rendered opaque.
|
static |
Default highlight line/outline minimum width in mm.
|
static |
Old search radius in % of canvas width.
|
static |
Default threshold between map coordinates and device coordinates for map2pixel simplification.
|
static |
Identify search radius in mm.
|
static |
|
static |
|
static |
|
static |