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

Class Driver

source code


Proxy of C++ OGRDriverShadow 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
 
CreateDataSource(self, *args, **kwargs)
CreateDataSource(Driver self, char const * utf8_path, char ** options=None) -> DataSource
source code
 
CopyDataSource(self, *args, **kwargs)
CopyDataSource(Driver self, DataSource copy_ds, char const * utf8_path, char ** options=None) -> DataSource
source code
 
Open(self, *args, **kwargs)
Open(Driver self, char const * utf8_path, int update=0) -> DataSource
source code
 
DeleteDataSource(self, *args)
DeleteDataSource(Driver self, char const * utf8_path) -> int
source code
 
TestCapability(self, *args)
TestCapability(Driver self, char const * cap) -> bool
source code
 
GetName(self, *args)
GetName(Driver self) -> char const *
source code
 
Register(self, *args)
Register(Driver self)
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...
  name = property(_ogr.Driver_name_get, doc= r"""name : p.q(cons...
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")

name

Value:
property(_ogr.Driver_name_get, doc= r"""name : p.q(const).char""")