Changes between Version 3 and Version 4 of MapGuideRfc77


Ignore:
Timestamp:
Jul 8, 2009, 11:04:01 PM (15 years ago)
Author:
leaf
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc77

    v3 v4  
    5151    /// Constructs an empty MgFileFeatureSourceParams object.
    5252    ///
     53    /// \param providerName (String/string)
    5354    /// The FDO provider name of the feature source.
    54     /// \param spatialContextName (String/string)
     55    ///
     56    /// \return
     57    /// Returns nothing.
     58    ///
    5559    MgFileFeatureSourceParams (CREFSTRING providerName);
    5660   
    5761    ///////////////////////////////////////////////
    58     ///brief
     62    /// \brief
    5963    /// Constructs an MgFileFeatureSourceParams object with the supplied
    6064    /// parameters.
     65    ///
    6166    /// \param providerName (String/string)
    6267    /// FDO provider name of the feature source to be created.
     
    113118    /// Gets the user-defined spatial context name.
    114119    ///
    115    /// \return
     120    /// \return
    116121    /// Returns the name of the spatial context.
    117122    ///