23 #include "cpl_string.h"    61     static QVariant getOgrFeatureAttribute( OGRFeatureH ogrFet, 
const QgsFields &fields, 
int attIndex, 
QTextCodec* encoding, 
bool* ok = 0 );
    80     static bool readOgrFeatureGeometry( OGRFeatureH ogrFet, 
QgsFeature& feature );
    87     static QgsGeometry* ogrGeometryToQgsGeometry( OGRGeometryH geom );
   108 #endif // QGSOGRUTILS_H 
Container of fields for a vector layer. 
 
A geometry is the spatial representation of a feature. 
 
The feature class encapsulates a single feature including its id, geometry and a list of field/values...
 
Utilities for working with OGR features and layers.