Skip to content

Commit 3a83999

Browse files
author
timlinux
committedOct 8, 2008
Just some api doc updates
git-svn-id: http://svn.osgeo.org/qgis/trunk@9455 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent f6e1d69 commit 3a83999

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/core/qgscoordinatereferencesystem.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ class CORE_EXPORT QgsCoordinateReferenceSystem
6464

6565
/*! Use this constructor when you want to create a CRS object using
6666
* a postgis SRID, an EPSG id or a QGIS CRS_ID.
67+
* @note We encourage you to use EPSG, WKT or Proj4 to describe CRS's in your code
68+
* wherever possible. QGSI CRS_IDs are not guaranteed to be permanent / involatile.
6769
* @param theId The ID no valid for the chosen coordinate system id type
6870
* @param theType One of the types described in QgsCoordinateReferenceSystem::CRS_TYPE
6971
*/

0 commit comments

Comments
 (0)
Please sign in to comment.