|
QGIS API Documentation
2.0.1-Dufour
|
#include <qgsgmlschema.h>
Public Member Functions | |
| QgsGmlFeatureClass () | |
| QgsGmlFeatureClass (QString name, QString path) | |
| ~QgsGmlFeatureClass () | |
| QList< QgsField > & | fields () |
| int | fieldIndex (const QString &name) |
| QString | path () const |
| QStringList & | geometryAttributes () |
Private Attributes | |
| QString | mName |
| QString | mPath |
| QList< QgsField > | mFields |
| QStringList | mGeometryAttributes |
Definition at line 38 of file qgsgmlschema.h.
| QgsGmlFeatureClass::QgsGmlFeatureClass | ( | ) |
Definition at line 35 of file qgsgmlschema.cpp.
| QgsGmlFeatureClass::QgsGmlFeatureClass | ( | QString | name, |
| QString | path | ||
| ) |
Definition at line 39 of file qgsgmlschema.cpp.
| QgsGmlFeatureClass::~QgsGmlFeatureClass | ( | ) |
Definition at line 45 of file qgsgmlschema.cpp.
| int QgsGmlFeatureClass::fieldIndex | ( | const QString & | name | ) |
Definition at line 49 of file qgsgmlschema.cpp.
References mFields.
|
inline |
Definition at line 46 of file qgsgmlschema.h.
Referenced by QgsGmlSchema::xsdFeatureClass().
|
inline |
Definition at line 52 of file qgsgmlschema.h.
Referenced by QgsGmlSchema::xsdFeatureClass().
|
inline |
Definition at line 50 of file qgsgmlschema.h.
|
private |
Definition at line 68 of file qgsgmlschema.h.
Referenced by fieldIndex().
|
private |
Definition at line 71 of file qgsgmlschema.h.
|
private |
Definition at line 58 of file qgsgmlschema.h.
|
private |
Definition at line 63 of file qgsgmlschema.h.
1.8.6