[QGIS Commit] r9711 - trunk/qgis/python/core

svn_qgis at osgeo.org svn_qgis at osgeo.org
Wed Nov 26 06:01:03 EST 2008


Author: wonder
Date: 2008-11-26 06:01:03 -0500 (Wed, 26 Nov 2008)
New Revision: 9711

Modified:
   trunk/qgis/python/core/qgis.sip
Log:
PyQGIS: another missing bits


Modified: trunk/qgis/python/core/qgis.sip
===================================================================
--- trunk/qgis/python/core/qgis.sip	2008-11-26 07:55:01 UTC (rev 9710)
+++ trunk/qgis/python/core/qgis.sip	2008-11-26 11:01:03 UTC (rev 9711)
@@ -49,7 +49,13 @@
     WKBMultiPoint,
     WKBMultiLineString,
     WKBMultiPolygon,
-    WKBUnknown
+    WKBUnknown,
+    WKBPoint25D = 0x80000001,
+    WKBLineString25D,
+    WKBPolygon25D,
+    WKBMultiPoint25D,
+    WKBMultiLineString25D,
+    WKBMultiPolygon25D
   };
   enum GeometryType
   {
@@ -104,6 +110,8 @@
   const int PROJ_PREFIX_LEN;
   /** The length of teh string "+ellps=" */
   const int ELLPS_PREFIX_LEN;
+  /** The length of the string "+lat_1=" */
+  const int LAT_PREFIX_LEN;
   /** Magick number that determins whether a projection srsid is a system (srs.db)
    *  or user (~/.qgis.qgis.db) defined projection. */
   const int USER_CRS_START_ID;
@@ -116,3 +124,5 @@
   const float MINIMUM_POINT_SIZE;
   /** Magic number that determines the minimum allowable point size for point symbols */
   const float DEFAULT_POINT_SIZE;
+  const double DEFAULT_LINE_WIDTH;
+



More information about the QGIS-commit mailing list