Package osgeo :: Module gdal :: Class Driver
[hide private]
[frames] | no frames]

Class Driver

source code


Proxy of C++ GDALDriverShadow class.

Instance Methods [hide private]
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
__repr__(self)
repr(x)
source code
 
Create(self, *args, **kwargs)
Create(Driver self, char const * utf8_path, int xsize, int ysize, int bands=1, GDALDataType eType=GDT_Byte, char ** options=None) -> Dataset
source code
 
CreateMultiDimensional(self, *args, **kwargs)
CreateMultiDimensional(Driver self, char const * utf8_path, char ** root_group_options=None, char ** options=None) -> Dataset
source code
 
CreateCopy(self, *args, **kwargs)
CreateCopy(Driver self, char const * utf8_path, Dataset src, int strict=1, char ** options=None, GDALProgressFunc callback=0, void * callback_data=None) -> Dataset
source code
 
Delete(self, *args)
Delete(Driver self, char const * utf8_path) -> CPLErr
source code
 
Rename(self, *args)
Rename(Driver self, char const * newName, char const * oldName) -> CPLErr
source code
 
CopyFiles(self, *args)
CopyFiles(Driver self, char const * newName, char const * oldName) -> CPLErr
source code
 
Register(self, *args)
Register(Driver self) -> int
source code
 
Deregister(self, *args)
Deregister(Driver self)
source code

Inherited from MajorObject: GetDescription, GetMetadata, GetMetadataDomainList, GetMetadataItem, GetMetadata_Dict, GetMetadata_List, SetDescription, SetMetadata, SetMetadataItem

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  thisown = property(lambda x: x.this.own(), lambda x, v: x.this...
  ShortName = property(_gdal.Driver_ShortName_get, doc= r"""Shor...
  LongName = property(_gdal.Driver_LongName_get, doc= r"""LongNa...
  HelpTopic = property(_gdal.Driver_HelpTopic_get, doc= r"""Help...
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, *args, **kwargs)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Class Variable Details [hide private]

thisown

Value:
property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc= "The\
 membership flag")

ShortName

Value:
property(_gdal.Driver_ShortName_get, doc= r"""ShortName : p.q(const).c\
har""")

LongName

Value:
property(_gdal.Driver_LongName_get, doc= r"""LongName : p.q(const).cha\
r""")

HelpTopic

Value:
property(_gdal.Driver_HelpTopic_get, doc= r"""HelpTopic : p.q(const).c\
har""")