Package pygeodesy :: Module albers :: Class AlbersEqualAreaCylindrical
[frames] | no frames]

Class AlbersEqualAreaCylindrical

  object --+            
           |            
named._Named --+        
               |        
named._NamedBase --+    
                   |    
         _AlbersBase --+
                       |
                      AlbersEqualAreaCylindrical

An AlbersEqualArea projection at lat=0 and k0=1 degenerating to the cylindrical-equal-area projection.

Instance Methods
 
__init__(self, datum=Datum(name='WGS84', ellipsoid=Ellipsoids.WGS84, transform=Tran..., name='')
New AlbersEqualAreaCylindrical projection.

Inherited from _AlbersBase: forward, rescale0, reverse

Inherited from named._NamedBase: __repr__, __str__, others, toRepr, toStr

Inherited from named._Named: __imatmul__, __matmul__, __rmatmul__, attrs, classof, copy, dup, rename, toStr2

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

Properties

Inherited from _AlbersBase: datum, equatoradius, flattening, isPolar, ispolar, lat0, lat1, lat2, majoradius, scale0

Inherited from named._NamedBase: iteration

Inherited from named._Named: classname, classnaming, name, named, named2, named3, named4

Inherited from object: __class__

Method Details

__init__ (self, datum=Datum(name='WGS84', ellipsoid=Ellipsoids.WGS84, transform=Tran..., name='')
(Constructor)

 

New AlbersEqualAreaCylindrical projection.

Arguments:
Overrides: object.__init__