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

Class JacobiConformalSpherical

                object --+                                
                         |                                
              named._Named --+                            
                             |                            
              named._NamedBase --+                        
                                 |                        
              named._NamedEnumItem --+                    
                                     |                    
triaxials.bases._UnOrderedTriaxialBase --+                
                                         |                
      triaxials.bases._OrderedTriaxialBase --+            
                                             |            
                  triaxials.triaxial5.Triaxial --+        
                                                 |        
                     triaxials.triaxial5.Conformal --+    
                                                     |    
                   triaxials.triaxial5.ConformalSphere --+
                                                         |
                                                        JacobiConformalSpherical

DEPRECATED on 2025.10.25, use class ConformalSphere.

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

Inherited from triaxials.triaxial5.Conformal: x, xR, xR_, xy, xyR2, xyR2_, y, yR, yR_

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

Inherited from triaxials.bases._UnOrderedTriaxialBase: __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.triaxial5.ConformalSphere: ab, bc, radius

Inherited from triaxials.triaxial5.Conformal: xyQ2, xyQR2

Inherited from triaxials.bases._OrderedTriaxialBase: area

Inherited from triaxials.bases._UnOrderedTriaxialBase: 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_conformal - Radius (scalar, conventionally in meter) or an other ConformalSphere or Conformal.
  • 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_conformal, negative ab, negative bc or (ab + bc) not positive.
Overrides: object.__init__
(inherited documentation)