|
|
|
forwardBetaOmega(self,
beta,
omega,
height=0,
**name)
Convert ellipsoidal lat- beta , longitude
omega and height to cartesian. |
|
|
|
forwardBetaOmega_(self,
sbeta,
cbeta,
somega,
comega,
**name)
Convert ellipsoidal lat- and longitude beta and
omega to cartesian coordinates on the triaxial's
surface. |
|
|
|
forwardCartesian(self,
x_xyz,
y=None,
z=None,
**normal_eps_name)
Project a cartesian on this triaxial. |
|
|
|
forwardLatLon(self,
lat,
lon,
height=0,
**name)
Convert geodetic lat-, longitude and height to cartesian. |
|
|
|
forwardLatLon_(self,
slat,
clat,
slon,
clon,
height=0,
**name)
Convert geodetic lat-, longitude and height to cartesian. |
|
|
|
reverseBetaOmega(self,
x_xyz,
y=None,
z=None,
**name)
Convert cartesian to ellipsoidal lat- and longitude,
beta , omega and height. |
|
|
|
reverseCartesian(self,
x_xyz,
y=None,
z=None,
h=0,
normal=True,
eps=4.440892098500626e-12,
**name)
"Unproject" a cartesian on to a cartesion off this
triaxial's surface. |
|
|
|
reverseLatLon(self,
x_xyz,
y=None,
z=None,
**name)
Convert cartesian to geodetic lat-, longitude and height. |
|
|
Inherited from Triaxial_ :
__str__ ,
area_p ,
hartzell4 ,
height4 ,
normal3d ,
sideOf ,
toEllipsoid ,
toStr
Inherited from named._NamedEnumItem :
unregister
Inherited from named._NamedBase :
__repr__ ,
others ,
toRepr
Inherited from named._Named :
__imatmul__ ,
__matmul__ ,
__rmatmul__ ,
attrs ,
classof ,
copy ,
dup ,
methodname ,
rename ,
renamed ,
toStr2
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|