|
__init__(self,
a_earth=Ellipsoid(name='WGS84', a=6378137, f=0.00335281, f_=298.257223... ,
f=None,
b=None,
**ALorder_name)
New AuxLat instance on an ellipsoid or datum. |
|
|
|
Authalic(self,
Phi,
**diff_name)
Convert Geographic to Aunthalic latitude. |
|
|
|
AuthalicRadius2(self,
exact=False,
f_max=0.1)
Get the Authalic radius squared. |
|
|
|
Conformal(self,
Phi,
**diff_name)
Convert Geographic to Conformal latitude. |
|
|
|
convert(self,
auxout,
Zeta_d,
exact=False) |
|
|
|
Geocentric(self,
Phi,
**diff_name)
Convert Geographic to Geocentric latitude. |
|
|
|
Geodetic(self,
Phi,
**name)
Convert Geographic to Geodetic latitude. |
|
|
|
Parametric(self,
Phi,
**diff_name)
Convert Geographic to Parametric latitude. |
|
|
|
Reduced(self,
Phi,
**diff_name)
Convert Geographic to Parametric latitude. |
|
|
|
Rectifying(self,
Phi,
**diff_name)
Convert Geographic to Rectifying latitude. |
|
|
|
|
Inherited from auxAngle.AuxAngle :
__abs__ ,
__add__ ,
__bool__ ,
__eq__ ,
__float__ ,
__iadd__ ,
__isub__ ,
__ne__ ,
__neg__ ,
__pos__ ,
__radd__ ,
__rsub__ ,
__str__ ,
__sub__ ,
copyquadrant ,
normal ,
toBeta ,
toChi ,
toMu ,
toPhi
Inherited from named._Named :
__format__ ,
__imatmul__ ,
__matmul__ ,
__repr__ ,
__rmatmul__ ,
attrs ,
classof ,
copy ,
dup ,
methodname ,
rename ,
renamed ,
toRepr ,
toStr ,
toStr2
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|
|
a
Get the ellipsoid 's equatorial radius
(meter , conventionally).
|
|
equatoradius
Get the ellipsoid 's equatorial radius
(meter , conventionally).
|
|
ALorder
Get the AuxLat order (int , 4, 6 or 8).
|
|
b
Get the ellipsoid 's polar radius (meter ,
conventionally).
|
|
polaradius
Get the ellipsoid 's polar radius (meter ,
conventionally).
|
|
ellipsoid
Get the ellipsoid (Ellipsoid).
|
|
f
Get the ellipsoid 's flattening (scalar ).
|
|
flattening
Get the ellipsoid 's flattening (scalar ).
|
Inherited from auxAngle.AuxAngle :
diff ,
iteration ,
normalized ,
tan ,
toDegrees ,
toLambertianDegrees ,
toLambertianRadians ,
toRadians ,
x ,
y
Inherited from named._Named :
classname ,
classnaming ,
name ,
named ,
named2 ,
named3 ,
named4 ,
sizeof
Inherited from object :
__class__
|