Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
3 additions
and
3 deletions.
-
+3
−3
python/core/auto_generated/geometry/qgsgeometry.sip.in
|
@@ -1423,7 +1423,7 @@ Try to convert the geometry to the requested type |
|
|
|
|
|
|
|
|
|
|
|
SIP_PYOBJECT asPoint() const SIP_TYPEHINT( QgsPointXY ); |
|
|
SIP_PYOBJECT asPoint() const /TypeHint="QgsPointXY"/; |
|
|
%Docstring |
|
|
Returns the contents of the geometry as a 2-dimensional point. |
|
|
|
|
@@ -1452,7 +1452,7 @@ is null, a ValueError will be raised. |
|
|
%End |
|
|
|
|
|
|
|
|
SIP_PYOBJECT asPolyline() const SIP_TYPEHINT( QgsPolylineXY ); |
|
|
SIP_PYOBJECT asPolyline() const /TypeHint="QgsPolylineXY"/; |
|
|
%Docstring |
|
|
Returns the contents of the geometry as a polyline. |
|
|
|
|
@@ -1483,7 +1483,7 @@ will be raised. |
|
|
%End |
|
|
|
|
|
|
|
|
SIP_PYOBJECT asPolygon() const SIP_TYPEHINT( QgsPolygonXY ); |
|
|
SIP_PYOBJECT asPolygon() const /TypeHint="QgsPolygonXY"/; |
|
|
%Docstring |
|
|
Returns the contents of the geometry as a polygon. |
|
|
|
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.