[mapguide-commits] r4391 - trunk/MgDev/Web/src/DotNetUnmanagedApi/Geometry

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Dec 8 19:23:41 EST 2009


Author: NormOlsen
Date: 2009-12-08 19:23:40 -0500 (Tue, 08 Dec 2009)
New Revision: 4391

Modified:
   trunk/MgDev/Web/src/DotNetUnmanagedApi/Geometry/GeometryConstants.xml
Log:
Submission for RFC 76, problem documented by Trac ticket 1190.

Previous submissions for this RFC included MapGuide style enumerations for the scale level of the MHRS grid and another for the position of a coordinate relative to a defined MGRS grid square.  These enumerations were never added to the GeometryConstants.xml file, and thus the DotNet interfaces were not getting built properly.  This submission corrects this problem.

Modified: trunk/MgDev/Web/src/DotNetUnmanagedApi/Geometry/GeometryConstants.xml
===================================================================
--- trunk/MgDev/Web/src/DotNetUnmanagedApi/Geometry/GeometryConstants.xml	2009-12-08 23:15:44 UTC (rev 4390)
+++ trunk/MgDev/Web/src/DotNetUnmanagedApi/Geometry/GeometryConstants.xml	2009-12-09 00:23:40 UTC (rev 4391)
@@ -75,7 +75,9 @@
   <Class name="MgCoordinateSystemGeodeticTransformationMethod" />
   <Class name="MgCoordinateSystemGridOrientation" />
   <Class name="MgCoordinateSystemGridSpecializationType" />
+  <Class name="MgCoordinateSystemMgrsGridLevel" />
   <Class name="MgCoordinateSystemMgrsLetteringScheme" />
+  <Class name="MgCoordinateSystemMgrsGridSquarePosition" />
   <Class name="MgCoordinateSystemProjectionCode" />
   <Class name="MgCoordinateSystemProjectionFormatType" />
   <Class name="MgCoordinateSystemProjectionLogicalType" />
@@ -103,7 +105,9 @@
     <Header path="../../../../Common/Geometry/CoordinateSystem/CoordinateSystemGeodeticTransformationMethod.h" />
     <Header path="../../../../Common/Geometry/CoordinateSystem/CoordinateSystemGridOrientation.h" />
     <Header path="../../../../Common/Geometry/CoordinateSystem/CoordinateSystemGridSpecializationType.h" />
+    <Header path="../../../../Common/Geometry/CoordinateSystem/CoordinateSystemMgrsGridLevel.h" />
     <Header path="../../../../Common/Geometry/CoordinateSystem/CoordinateSystemMgrsLetteringScheme.h" />
+    <Header path="../../../../Common/Geometry/CoordinateSystem/CoordinateSystemMgrsGridSquarePosition.h" />
     <Header path="../../../../Common/Geometry/CoordinateSystem/CoordinateSystemProjectionCode.h" />
     <Header path="../../../../Common/Geometry/CoordinateSystem/CoordinateSystemProjectionFormatType.h" />
     <Header path="../../../../Common/Geometry/CoordinateSystem/CoordinateSystemProjectionLogicalType.h" />



More information about the mapguide-commits mailing list