Package pygeodesy :: Package deprecated :: Module classes :: Class JacobiConformalSpherical
[frames] | no frames]

Class JacobiConformalSpherical

  object --+                            
           |                            
named._Named --+                        
               |                        
named._NamedBase --+                    
                   |                    
named._NamedEnumItem --+                
                       |                
     triaxials.Triaxial_ --+            
                           |            
          triaxials.Triaxial --+        
                               |        
     triaxials.ConformalTriaxial --+    
                                   |    
           triaxials.ConformalSphere --+
                                       |
                                      JacobiConformalSpherical

DEPRECATED on 2025.10.25, use class ConformalSphere.

Instance Methods
 
__init__(self, *args, **kwds)
New ConformalSphere.

Inherited from triaxials.ConformalTriaxial: xR, xR_, xyR2, xyR2_, yR, yR_

Inherited from triaxials.Triaxial: forwardBetaOmega, forwardBetaOmega_, forwardCartesian, forwardLatLon, forwardLatLon_, reverseBetaOmega, reverseCartesian, reverseLatLon

Inherited from triaxials.Triaxial_: __str__, area_p, hartzell4, height4, normal3d, normal4, sideOf, toBiaxial, toEllipsoid, toStr

Inherited from named._NamedEnumItem: unregister

Inherited from named._NamedBase: __repr__, others, toRepr

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

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

Properties

Inherited from triaxials.ConformalSphere: ab, bc, radius

Inherited from triaxials.ConformalTriaxial: xyQ2

Inherited from triaxials.Triaxial: area

Inherited from triaxials.Triaxial_: a, a2, b, b2, c, c2, e2ab, e2ac, e2bc, isOrdered, isSpherical, unOrdered, volume

Inherited from named._NamedEnumItem: name

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

Inherited from object: __class__

Method Details

__init__ (self, *args, **kwds)
(Constructor)

 

New ConformalSphere.

Arguments:
  • radius_triaxial - Radius (scalar, conventionally in meter) or an other ConformalSphere, ConformalTriaxial or ordered Triaxial.
  • ab - Relative magnitude of a - b (meter, same units as scalar radius.
  • bc - Relative magnitude of b - c (meter, same units as scalar radius.
  • name - Optional name=NN (str).
Raises:
  • TriaxialError - Invalid radius_triaxial, negative ab, negative bc or (ab + bc) not positive.
Overrides: object.__init__
(inherited documentation)