| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
tuple --+
|
object --+ |
| |
pygeodesy.named._Named --+
|
pygeodesy.named._NamedTuple --+
|
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 | |
|
lam Get the longitude ( radians).
|
|
|
latlon Get the lat-, longitude in degrees (LatLon2Tuple(lat, lon)).
|
|
|
latlonheight Get the lat-, longitude in degrees and height (LatLon3Tuple(lat, lon, height)).
|
|
|
latlonheightdatum Get the lat-, longitude in degrees with height and datum
(LatLon4Tuple(lat, lon, height, datum)).
|
|
|
latlonNgeoid Get the lat-, longitude in degrees and geoid height (LatLonN3Tuple(lat, lon, N)).
|
|
|
N Get the geoid height N (meter,
conventionally).
|
|
|
NAPh DEPRECATED on 2026.07.21, use attribute H.
|
|
|
phi Get the latitude ( radians).
|
|
|
philam Get the lat- and longitude in radians (PhiLam2Tuple(phi, lam)).
|
|
|
philamheight Get the lat-, longitude in radians and height (PhiLam3Tuple(phi, lam, height)).
|
|
|
philamheightdatum Get the lat-, longitude in radians with height and datum
(PhiLamn4Tuple(phi, lam, height,
datum)).
|
|
|
xy Get the local RDx, RDy coordinates (Vector2Tuple (x, y)).
|
|
|
xyz Get the local RDx, RDy coordinates and (orthometric) height (Vector3Tuple (x, y, z)).
|
|
|
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 |
lamGet the longitude (
|
latlonGet the lat-, longitude in
|
latlonheightGet the lat-, longitude in
|
latlonheightdatumGet the lat-, longitude in
|
latlonNgeoidGet the lat-, longitude in
|
NGet the geoid height
|
NAPhDEPRECATED on 2026.07.21, use attribute
|
phiGet the latitude (
|
philamGet the lat- and longitude in
|
philamheightGet the lat-, longitude in
|
philamheightdatumGet the lat-, longitude in
|
xyGet the local RDx, RDy coordinates (Vector2Tuple
|
xyzGet the local RDx, RDy coordinates and (orthometric) height (Vector3Tuple
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Jul 31 14:31:20 2026 | http://epydoc.sourceforge.net |