[mapguide-commits] r6960 - branches/2.4/MgDev/Common/PlatformBase/Services

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Aug 29 09:24:49 PDT 2012


Author: jng
Date: 2012-08-29 09:24:48 -0700 (Wed, 29 Aug 2012)
New Revision: 6960

Modified:
   branches/2.4/MgDev/Common/PlatformBase/Services/CreateSdfParams.h
   branches/2.4/MgDev/Common/PlatformBase/Services/FileFeatureSourceParams.h
   branches/2.4/MgDev/Common/PlatformBase/Services/SpatialContextReader.h
Log:
#2097: Remark more about MgFileFeatureSourceParams and flag more deprecations

Modified: branches/2.4/MgDev/Common/PlatformBase/Services/CreateSdfParams.h
===================================================================
--- branches/2.4/MgDev/Common/PlatformBase/Services/CreateSdfParams.h	2012-08-29 16:02:52 UTC (rev 6959)
+++ branches/2.4/MgDev/Common/PlatformBase/Services/CreateSdfParams.h	2012-08-29 16:24:48 UTC (rev 6960)
@@ -25,6 +25,8 @@
 /////////////////////////////////////////////////////////////////////////////////////////////////////////
 /// \brief
 /// Contains the parameters used to create an SDF feature source.
+///
+/// \deprecated
 /// This is a deprecated class. Please use MgFileFeatureSourceParams
 /// to create the parameters used to an SDF feature source.
 ///

Modified: branches/2.4/MgDev/Common/PlatformBase/Services/FileFeatureSourceParams.h
===================================================================
--- branches/2.4/MgDev/Common/PlatformBase/Services/FileFeatureSourceParams.h	2012-08-29 16:02:52 UTC (rev 6959)
+++ branches/2.4/MgDev/Common/PlatformBase/Services/FileFeatureSourceParams.h	2012-08-29 16:24:48 UTC (rev 6960)
@@ -30,8 +30,16 @@
 /// \remarks
 /// Use MgFeatureService::DescribeSchema and
 /// MgFeatureService::GetSpatialContexts to get the values needed
-/// to construct and configure the MgFileFeatureSourceParams object.
+/// to construct and configure the MgFileFeatureSourceParams object.\n\n
+/// Only file-based FDO providers that support the FdoICreateDataStore command
+/// can be used with this class to create Feature Sources. As of this writing, the
+/// known supported file-based FDO providers are:
+///  \li OSGeo.SDF
+///  \li OSGeo.SHP
+///  \li OSGeo.SQLite
 ///
+/// You cannot create non-file Feature Sources using this class
+///
 /// <!-- Example (PHP) -->
 /// \htmlinclude PHPExampleTop.html
 /// \code

Modified: branches/2.4/MgDev/Common/PlatformBase/Services/SpatialContextReader.h
===================================================================
--- branches/2.4/MgDev/Common/PlatformBase/Services/SpatialContextReader.h	2012-08-29 16:02:52 UTC (rev 6959)
+++ branches/2.4/MgDev/Common/PlatformBase/Services/SpatialContextReader.h	2012-08-29 16:24:48 UTC (rev 6960)
@@ -396,7 +396,7 @@
     /// Determines whether the spatial context currently being read
     /// is the active spatial context.
     ///
-    /// \remarks
+    /// \deprecated
     /// This method is obsolete and will be deprecated.
     ///
     /// <!-- Syntax in .Net, Java, and PHP -->



More information about the mapguide-commits mailing list