|
|
forward(self,
lat,
lon,
height=0,
raiser=None,
name='forward')
Convert geodetic GRS80 (ETRS98) (lat, lon)
and height to local (RDx, RDy)
coordinates and NAPh quasi-geoid-height. |
|
|
|
|
reverse(self,
RDx,
RDy,
NAPh=0,
raiser=None,
**name)
Convert a local (RDx, RDy) point and
NAPh height to geodetic Bessel1841
(RD-Bessel) (lat, lon, height). |
|
|
|
Inherited from _RDNAPbase:
isinside,
rdNAPh,
toStr
Inherited from pygeodesy.named._NamedBase:
__repr__,
__str__,
others,
toRepr
Inherited from pygeodesy.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__
|