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