Changes between Version 6 and Version 7 of MapGuideRfc106


Ignore:
Timestamp:
Jul 28, 2010, 8:08:53 PM (14 years ago)
Author:
liuar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc106

    v6 v7  
    6363    /// A string identifying the output format of
    6464    /// the retrieved schema information.
     65    /// The supported values of output format are specified in OpenGIS Web Feature Service (WFS) Implementation Specification
     66    /// http://portal.opengeospatial.org/files/?artifact_id=8339
    6567    ///
    6668    /// \return
     
    134136    /// A string identifying the output format of
    135137    /// the retrieved feature information.
     138    /// The supported values of output format are specified in OpenGIS Web Feature Service (WFS) Implementation Specification
     139    /// http://portal.opengeospatial.org/files/?artifact_id=8339
    136140    ///
    137141    /// \return
     
    153157       
    154158       
    155        Ptr<MgByteReader> resultReader = featureService->GetWfsFeature(featureSourceId, ((sSchemaHash.size()==0) ? sClass : sSchemaHash + _(":") + sClass), requiredProperties, m_getFeatureParams->GetSrs(), filter, numFeaturesToRetrieve, sOutputFormat);
     159        Ptr<MgByteReader> resultReader = featureService->GetWfsFeature(featureSourceId, ((sSchemaHash.size()==0) ? sClass : sSchemaHash + _(":") + sClass), requiredProperties, m_getFeatureParams->GetSrs(), filter, numFeaturesToRetrieve, sOutputFormat);
    156160       
    157161        ......