Proxy of C++ GDALDimensionHS class.
|
__init__(self,
*args,
**kwargs)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
GetName(self,
*args)
GetName(Dimension self) -> char const * |
source code
|
|
|
GetFullName(self,
*args)
GetFullName(Dimension self) -> char const * |
source code
|
|
|
GetType(self,
*args)
GetType(Dimension self) -> char const * |
source code
|
|
|
GetDirection(self,
*args)
GetDirection(Dimension self) -> char const * |
source code
|
|
|
GetSize(self,
*args)
GetSize(Dimension self) -> unsigned long long |
source code
|
|
|
GetIndexingVariable(self,
*args)
GetIndexingVariable(Dimension self) -> MDArray |
source code
|
|
|
SetIndexingVariable(self,
*args)
SetIndexingVariable(Dimension self, MDArray array) -> bool |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|