Package pyaxqg :: Module __pygeodesy :: Class AxQG8Tuple
[frames] | no frames]

Class AxQG8Tuple

                           object --+            
                                    |            
                                tuple --+        
                                        |        
                           object --+   |        
                                    |   |        
               pygeodesy.named._Named --+        
                                        |        
              pygeodesy.named._NamedTuple --+    
                                            |    
pygeodesy.namedTuples._H_lat_lon_height4Tuple --+
                                                |
                                               AxQG8Tuple

8-Tuple (x, y, z, H, lat, lon, height, axQG) with cartesian x, y, z and orthometric height H, geodetic lat, lon and ellipsoidal height, axQG the Ax*QG instance with lat and lon in degrees and with x, y, z, H and height in meter, conventionally.

Instance Methods
 
sideOf(self, **eps)
Is this cartesian on, above or below this axQG.triaxial's surface?

Inherited from pygeodesy.named._NamedTuple: __delattr__, __getattr__, __hash__, __repr__, __setattr__, __str__, dup, items, iteritems, iterunits, reUnit, toRepr, toStr, toUnits, units

Inherited from tuple: __add__, __contains__, __eq__, __ge__, __getattribute__, __getitem__, __getnewargs__, __getslice__, __gt__, __iter__, __le__, __len__, __lt__, __mul__, __ne__, __rmul__, count, index

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

Inherited from object: __init__, __reduce__, __reduce_ex__, __sizeof__, __subclasshook__

Static Methods

Inherited from pygeodesy.named._NamedTuple: __new__

Properties
  xyz
Get 3-tuple (x, y, z) (Vector3Tuple(x, y, z)).
  xyzH
Get 4-tuple AxyzHeight4Tuple(x, y, z, H) with orthometric height H.
  xyzh
Get 4-tuple Axyzheight4Tuple(x, y, z, h) with ellipsoidal height h.
  xyzN
Get 4-tuple AxyzNgeoid4Tuple(x, y, z, N) with geoid height N.

Inherited from pygeodesy.namedTuples._H_lat_lon_height4Tuple: N, h, lam, latlon, latlonHeight, latlonNgeoid, latlonheight, phi, philam, philamHeight, philamNgeoid, philamheight

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

Inherited from object: __class__

Method Details

sideOf (self, **eps)

 

Is this cartesian on, above or below this axQG.triaxial's surface?

Arguments:
  • eps - Optional on-surface tolerance (meter, squared), overriding default axQG.triaxial.onEPS.
Returns:
Signed, radial distance squared to this axQG.triaxial's surface (scalar), INT0 if within tolerance eps, positive if outside or negative if inside the axQG.triaxial.

Property Details

xyz

Get 3-tuple (x, y, z) (Vector3Tuple(x, y, z)).

Get method:
xyz(self) - Get 3-tuple (x, y, z) (Vector3Tuple(x, y, z)).
Set method:
_fset_error(inst, val) - Throws an AttributeError, always.
Delete Method:
_fdel(inst) - Zap the cached/memoized property value.

xyzH

Get 4-tuple AxyzHeight4Tuple(x, y, z, H) with orthometric height H.

Get method:
xyzH(self) - Get 4-tuple AxyzHeight4Tuple(x, y, z, H) with orthometric height H.
Set method:
_fset_error(inst, val) - Throws an AttributeError, always.
Delete Method:
_fdel(inst) - Zap the cached/memoized property value.

xyzh

Get 4-tuple Axyzheight4Tuple(x, y, z, h) with ellipsoidal height h.

Get method:
xyzh(self) - Get 4-tuple Axyzheight4Tuple(x, y, z, h) with ellipsoidal height h.
Set method:
_fset_error(inst, val) - Throws an AttributeError, always.
Delete Method:
_fdel(inst) - Zap the cached/memoized property value.

xyzN

Get 4-tuple AxyzNgeoid4Tuple(x, y, z, N) with geoid height N.

Get method:
xyzN(self) - Get 4-tuple AxyzNgeoid4Tuple(x, y, z, N) with geoid height N.
Set method:
_fset_error(inst, val) - Throws an AttributeError, always.
Delete Method:
_fdel(inst) - Zap the cached/memoized property value.