Package pybelbg :: Module __pygeodesy :: Class BeLBG7Tuple
[frames] | no frames]

Class BeLBG7Tuple

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

7-Tuple (easting, northing, H, lat, lon, height, beLBG) with local Belgian easting, northing and orthometric height H, geodetic lat, lon and ellipsoidal height and beLBG the Be*LBG instance with lat and lon in degrees and with easting, northing, H and height in meter, conventionally.

Instance Methods

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
  datum
Get the beLBG's datum (Datum).
  eastingnorthing
Get 2-tuple (EasNor2Tuple(easting, northing)).
  eastingnorthingheight
Get 3-tuple EasNor3Tuple(easting, northing, height) with ellipsoidal height.
  eastingnorthingHeight
Get 3-tuple EasNorHeight3Tuple(easting, northing, H) with orthometric height H.
  eastingnorthingNgeoid
Get 3-tuple EasNorNgeoid3Tuple(easting, northing, N) with geoid height N.
  latlonheightdatum
Get 4-tuple LatLon4Tuple(lat, lon, height, datum) with lat- and longitude in degrees.
  philamheightdatum
Get 4-tuple PhiLam4Tuple(phi, lam, height, datum) with lat- and longitude in radians.

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__

Property Details

datum

Get the beLBG's datum (Datum).

Get method:
datum(self) - Get the beLBG's datum (Datum).
Set method:
_fset_error(inst, val) - Throws an AttributeError, always.
Delete Method:
_fdel(inst) - Zap the cached/memoized property value.

eastingnorthing

Get 2-tuple (EasNor2Tuple(easting, northing)).

Get method:
eastingnorthing(self) - Get 2-tuple (EasNor2Tuple(easting, northing)).
Set method:
_fset_error(inst, val) - Throws an AttributeError, always.
Delete Method:
_fdel(inst) - Zap the cached/memoized property value.

eastingnorthingheight

Get 3-tuple EasNor3Tuple(easting, northing, height) with ellipsoidal height.

Get method:
eastingnorthingheight(self) - Get 3-tuple EasNor3Tuple(easting, northing, height) with ellipsoidal height.
Set method:
_fset_error(inst, val) - Throws an AttributeError, always.
Delete Method:
_fdel(inst) - Zap the cached/memoized property value.

eastingnorthingHeight

Get 3-tuple EasNorHeight3Tuple(easting, northing, H) with orthometric height H.

Get method:
eastingnorthingHeight(self) - Get 3-tuple EasNorHeight3Tuple(easting, northing, 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.

eastingnorthingNgeoid

Get 3-tuple EasNorNgeoid3Tuple(easting, northing, N) with geoid height N.

Get method:
eastingnorthingNgeoid(self) - Get 3-tuple EasNorNgeoid3Tuple(easting, northing, 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.

latlonheightdatum

Get 4-tuple LatLon4Tuple(lat, lon, height, datum) with lat- and longitude in degrees.

Get method:
latlonheightdatum(self) - Get 4-tuple LatLon4Tuple(lat, lon, height, datum) with lat- and longitude in degrees.
Set method:
_fset_error(inst, val) - Throws an AttributeError, always.
Delete Method:
_fdel(inst) - Zap the cached/memoized property value.

philamheightdatum

Get 4-tuple PhiLam4Tuple(phi, lam, height, datum) with lat- and longitude in radians.

Get method:
philamheightdatum(self) - Get 4-tuple PhiLam4Tuple(phi, lam, height, datum) with lat- and longitude in radians.
Set method:
_fset_error(inst, val) - Throws an AttributeError, always.
Delete Method:
_fdel(inst) - Zap the cached/memoized property value.