Home | Trees | Indices | Help |
|
---|
|
object --+ | named._Named --+ | named._NamedBase --+ | EcefCartesian
Conversion between geodetic (lat, lon, height)
and local
cartesian (x, y, z)
coordinates with a local cartesian
origin at (lat0, lon0, height0)
transcibed from on
Karney's C++ class LocalCartesian.
The z
axis is normal to the ellipsoid, the y
axis points due North. The plane z = -heighth0
is tangent
to the ellipsoid.
The conversions all take place via geocentric coordinates using a geocentric EcefKarney, by default the WGS84 datum/ellipsoid.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
Properties | |
ecef An immutable property ( Read Only ).
|
|
height0 An immutable property ( Read Only ).
|
|
lat0 An immutable property ( Read Only ).
|
|
lon0 An immutable property ( Read Only ).
|
|
M An immutable property ( Read Only ).
|
|
Inherited from Inherited from |
Method Details |
New EcefCartesian converter.
|
Convert from geodetic
See Also: Note at method EcefKarney.forward. |
Reset the local cartesian origin.
|
Convert from local cartesian
See Also: Note at method EcefKarney.reverse. |
Return this EcefCartesian as a string.
|
Property Details |
ecefAn immutable property (
|
height0An immutable property (
|
lat0An immutable property (
|
lon0An immutable property (
|
MAn immutable property (
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Mar 16 12:12:50 2020 | http://epydoc.sourceforge.net |