Changes between Version 3 and Version 4 of MapGuideRfc77
- Timestamp:
- 07/08/09 23:04:01 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc77
v3 v4 51 51 /// Constructs an empty MgFileFeatureSourceParams object. 52 52 /// 53 /// \param providerName (String/string) 53 54 /// The FDO provider name of the feature source. 54 /// \param spatialContextName (String/string) 55 /// 56 /// \return 57 /// Returns nothing. 58 /// 55 59 MgFileFeatureSourceParams (CREFSTRING providerName); 56 60 57 61 /////////////////////////////////////////////// 58 /// brief62 /// \brief 59 63 /// Constructs an MgFileFeatureSourceParams object with the supplied 60 64 /// parameters. 65 /// 61 66 /// \param providerName (String/string) 62 67 /// FDO provider name of the feature source to be created. … … 113 118 /// Gets the user-defined spatial context name. 114 119 /// 115 /// \return120 /// \return 116 121 /// Returns the name of the spatial context. 117 122 ///