[mapguide-commits] r1137 - in trunk/MgDev/Common/Geometry: . CoordinateSystem

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Feb 26 19:18:26 EST 2007


Author: philipsharman
Date: 2007-02-26 19:18:26 -0500 (Mon, 26 Feb 2007)
New Revision: 1137

Modified:
   trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystem.h
   trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemMeasure.h
   trunk/MgDev/Common/Geometry/Geometry.h
Log:
Removed some cross references from the comments. (The are 
references to topics that we removed because of copyright
concerns.)

Modified: trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystem.h
===================================================================
--- trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystem.h	2007-02-27 00:17:33 UTC (rev 1136)
+++ trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystem.h	2007-02-27 00:18:26 UTC (rev 1137)
@@ -524,7 +524,7 @@
     /// second coordinate.
     ///
     /// \return
-    /// Returns the \link azimuth azimuth \endlink (Angle with respect to the
+    /// Returns the azimuth (Angle with respect to the
     /// North) of the vector formed by coord1 and coord2.
     ///
     /// <!-- Example (PHP) -->
@@ -578,7 +578,7 @@
     /// coordinate.
     ///
     /// \return
-    /// Returns the \link azimuth azimuth \endlink (Angle with respect to the
+    /// Returns the azimuth (Angle with respect to the
     /// North) of the vector formed by (x1, y1) and (x2, y2).
     ///
     /// <!-- Example (PHP) -->
@@ -602,7 +602,7 @@
     /////////////////////////////////////////////////////////////////
     /// \brief
     /// Computes a coordinate a given distance along a vector that is
-    /// defined by a starting coordinate and an \link azimuth azimuth \endlink
+    /// defined by a starting coordinate and an azimuth
     /// (Angle with respect to North).
     ///
     /// \remarks
@@ -664,7 +664,7 @@
     /////////////////////////////////////////////////////////////////
     /// \brief
     /// Computes a coordinate a given distance along a vector that is
-    /// defined by a starting (x, y) coordinate and an \link azimuth azimuth \endlink
+    /// defined by a starting (x, y) coordinate and an azimuth
     /// (Angle with respect to North).
     ///
     /// \remarks

Modified: trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemMeasure.h
===================================================================
--- trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemMeasure.h	2007-02-27 00:17:33 UTC (rev 1136)
+++ trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemMeasure.h	2007-02-27 00:18:26 UTC (rev 1137)
@@ -33,7 +33,7 @@
 /// Provides operations for measuring the distance between 2
 /// coordinates and the azimuth of 2 coordinates as well as
 /// calculating a coordinate position given an initial
-/// coordinate, an \link azimuth azimuth \endlink, and a distance.
+/// coordinate, an azimuth, and a distance.
 ///
 /// \remarks
 /// If the coordinate system supports it, the ellipsoid
@@ -217,7 +217,7 @@
     /// that specifies the second coordinate.
     ///
     /// \return
-    /// Returns the \link azimuth azimuth \endlink (Angle with respect to
+    /// Returns the azimuth (Angle with respect to
     /// North) of the vector formed by coord1 and coord2.
     ///
     /// <!-- Example (PHP) -->
@@ -272,7 +272,7 @@
     /// second coordinate.
     ///
     /// \return
-    /// Returns the \link azimuth azimuth \endlink (Angle with respect to the
+    /// Returns the azimuth (Angle with respect to the
     /// North) of the vector formed by (lon1, lat1) and (lon2, lat2).
     ///
     /// <!-- Example (PHP) -->
@@ -295,7 +295,7 @@
     //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
     /// \brief
     /// Computes a coordinate given a distance along a vector that is
-    /// defined by a starting coordinate and an \link azimuth azimuth \endlink
+    /// defined by a starting coordinate and an azimuth
     /// (Angle with respect to the North).
     ///
     /// <!-- Syntax in .Net, Java, and PHP -->
@@ -358,7 +358,7 @@
     //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
     /// \brief
     /// Computes a coordinate a given distance along a vector that is
-    /// defined by a starting coordinate and an \link azimuth azimuth \endlink
+    /// defined by a starting coordinate and an azimuth
     /// (Angle with respect to the North).
     ///
     /// <!-- Syntax in .Net, Java, and PHP -->

Modified: trunk/MgDev/Common/Geometry/Geometry.h
===================================================================
--- trunk/MgDev/Common/Geometry/Geometry.h	2007-02-27 00:17:33 UTC (rev 1136)
+++ trunk/MgDev/Common/Geometry/Geometry.h	2007-02-27 00:18:26 UTC (rev 1137)
@@ -182,7 +182,7 @@
     /////////////////////////////////////////////////////////////////////////
     /// \brief
     /// Given 2 geometries a and b, a.Equals(b) is true if the 2
-    /// geometries are \link spatially_equals spatially equal \endlink.
+    /// geometries are spatially equal
     ///
     /// <!-- Syntax in .Net, Java, and PHP -->
     /// \htmlinclude DotNetSyntaxTop.html



More information about the mapguide-commits mailing list