Skip to content

Commit 02b1324

Browse files
committedJun 20, 2012
add version notes to qgscoordinatereferencesystem.h
1 parent 23a3412 commit 02b1324

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎src/core/qgscoordinatereferencesystem.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,8 @@ class CORE_EXPORT QgsCoordinateReferenceSystem
183183
* @note this function generates a WKT string using OSRSetFromUserInput() and
184184
* passes it to createFromWkt() function.
185185
* @param theDefinition A String containing a coordinate reference system definition.
186+
*
187+
* @note added in 1.8
186188
*/
187189
bool createFromUserInput( const QString theDefinition );
188190

@@ -193,6 +195,7 @@ class CORE_EXPORT QgsCoordinateReferenceSystem
193195
* @note This function sets CPL config option GDAL_FIX_ESRI_WKT to a proper value,
194196
* unless it has been set by the user through the commandline or an environment variable.
195197
* For more details refer to OGRSpatialReference::morphFromESRI() .
198+
*
196199
* @note added in 1.8
197200
*/
198201
static void setupESRIWktFix();
@@ -337,7 +340,7 @@ class CORE_EXPORT QgsCoordinateReferenceSystem
337340

338341
/*! return if axis is inverted (eg. for WMS 1.3)
339342
* @return bool Whether this is crs axis is inverted
340-
* @note added in 1.9.90
343+
* @note added in 1.8
341344
*/
342345
bool axisInverted() const;
343346

0 commit comments

Comments
 (0)
Please sign in to comment.