|
QGIS API Documentation
2.4.0-Chugiak
|
#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 39 of file qgsgmlschema.h.
| QgsGmlFeatureClass::QgsGmlFeatureClass | ( | ) |
Definition at line 36 of file qgsgmlschema.cpp.
| QgsGmlFeatureClass::QgsGmlFeatureClass | ( | QString | name, |
| QString | path | ||
| ) |
Definition at line 40 of file qgsgmlschema.cpp.
| QgsGmlFeatureClass::~QgsGmlFeatureClass | ( | ) |
Definition at line 46 of file qgsgmlschema.cpp.
| int QgsGmlFeatureClass::fieldIndex | ( | const QString & | name | ) |
Definition at line 50 of file qgsgmlschema.cpp.
References mFields.
|
inline |
Definition at line 47 of file qgsgmlschema.h.
Referenced by QgsGmlSchema::xsdFeatureClass().
|
inline |
Definition at line 53 of file qgsgmlschema.h.
Referenced by QgsGmlSchema::xsdFeatureClass().
|
inline |
Definition at line 51 of file qgsgmlschema.h.
|
private |
Definition at line 69 of file qgsgmlschema.h.
Referenced by fieldIndex().
|
private |
Definition at line 72 of file qgsgmlschema.h.
|
private |
Definition at line 59 of file qgsgmlschema.h.
|
private |
Definition at line 64 of file qgsgmlschema.h.
1.8.7