Class: QgsGmlFeatureClass

class qgis.core.QgsGmlFeatureClass

Bases: sip.wrapper

Description of feature class in GML

QgsGmlFeatureClass() Constructor for QgsGmlFeatureClass.

QgsGmlFeatureClass(name: Optional[str], path: Optional[str])

QgsGmlFeatureClass(a0: QgsGmlFeatureClass)

Methods

fieldIndex

param name:

fields

rtype:

Any

geometryAttributes

rtype:

List[str]

path

rtype:

str

fieldIndex(self, name: str | None) int
Parameters:

name (Optional[str])

Return type:

int

fields(self) Any
Return type:

Any

geometryAttributes(self) List[str]
Return type:

List[str]

path(self) str
Return type:

str