Package pygeodesy :: Package geodesicx :: Module gxarea :: Class PolygonArea
[frames] | no frames]

Class PolygonArea

  object --+            
           |            
named._Named --+        
               |        
named._NamedBase --+    
                   |    
   GeodesicAreaExact --+
                       |
                      PolygonArea

For geographiclib compatibility, sub-class of GeodesicAreaExact.

Instance Methods
 
__init__(self, earth, polyline=False, name='')
New PolygonArea instance.

Inherited from GeodesicAreaExact: AddEdge, AddPoint, Clear, Compute, Reset, TestEdge, TestPoint, toStr

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

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

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

Properties

Inherited from GeodesicAreaExact: area0, area0x, earth, ellipsoid, geodesic, lat0, lat1, lon0, lon1, num, polyline, verbose

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

Inherited from object: __class__

Method Details

__init__ (self, earth, polyline=False, name='')
(Constructor)

 

New PolygonArea instance.

Arguments:
  • earth - A geodesic (GeodesicExact, wrapped Geodesic or GeodesicSolve).
  • polyline - If True perimeter only, otherwise area and perimeter (bool).
  • name - Optional name (str).
Raises:
Overrides: object.__init__