Package osgeo :: Module osr :: Class CRSInfo
[hide private]
[frames] | no frames]

Class CRSInfo

source code


Proxy of C++ OSRCRSInfo class.

Instance Methods [hide private]
 
__repr__(self)
repr(x)
source code
 
__init__(self, *args)
__init__(CRSInfo self, char const * auth_name, char const * code, char const * name, OSRCRSType type, bool deprecated, bool bbox_valid, double west_lon_degree, double south_lat_degree, double east_lon_degree, double north_lat_degree, char const * area_name, char const * projection_method) -> CRSInfo
source code

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...
  auth_name = property(_osr.CRSInfo_auth_name_get, doc= r"""auth...
  code = property(_osr.CRSInfo_code_get, doc= r"""code : p.char""")
  name = property(_osr.CRSInfo_name_get, doc= r"""name : p.char""")
  type = property(_osr.CRSInfo_type_get, doc= r"""type : OSRCRST...
  deprecated = property(_osr.CRSInfo_deprecated_get, doc= r"""de...
  bbox_valid = property(_osr.CRSInfo_bbox_valid_get, doc= r"""bb...
  west_lon_degree = property(_osr.CRSInfo_west_lon_degree_get, d...
  south_lat_degree = property(_osr.CRSInfo_south_lat_degree_get,...
  east_lon_degree = property(_osr.CRSInfo_east_lon_degree_get, d...
  north_lat_degree = property(_osr.CRSInfo_north_lat_degree_get,...
  area_name = property(_osr.CRSInfo_area_name_get, doc= r"""area...
  projection_method = property(_osr.CRSInfo_projection_method_ge...
  __swig_destroy__ = _osr.delete_CRSInfo
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__(CRSInfo self, char const * auth_name, char const * code, char const * name, OSRCRSType type, bool deprecated, bool bbox_valid, double west_lon_degree, double south_lat_degree, double east_lon_degree, double north_lat_degree, char const * area_name, char const * projection_method) -> CRSInfo

Overrides: object.__init__

Class Variable Details [hide private]

thisown

Value:
property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc= "The\
 membership flag")

auth_name

Value:
property(_osr.CRSInfo_auth_name_get, doc= r"""auth_name : p.char""")

type

Value:
property(_osr.CRSInfo_type_get, doc= r"""type : OSRCRSType""")

deprecated

Value:
property(_osr.CRSInfo_deprecated_get, doc= r"""deprecated : bool""")

bbox_valid

Value:
property(_osr.CRSInfo_bbox_valid_get, doc= r"""bbox_valid : bool""")

west_lon_degree

Value:
property(_osr.CRSInfo_west_lon_degree_get, doc= r"""west_lon_degree : \
double""")

south_lat_degree

Value:
property(_osr.CRSInfo_south_lat_degree_get, doc= r"""south_lat_degree \
: double""")

east_lon_degree

Value:
property(_osr.CRSInfo_east_lon_degree_get, doc= r"""east_lon_degree : \
double""")

north_lat_degree

Value:
property(_osr.CRSInfo_north_lat_degree_get, doc= r"""north_lat_degree \
: double""")

area_name

Value:
property(_osr.CRSInfo_area_name_get, doc= r"""area_name : p.char""")

projection_method

Value:
property(_osr.CRSInfo_projection_method_get, doc= r"""projection_metho\
d : p.char""")