|
|
toAer(self,
ltp=None,
**Aer_and_kwds)
Convert this instance to local Azimuth, Elevation, slant
Range (AER) components. |
|
|
|
|
toEnu(self,
ltp=None,
**Enu_and_kwds)
Convert this instance to local East, North, Up (ENU)
components. |
|
|
|
|
toLocal(self,
Xyz=None,
ltp=None,
**Xyz_kwds)
Convert this instance to local components in a local
tangent plane (LTP) |
|
|
|
|
toLtp(self,
Ecef=None,
**name)
Return the local tangent plane (LTP) for this instance. |
|
|
|
|
toNed(self,
ltp=None,
**Ned_and_kwds)
Convert this instance to local North, East, Down (NED)
components. |
|
|
|
|
toXyz(self,
ltp=None,
**Xyz_and_kwds)
Convert this instance to local X, Y, Z (XYZ)
components. |
|
|
|
Inherited from named._Named:
__format__,
__imatmul__,
__matmul__,
__repr__,
__rmatmul__,
__str__,
attrs,
classof,
copy,
dup,
methodname,
rename,
renamed,
toRepr,
toStr,
toStr2
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__init__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__sizeof__,
__subclasshook__
|