Changes between Version 6 and Version 7 of MapGuideRfc106
- Timestamp:
- 07/28/10 20:08:53 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc106
v6 v7 63 63 /// A string identifying the output format of 64 64 /// 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 65 67 /// 66 68 /// \return … … 134 136 /// A string identifying the output format of 135 137 /// 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 136 140 /// 137 141 /// \return … … 153 157 154 158 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); 156 160 157 161 ......