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

Class JacobiConformal

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

DEPRECATED on 2025.10.25, use class ConformalTriaxial.

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

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.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 ordered Triaxial.

Arguments:
  • a_triaxial - Largest semi-axis (scalar, conventionally in meter) or an other Triaxial or Triaxial_ instance.
  • b - Middle semi-axis (meter, same units as a), required if a_triaxial is scalar, ignored otherwise.
  • c - Smallest semi-axis (meter, like b).
  • name - Optional name=NN (str).
Raises:
Overrides: object.__init__
(inherited documentation)