Update sip

This commit is contained in:
Blottiere Paul 2019-10-28 17:24:26 +01:00
parent b12896f5b9
commit 0a2b92ab22

View File

@ -152,15 +152,6 @@ correctly automatically reprojected to WGS 84, to match GeoJSON specifications.
the source CRS will be overwritten when a vector layer is specified via setVectorLayer()
.. seealso:: :py:func:`sourceCrs`
%End
void setDestinationCrs( const QgsCoordinateReferenceSystem &crs );
%Docstring
Sets the destination CRS for writing feature geometries.
:param crs: destination CRS for output feature geometries
.. versionadded:: 3.10
%End
QgsCoordinateReferenceSystem sourceCrs() const;
@ -169,6 +160,14 @@ Returns the source CRS for feature geometries. The source CRS must be set if geo
correctly automatically reprojected to WGS 84, to match GeoJSON specifications.
.. seealso:: :py:func:`setSourceCrs`
%End
void setTransformGeometries( bool activate );
%Docstring
Sets whether geometries should be transformed in EPSG 4326 (default
behavior) or just keep as it is.
.. versionadded:: 3.12
%End
void setAttributes( const QgsAttributeList &attributes );