Home | Trees | Indices | Help |
|
---|
|
object --+ | tuple --+ | object --+ | | | named._Named --+ | named._NamedTuple --+ | Local6Tuple
6-Tuple (x, y, z, ltp, ecef, M)
with local
x
, y
and z
all in
meter
, local tangent plane ltp
(Ltp),
ecef
(Ecef9Tuple) with both the geocentric and
geodectic coordinates and optionally, the concatenated rotation
matrix M
(EcefMatrix).
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
Static Methods | |
Inherited from |
Class Variables | |
_Names_ =
Tuple specifying the name of each
Named-Tuple item.
|
|
_Units_ =
Tuple defining the units of the value of each
Named-Tuple item.
|
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 ).
|
|
north Get the local North, y component
(meter ).
|
|
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 Local6Tuple as an XyzLocal. |
|
Inherited from 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. |
Class Variable Details |
_Names_Tuple specifying the Note: Specify at least 2 item names.
|
_Units_Tuple defining the Note:
The
|
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 (
|
northGet the local North,
|
slantrangeGet the local slant Range, distance (
|
upGet the local Up,
|
xyzGet the local
|
xyzLocalGet this Local6Tuple as an XyzLocal.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Apr 11 15:54:46 2021 | http://epydoc.sourceforge.net |