class Driver(GDALBase):
Class Method | driver_count |
Return the number of GDAL/OGR data source drivers registered. |
Class Method | ensure_registered |
Attempt to register all the data source drivers. |
Method | __init__ |
Initialize an GDAL/OGR driver on either a string or integer input. |
Method | __str__ |
Undocumented |
Class Variable | _alias |
Undocumented |
Instance Variable | ptr |
Undocumented |
Property | name |
Return description/name string for this driver. |
Inherited from CPointerBase
(via GDALBase
):
Method | __del__ |
Free the memory used by the C++ object. |
Method | ptr.setter |
Undocumented |
Class Variable | destructor |
Undocumented |
Instance Variable | _ptr |
Undocumented |