|
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 object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__init__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|