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

Class GCP

source code


Proxy of C++ GDAL_GCP class.

Instance Methods [hide private]
 
__repr__(self)
repr(x)
source code
 
__init__(self, *args)
__init__(GCP self, double x=0.0, double y=0.0, double z=0.0, double pixel=0.0, double line=0.0, char const * info="", char const * id="") -> GCP
source code
 
__str__(self)
str(x)
source code
 
serialize(self, with_Z=0) source code

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

Class Variables [hide private]
  thisown = property(lambda x: x.this.own(), lambda x, v: x.this...
  GCPX = property(_gdal.GCP_GCPX_get, _gdal.GCP_GCPX_set, doc= r...
  GCPY = property(_gdal.GCP_GCPY_get, _gdal.GCP_GCPY_set, doc= r...
  GCPZ = property(_gdal.GCP_GCPZ_get, _gdal.GCP_GCPZ_set, doc= r...
  GCPPixel = property(_gdal.GCP_GCPPixel_get, _gdal.GCP_GCPPixel...
  GCPLine = property(_gdal.GCP_GCPLine_get, _gdal.GCP_GCPLine_se...
  Info = property(_gdal.GCP_Info_get, _gdal.GCP_Info_set, doc= r...
  Id = property(_gdal.GCP_Id_get, _gdal.GCP_Id_set, doc= r"""Id ...
  __swig_destroy__ = _gdal.delete_GCP
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)

__init__(self, *args)
(Constructor)

source code 

__init__(GCP self, double x=0.0, double y=0.0, double z=0.0, double pixel=0.0, double line=0.0, char const * info="", char const * id="") -> GCP

Overrides: object.__init__

__str__(self)
(Informal representation operator)

source code 

str(x)

Overrides: object.__str__
(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")

GCPX

Value:
property(_gdal.GCP_GCPX_get, _gdal.GCP_GCPX_set, doc= r"""GCPX : doubl\
e""")

GCPY

Value:
property(_gdal.GCP_GCPY_get, _gdal.GCP_GCPY_set, doc= r"""GCPY : doubl\
e""")

GCPZ

Value:
property(_gdal.GCP_GCPZ_get, _gdal.GCP_GCPZ_set, doc= r"""GCPZ : doubl\
e""")

GCPPixel

Value:
property(_gdal.GCP_GCPPixel_get, _gdal.GCP_GCPPixel_set, doc= r"""GCPP\
ixel : double""")

GCPLine

Value:
property(_gdal.GCP_GCPLine_get, _gdal.GCP_GCPLine_set, doc= r"""GCPLin\
e : double""")

Info

Value:
property(_gdal.GCP_Info_get, _gdal.GCP_Info_set, doc= r"""Info : p.cha\
r""")

Id

Value:
property(_gdal.GCP_Id_get, _gdal.GCP_Id_set, doc= r"""Id : p.char""")