QGIS API Documentation  2.18.21-Las Palmas (9fba24a)
Public Member Functions | List of all members
QgsGmlFeatureClass Class Reference

Description of feature class in GML. More...

#include <qgsgmlschema.h>

Public Member Functions

 QgsGmlFeatureClass ()
 
 QgsGmlFeatureClass (const QString &name, const QString &path)
 
int fieldIndex (const QString &name)
 
QList< QgsField > & fields ()
 
QStringListgeometryAttributes ()
 
QString path () const
 

Detailed Description

Description of feature class in GML.

Definition at line 41 of file qgsgmlschema.h.

Constructor & Destructor Documentation

◆ QgsGmlFeatureClass() [1/2]

QgsGmlFeatureClass::QgsGmlFeatureClass ( )

Definition at line 36 of file qgsgmlschema.cpp.

◆ QgsGmlFeatureClass() [2/2]

QgsGmlFeatureClass::QgsGmlFeatureClass ( const QString name,
const QString path 
)

Definition at line 40 of file qgsgmlschema.cpp.

Member Function Documentation

◆ fieldIndex()

int QgsGmlFeatureClass::fieldIndex ( const QString name)

Definition at line 46 of file qgsgmlschema.cpp.

◆ fields()

QList<QgsField>& QgsGmlFeatureClass::fields ( )
inline

Definition at line 47 of file qgsgmlschema.h.

◆ geometryAttributes()

QStringList& QgsGmlFeatureClass::geometryAttributes ( )
inline

Definition at line 53 of file qgsgmlschema.h.

◆ path()

QString QgsGmlFeatureClass::path ( ) const
inline

Definition at line 51 of file qgsgmlschema.h.


The documentation for this class was generated from the following files: