Home | Trees | Indices | Help |
|
---|
|
object --+ | named._Named --+ | named._NamedBase --+ | LocalCartesian
Conversion between geodetic (lat, lon, height)
and
local cartesian (x, y, z)
coordinates with
geodetic origin (lat0, lon0, height0)
, transcoded
from Karney's C++ class LocalCartesian.
The z
axis is normal to the ellipsoid, the y
axis points due North. The plane z = -height0
is tangent to
the ellipsoid.
The conversions all take place via geocentric coordinates using a geocentric EcefKarney, by default the WGS84 datum/ellipsoid.
See Also: Class Ltp.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
Properties | |
datum | |
ecef | |
ellipsoid | |
height0 | |
lat0 | |
latlonheight0 | |
lon0 | |
lon00 | |
M | |
Inherited from Inherited from |
Method Details |
New LocalCartesian converter.
Note:
If B |
Compare this and an other instance.
|
Convert geodetic
|
Convert local
|
Return this LocalCartesian as a string.
|
Property Details |
datum
|
ecef
|
ellipsoid
|
height0
|
lat0
|
latlonheight0
|
lon0
|
lon00
|
M
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Oct 22 17:06:21 2024 | http://epydoc.sourceforge.net |