| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
tuple --+
|
object --+ |
| |
pygeodesy.named._Named --+
|
pygeodesy.named._NamedTuple --+
|
pygeodesy.namedTuples._H_lat_lon_height4Tuple --+
|
RDNAP7Tuple
7-Tuple (RDx, RDy, H, lat, lon, height, datum) with
local RDx, RDy and (orthometric) height
H, geodetic lat, lon,
(ellipsoidal) height and datum with
lat and lon in degrees and with
RDx, RDy, H and
height in meter, conventionally.
Note:
By default lat, lon and
datum are GRS80 (ETRS89) when returned from RDNAP2018v1.reverse but Bessel1841
(RD-Bessel) from RDNAP2018v2.reverse.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
| Static Methods | |
|
Inherited from |
| Properties | |
|
latlonheightdatum Get the lat-, longitude in degrees with height and datum
(LatLon4Tuple(lat, lon, height,
datum)).
|
|
|
NAPh DEPRECATED on 2026.07.21, use attribute H.
|
|
|
philamheightdatum Get the lat-, longitude in radians with height and datum
(PhiLamn4Tuple(phi, lam, height,
datum)).
|
|
|
xy DEPRECATED on 2026.08.14, use attribute xyh,
xyH or xyN.
|
|
|
xyh Get the local coordinates and ellipsoidal height (RDxyheight3Tuple (RDx, RDy, h)).
|
|
|
xyH Get the local coordinates and orthometric height (RDxyHeight3Tuple (RDx, RDy, H)).
|
|
|
xyN Get the local coordinates and geoid height (RDxyNgeoid3Tuple (RDx, RDy, N)).
|
|
|
xyz DEPRECATED on 2026.08.14, use attribute xyH.
|
|
|
Inherited from Inherited from Inherited from |
|
| Method Details |
Return the difference between this and an
|
Convert this
Note:
This datum conversion is based on See Also: Methods RDNAP7Tuple.toETRS and RDNAP7Tuple.toRD. |
Copy this RDNAP7Tuple with
See Also: Methods RDNAP7Tuple.toRD and RDNAP7Tuple.toDatum. |
Return this
|
Copy this RDNAP7Tuple with
See Also: Methods RDNAP7Tuple.toETRS and RDNAP7Tuple.toDatum. |
| Property Details |
latlonheightdatumGet the lat-, longitude in
|
NAPhDEPRECATED on 2026.07.21, use attribute
|
philamheightdatumGet the lat-, longitude in
|
xyDEPRECATED on 2026.08.14, use attribute
|
xyhGet the local coordinates and ellipsoidal height (RDxyheight3Tuple
|
xyHGet the local coordinates and orthometric height (RDxyHeight3Tuple
|
xyNGet the local coordinates and geoid height (RDxyNgeoid3Tuple
|
xyzDEPRECATED on 2026.08.14, use attribute
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Aug 21 15:30:15 2026 | http://epydoc.sourceforge.net |