class documentation

class CoordTransform(GDALBase): (source)

View In Hierarchy

The coordinate system transformation object.

Method __init__ Initialize on a source and target SpatialReference objects.
Method __str__ Undocumented
Instance Variable ptr Undocumented
Instance Variable _srs1_name Undocumented
Instance Variable _srs2_name 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): (source)

Initialize on a source and target SpatialReference objects.

def __str__(self): (source)

Undocumented

_srs1_name = (source)

Undocumented

_srs2_name = (source)

Undocumented