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 | |
M Get the rotation matrix ( EcefMatrix ).
|
|
datum Get the ECEF converter's datum (Datum). |
|
ecef Get the ECEF converter (EcefKarney). |
|
height0 Get origin's height ( meter ).
|
|
lat0 Get origin's latitude ( degrees ).
|
|
lon0 Get origin's longitude ( degrees ).
|
|
Inherited from Inherited from |
Method Details |
New LocalCartesian converter.
Note:
If B |
Convert geodetic
See Also: Note at method EcefKarney.forward. |
Reset the (geodetic) origin.
|
Convert local
See Also: Note at method EcefKarney.reverse. |
Return this LocalCartesian as a string.
|
Property Details |
MGet the rotation matrix (
|
datumGet the ECEF converter's datum (Datum).
|
ecefGet the ECEF converter (EcefKarney).
|
height0Get origin's height (
|
lat0Get origin's latitude (
|
lon0Get origin's longitude (
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jul 7 14:02:02 2021 | http://epydoc.sourceforge.net |