class documentation

class CoordTransform(GDALBase):

View In Hierarchy

The coordinate system transformation object.
Method __init__ Initialize on a source and target SpatialReference objects.
Method __str__ Undocumented
Instance Variable ​_srs1​_name Undocumented
Instance Variable ​_srs2​_name Undocumented
Instance Variable ptr Undocumented

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
def __init__(self, source, target):
Initialize on a source and target SpatialReference objects.
def __str__(self):

Undocumented

_srs1_name =

Undocumented

_srs2_name =

Undocumented

ptr =