mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
Update sip
This commit is contained in:
parent
b12896f5b9
commit
0a2b92ab22
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user