[mapguide-commits] r5159 - sandbox/rfc94/Web/src/DotNetUnmanagedApi/Geometry

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Sep 20 03:40:56 EDT 2010


Author: baertelchen
Date: 2010-09-20 07:40:56 +0000 (Mon, 20 Sep 2010)
New Revision: 5159

Modified:
   sandbox/rfc94/Web/src/DotNetUnmanagedApi/Geometry/GeometryConstants.xml
Log:
In a recent submission I've added 2 new enums: MgCoordinateSystemGeodeticAnalyticalTransformationMethod and MgCoordinateSystemGeodeticMultipleRegressionTransformationMethod but haven't yes submitted the GeometryConstants.xml for SWIG.

Added the modified XML now.

Modified: sandbox/rfc94/Web/src/DotNetUnmanagedApi/Geometry/GeometryConstants.xml
===================================================================
--- sandbox/rfc94/Web/src/DotNetUnmanagedApi/Geometry/GeometryConstants.xml	2010-09-20 07:26:19 UTC (rev 5158)
+++ sandbox/rfc94/Web/src/DotNetUnmanagedApi/Geometry/GeometryConstants.xml	2010-09-20 07:40:56 UTC (rev 5159)
@@ -87,6 +87,8 @@
   <Class name="MgCoordinateSystemUnitType" />
   <Class name="MgCoordinateSystemWktFlavor" />
   <Class name="MgCoordinateSystemGeodeticTransformDefType" />
+  <Class name="MgCoordinateSystemGeodeticAnalyticalTransformationMethod" />
+  <Class name="MgCoordinateSystemGeodeticMultipleRegressionTransformationMethod"/>
   <Class name="MgCoordinateSystemGeodeticTransformGridFileFormat"/>
 </Classes>
 
@@ -119,6 +121,8 @@
     <Header path="../../../../Common/Geometry/CoordinateSystem/CoordinateSystemUnitType.h" />
     <Header path="../../../../Common/Geometry/CoordinateSystem/CoordinateSystemWktFlavor.h" />
 	 <Header path="../../../../Common/Geometry/CoordinateSystem/CoordinateSystemGeodeticTransformDefType.h" />
+	 <Header path="../../../../Common/Geometry/CoordinateSystem/CoordinateSystemGeodeticAnalyticalTransformationMethod.h" />
+	 <Header path="../../../../Common/Geometry/CoordinateSystem/CoordinateSystemGeodeticMultipleRegressionTransformationMethod.h" />
 	 <Header path="../../../../Common/Geometry/CoordinateSystem/CoordinateSystemGeodeticTransformGridFileFormat.h" />
 
 </Headers>



More information about the mapguide-commits mailing list