Package mapnik :: Class Projection

Class Projection

 object --+    
          |    
??.instance --+
              |
             Projection
Known Subclasses:

Instance Methods
 
__init__(...)
__init__( (object)arg1 [, (str)arg2]) -> None :
 
__reduce__(...)
helper for pickle
 
__repr__(self)
repr(x)
 
forward(self, obj)
 
inverse(self, obj)
 
params(...)
params( (Projection)arg1) -> str :

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce_ex__, __setattr__, __str__

Class Variables
  __instance_size__ = 16
Properties
  geographic

Inherited from object: __class__

Method Details

__init__(...)
(Constructor)

 

__init__( (object)arg1 [, (str)arg2]) -> None :

    C++ signature :
        void __init__(_object* [,std::string])

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

params(...)

 

params( (Projection)arg1) -> str :

    C++ signature :
        std::string params(mapnik::projection {lvalue})


Property Details

geographic

Get Method:
unreachable(...)