Class: QgsGmlFeatureClass

class qgis.core.QgsGmlFeatureClass

Bases: sip.wrapper

Constructor for QgsGmlFeatureClass.

QgsGmlFeatureClass(name: str, path: str)

QgsGmlFeatureClass(QgsGmlFeatureClass)

Description of feature class in GML

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