Skip to content

Commit

Permalink
add version notes to qgscoordinatereferencesystem.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jun 20, 2012
1 parent 23a3412 commit 02b1324
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/core/qgscoordinatereferencesystem.h
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ class CORE_EXPORT QgsCoordinateReferenceSystem
* @note this function generates a WKT string using OSRSetFromUserInput() and
* passes it to createFromWkt() function.
* @param theDefinition A String containing a coordinate reference system definition.
*
* @note added in 1.8
*/
bool createFromUserInput( const QString theDefinition );

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

/*! return if axis is inverted (eg. for WMS 1.3)
* @return bool Whether this is crs axis is inverted
* @note added in 1.9.90
* @note added in 1.8
*/
bool axisInverted() const;

Expand Down

0 comments on commit 02b1324

Please sign in to comment.