Navigation Menu

Skip to content

Commit

Permalink
Entry for addIsland in sip file
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6964 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed May 26, 2007
1 parent d98e427 commit 8b8e47e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions python/core/qgsvectorlayer.sip
Expand Up @@ -173,6 +173,12 @@ public:
existing rings, 5 no feature found where ring can be inserted*/
int addRing(const QList<QgsPoint>& ring);

/**Adds a new island polygon to a multipolygon feature
@return 0 in case of success, 1 if selected feature is not multipolygon, 2 if ring is not a valid geometry, \
3 if new polygon ring not disjoint with existing rings, 4 if no feature was selected, 5 if several features are selected, \
6 if selected geometry not found*/
int addIsland(const QList<QgsPoint>& ring);

/** Set labels on */
void setLabelOn( bool on );

Expand Down

0 comments on commit 8b8e47e

Please sign in to comment.