This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** Select features based on a bounding rectangle. Features can be retrieved with calls to nextFeature.
* @param fetchAttributes list of attributes which should be fetched
* @param rect spatial filter
Expand DownExpand Up
@@ -83,7 +86,8 @@ class QgsWFSProvider: public QgsVectorDataProvider
QGis::WkbType geometryType() const;
longfeatureCount() const;
const QgsFieldMap & fields() const;
const QgsFields& fields() const;
voidrewind();
virtual QgsCoordinateReferenceSystem crs();
Expand DownExpand Up
@@ -143,7 +147,7 @@ class QgsWFSProvider: public QgsVectorDataProvider
/**Collects information about the field types. Is called internally from QgsWFSProvider ctor. The method delegates the work to request specific ones and gives back the name of the geometry attribute and the thematic attributes with their types*/
/**This method tries to guess the geometry attribute and the other attribute names from the .gml file if no schema is present. Returns 0 in case of success*/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters