[mapguide-commits] r4305 - trunk/MgDev/Web/src/MapGuideApi

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Sat Oct 17 02:55:41 EDT 2009


Author: waltweltonlair
Date: 2009-10-17 02:55:41 -0400 (Sat, 17 Oct 2009)
New Revision: 4305

Modified:
   trunk/MgDev/Web/src/MapGuideApi/Constants.xml
   trunk/MgDev/Web/src/MapGuideApi/MapGuideApiGen.xml
Log:
I've updated Constants.xml and MapGuideApiGen.xml to be in sync with the other XML files.
In the case of the Java API, some SWIGTYPE_p classes were being created corresponding to
grid classes and a new MgTransaction class.  After updating the XML files these spurious
types are no longer created.


Modified: trunk/MgDev/Web/src/MapGuideApi/Constants.xml
===================================================================
--- trunk/MgDev/Web/src/MapGuideApi/Constants.xml	2009-10-17 06:39:29 UTC (rev 4304)
+++ trunk/MgDev/Web/src/MapGuideApi/Constants.xml	2009-10-17 06:55:41 UTC (rev 4305)
@@ -7,6 +7,7 @@
 -->
 <PHPTypeReplacements>
     <TypeReplacement oldtype="STRING" newtype="" />
+    <TypeReplacement oldtype="INT8" newtype="" />
     <TypeReplacement oldtype="INT16" newtype="" />
     <TypeReplacement oldtype="INT32" newtype="" />
     <TypeReplacement oldtype="int" newtype="" />
@@ -17,6 +18,7 @@
 </PHPTypeReplacements>
 <CSharpTypeReplacements>
     <TypeReplacement oldtype="STRING" newtype="string" />
+    <TypeReplacement oldtype="INT8" newtype="byte" />
     <TypeReplacement oldtype="INT16" newtype="short" />
     <TypeReplacement oldtype="INT32" newtype="int" />
     <TypeReplacement oldtype="int" newtype="int" />
@@ -27,6 +29,7 @@
 </CSharpTypeReplacements>
 <JavaTypeReplacements>
     <TypeReplacement oldtype="STRING" newtype="String" />
+    <TypeReplacement oldtype="INT8" newtype="short" />
     <TypeReplacement oldtype="INT16" newtype="short" />
     <TypeReplacement oldtype="INT32" newtype="int" />
     <TypeReplacement oldtype="int" newtype="int" />
@@ -103,6 +106,9 @@
   <Class name="MgCoordinateSystemCodeFormat" />
   <Class name="MgCoordinateSystemErrorCode" />
   <Class name="MgCoordinateSystemGeodeticTransformationMethod" />
+  <Class name="MgCoordinateSystemGridOrientation" />
+  <Class name="MgCoordinateSystemGridSpecializationType" />
+  <Class name="MgCoordinateSystemMgrsLetteringScheme" />
   <Class name="MgCoordinateSystemProjectionCode" />
   <Class name="MgCoordinateSystemProjectionFormatType" />
   <Class name="MgCoordinateSystemProjectionLogicalType" />
@@ -151,6 +157,9 @@
     <Header path="../../../Common/Geometry/CoordinateSystem/CoordinateSystemCodeFormat.h" />
     <Header path="../../../Common/Geometry/CoordinateSystem/CoordinateSystemErrorCode.h" />
     <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/CoordinateSystemMgrsLetteringScheme.h" />
     <Header path="../../../Common/Geometry/CoordinateSystem/CoordinateSystemProjectionCode.h" />
     <Header path="../../../Common/Geometry/CoordinateSystem/CoordinateSystemProjectionFormatType.h" />
     <Header path="../../../Common/Geometry/CoordinateSystem/CoordinateSystemProjectionLogicalType.h" />

Modified: trunk/MgDev/Web/src/MapGuideApi/MapGuideApiGen.xml
===================================================================
--- trunk/MgDev/Web/src/MapGuideApi/MapGuideApiGen.xml	2009-10-17 06:39:29 UTC (rev 4304)
+++ trunk/MgDev/Web/src/MapGuideApi/MapGuideApiGen.xml	2009-10-17 06:55:41 UTC (rev 4305)
@@ -231,8 +231,10 @@
     <Header path="../../../Common/Geometry/CoordinateSystem/CoordinateSystemFilterInteger32.h" />
     <Header path="../../../Common/Geometry/CoordinateSystem/CoordinateSystemFormatConverter.h" />
     <Header path="../../../Common/Geometry/CoordinateSystem/CoordinateSystemGeodeticTransformation.h" />
+    <Header path="../../../Common/Geometry/CoordinateSystem/CoordinateSystemGrids.h" />
     <Header path="../../../Common/Geometry/CoordinateSystem/CoordinateSystemMathComparator.h" />
     <Header path="../../../Common/Geometry/CoordinateSystem/CoordinateSystemMeasure.h" />
+    <Header path="../../../Common/Geometry/CoordinateSystem/CoordinateSystemMgrs.h" />
     <Header path="../../../Common/Geometry/CoordinateSystem/CoordinateSystemProjectionInformation.h" />
     <Header path="../../../Common/Geometry/CoordinateSystem/CoordinateSystemTransform.h" />
     <Header path="../../../Common/Geometry/CoordinateSystem/CoordinateSystemUnitInformation.h" />
@@ -324,6 +326,7 @@
     <Header path="../../../Common/PlatformBase/Services/ResourceService.h" />
     <Header path="../../../Common/PlatformBase/Services/SpatialContextReader.h" />
     <Header path="../../../Common/PlatformBase/Services/SqlDataReader.h" />
+    <Header path="../../../Common/PlatformBase/Services/Transaction.h" />
     <Header path="../../../Common/PlatformBase/Services/UpdateFeatures.h" />
     <Header path="../../../Common/PlatformBase/Services/Warnings.h" />
 



More information about the mapguide-commits mailing list