Class: QgsGmlFeatureClass

class qgis.core.QgsGmlFeatureClass

Bases: sip.wrapper

Description of feature class in GML

QgsGmlFeatureClass() Constructor for QgsGmlFeatureClass.

QgsGmlFeatureClass(name: str, path: str)

QgsGmlFeatureClass(QgsGmlFeatureClass)

Methods

fieldIndex

param name:

fields

rtype:

object

geometryAttributes

rtype:

List[str]

path

rtype:

str

fieldIndex(self, name: str) int
Parameters:

name (str) –

Return type:

int

fields(self) object
Return type:

object

geometryAttributes(self) List[str]
Return type:

List[str]

path(self) str
Return type:

str