File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -272,16 +272,16 @@ not disjoint with existing polygons of the feature*/
272
272
if wkbType is WKBPolygon, otherwise an empty list */
273
273
QgsPolygon asPolygon();
274
274
275
- /** return contents of the geometry as a polygon
276
- if wkbType is WKBPolygon , otherwise an empty list */
275
+ /** return contents of the geometry as a multi point
276
+ if wkbType is WKBMultiPint , otherwise an empty list */
277
277
QgsMultiPoint asMultiPoint();
278
278
279
- /** return contents of the geometry as a polygon
280
- if wkbType is WKBPolygon , otherwise an empty list */
279
+ /** return contents of the geometry as a multi linestring
280
+ if wkbType is WKBMultiLineString , otherwise an empty list */
281
281
QgsMultiPolyline asMultiPolyline();
282
282
283
- /** return contents of the geometry as a polygon
284
- if wkbType is WKBPolygon , otherwise an empty list */
283
+ /** return contents of the geometry as a multi polygon
284
+ if wkbType is WKBMultiPolygon , otherwise an empty list */
285
285
QgsMultiPolygon asMultiPolygon();
286
286
287
287
/** return contents of the geometry as a list of geometries
Original file line number Diff line number Diff line change @@ -316,16 +316,16 @@ class CORE_EXPORT QgsGeometry
316
316
if wkbType is WKBPolygon, otherwise an empty list */
317
317
QgsPolygon asPolygon ();
318
318
319
- /* * return contents of the geometry as a polygon
320
- if wkbType is WKBPolygon , otherwise an empty list */
319
+ /* * return contents of the geometry as a multi point
320
+ if wkbType is WKBMultiPoint , otherwise an empty list */
321
321
QgsMultiPoint asMultiPoint ();
322
322
323
- /* * return contents of the geometry as a polygon
324
- if wkbType is WKBPolygon , otherwise an empty list */
323
+ /* * return contents of the geometry as a multi linestring
324
+ if wkbType is WKBMultiLineString , otherwise an empty list */
325
325
QgsMultiPolyline asMultiPolyline ();
326
326
327
- /* * return contents of the geometry as a polygon
328
- if wkbType is WKBPolygon , otherwise an empty list */
327
+ /* * return contents of the geometry as a multi polygon
328
+ if wkbType is WKBMultiPolygon , otherwise an empty list */
329
329
QgsMultiPolygon asMultiPolygon ();
330
330
331
331
/* * return contents of the geometry as a list of geometries
You can’t perform that action at this time.
0 commit comments