QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Public Member Functions | List of all members
QgsGmlFeatureClass Class Reference

Description of feature class in GML. More...

#include <qgsgmlschema.h>

Public Member Functions

 QgsGmlFeatureClass ()=default
 Constructor for QgsGmlFeatureClass. More...
 
 QgsGmlFeatureClass (const QString &name, const QString &path)
 
int fieldIndex (const QString &name)
 
QList< QgsField > & fields ()
 
QStringList & geometryAttributes ()
 
QString path () const
 

Detailed Description

Description of feature class in GML.

Definition at line 40 of file qgsgmlschema.h.

Constructor & Destructor Documentation

◆ QgsGmlFeatureClass() [1/2]

QgsGmlFeatureClass::QgsGmlFeatureClass ( )
default

Constructor for QgsGmlFeatureClass.

◆ QgsGmlFeatureClass() [2/2]

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

Definition at line 37 of file qgsgmlschema.cpp.

Member Function Documentation

◆ fieldIndex()

int QgsGmlFeatureClass::fieldIndex ( const QString &  name)

Definition at line 43 of file qgsgmlschema.cpp.

◆ fields()

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

Definition at line 50 of file qgsgmlschema.h.

◆ geometryAttributes()

QStringList & QgsGmlFeatureClass::geometryAttributes ( )
inline

Definition at line 56 of file qgsgmlschema.h.

◆ path()

QString QgsGmlFeatureClass::path ( ) const
inline

Definition at line 54 of file qgsgmlschema.h.


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