Home | Trees | Indices | Help |
|
---|
|
object --+ | tuple --+ | object --+ | | | named._Named --+ | named._NamedTuple --+ | Local9Tuple
9-Tuple (x, y, z, lat, lon, height, ltp, ecef, M)
with
local x
, y
, z
all in
meter
, geodetic lat
, lon
,
height
, local tangent plane ltp
(Ltp),
ecef
(Ecef9Tuple) with geocentric x
,
y
, z
, geodetic lat
,
lon
, height
and concatenated rotation
matrix M
(EcefMatrix) or None
.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
Static Methods | |
Inherited from |
Properties | |
azimuth Get the local Azimuth, bearing from North ( degrees360 ).
|
|
down Get the local Down, -z component
(meter ).
|
|
east Get the local East, x component
(meter ).
|
|
elevation Get the local Elevation, tilt above horizon ( degrees90 ).
|
|
groundrange Get the local ground range, distance ( meter ).
|
|
lam Get the geodetic longitude in radians
(float ).
|
|
latlon Get the geodetic lat-, longitude in degrees (LatLon2Tuple(lat, lon) ).
|
|
latlonheight Get the geodetic lat-, longitude in degrees and
height (LatLon3Tuple(lat, lon, height) ).
|
|
north Get the local North, y component
(meter ).
|
|
phi Get the geodetic latitude in radians
(float ).
|
|
philam Get the geodetic lat-, longitude in radians (PhiLam2Tuple(phi, lam) ).
|
|
philamheight Get the geodetic lat-, longitude in radians and
height (PhiLam3Tuple(phi, lam, height) ).
|
|
slantrange Get the local slant Range, distance ( meter ).
|
|
up Get the local Up, z component
(meter ).
|
|
xyz Get the local (X, Y, Z) components (Vector3Tuple(x, y, z) ).
|
|
xyzLocal Get this Local9Tuple as an XyzLocal. |
|
Inherited from Inherited from |
Method Details |
Get the local Azimuth, Elevation, slant Range (AER) components.
|
Convert this local to geocentric
|
Get the local East, North, Up (ENU) components. |
Convert this local to geodetic
|
Get the local North, East, Down (NED) components.
|
Get the local X, Y, Z (XYZ) components. |
Property Details |
azimuthGet the local Azimuth, bearing from North
(
|
downGet the local Down,
|
eastGet the local East,
|
elevationGet the local Elevation, tilt above horizon
(
|
groundrangeGet the local ground range, distance (
|
lamGet the geodetic longitude in
|
latlonGet the geodetic lat-, longitude in
|
latlonheightGet the geodetic lat-, longitude in
|
northGet the local North,
|
phiGet the geodetic latitude in
|
philamGet the geodetic lat-, longitude in
|
philamheightGet the geodetic lat-, longitude in
|
slantrangeGet the local slant Range, distance (
|
upGet the local Up,
|
xyzGet the local
|
xyzLocalGet this Local9Tuple as an XyzLocal.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Jan 11 15:36:23 2025 | http://epydoc.sourceforge.net |