[mapguide-commits] r10196 - branches/4.0/MgDev/Common/Geometry/CoordinateSystem
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Sun Sep 28 08:39:33 PDT 2025
Author: jng
Date: 2025-09-28 08:39:32 -0700 (Sun, 28 Sep 2025)
New Revision: 10196
Modified:
branches/4.0/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystem.h
Log:
Fix exception ref
Modified: branches/4.0/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystem.h
===================================================================
--- branches/4.0/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystem.h 2025-09-28 15:08:40 UTC (rev 10195)
+++ branches/4.0/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystem.h 2025-09-28 15:39:32 UTC (rev 10196)
@@ -1205,7 +1205,7 @@
/// \brief
/// Gets the convergence angle, in degrees east of north, of the
/// coordinate system at the specified longitude/latitude point.
- /// Throws an exception MgCoordinateSystemNotReadyException
+ /// Throws an exception MgCoordinateSystemInitializationFailedException
/// if the coordinate system has not been
/// successfully initialized; InvalidArgument of the
/// specified coordinate is not mathematically valid.
@@ -1224,7 +1224,7 @@
/// \brief
/// Gets the grid scale of the coordinate system at the specified
/// longitude/latitude point.
- /// Throws an exception MgCoordinateSystemNotReadyException if the
+ /// Throws an exception MgCoordinateSystemInitializationFailedException if the
/// coordinate system has not been successfully initialized;
/// InvalidArgument of the specified coordinate is not
/// mathematically valid.
More information about the mapguide-commits
mailing list