|
ArcPosition(self,
a12,
outmask=392)
Compute a point at a given angular distance on this rhumb line. |
|
|
|
Intersecant2(self,
lat0,
lon0,
radius,
napier=True,
**tol_eps)
Compute the intersection(s) of this rhumb line and a circle. |
|
|
|
Intersection(self,
other,
tol=1.4901161193847656e-08,
**eps)
Iteratively find the intersection of this and an other rhumb
line. |
|
|
|
Inverse(self,
lat2,
lon2,
wrap=False,
**outmask)
Return the rhumb angle, distance, azimuth, reverse azimuth,
etc. |
|
|
|
NearestOn(self,
lat0,
lon0,
**exact_eps_est_tol)
DEPRECATED on 23.10.30, use method PlumbTo. |
|
|
|
PlumbTo(self,
lat0,
lon0,
exact=None,
eps=2.220446049250313e-16,
est=None,
tol=1.4901161193847656e-08)
Compute the perpendicular intersection of this rhumb line with
a geodesic from the given point (transcoded from Karney's C++
rhumb-intercept). |
|
|
|
Position(self,
s12,
outmask=392)
Compute a point at a given distance on this rhumb line. |
|
|
|
|
|
__init__(self,
rhumb,
lat1,
lon1,
azi12,
caps=1929,
name='')
New RhumbLine or RhumbLineAux . |
|
|
|
degrees2m(self,
angle)
Convert an angular distance along this rhumb line to
meter . |
|
|
|
|
|
|
|
m2degrees(self,
distance)
Convert a distance along this rhumb line to an angular distance. |
|
|
|
nearestOn4(self,
lat0,
lon0,
**exact_eps_est_tol)
DEPRECATED on 23.10.10, use method PlumbTo. |
|
|
|
toStr(self,
prec=6,
sep=', ',
**unused)
Return this RhumbLine as string. |
|
|
Inherited from karney._CapsBase :
caps_
Inherited from named._NamedBase :
__repr__ ,
__str__ ,
others ,
toRepr
Inherited from named._Named :
__format__ ,
__imatmul__ ,
__matmul__ ,
__rmatmul__ ,
attrs ,
classof ,
copy ,
dup ,
methodname ,
rename ,
renamed ,
toStr2
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|
|
TMorder
Get this rhumb line's Transverse Mercator order
(int , 4, 5, 6, 7 or 8).
|
|
azi12
Get this rhumb line's azimuth (compass degrees ).
|
|
azi12_sincos2
Get the sine and cosine of this rhumb line's azimuth (2-tuple
(sin, cos) ).
|
|
datum
Get this rhumb line's datum (Datum).
|
|
ellipsoid
Get this rhumb line's ellipsoid (Ellipsoid).
|
|
exact
Get this rhumb line's exact option (bool ).
|
|
isLoxodrome
Is this rhumb line a meridional (None ), a parallel
(False ) or a True loxodrome?
|
|
lat1
Get this rhumb line's latitude (degrees90 ).
|
|
latlon1
Get this rhumb line's lat- and longitude (LatLon2Tuple(lat, lon) ).
|
|
lon1
Get this rhumb line's longitude (degrees180 ).
|
|
rhumb
Get this rhumb line's rhumb (RhumbAux or Rhumb).
|
|
xTM
Get this rhumb line's Transverse Mercator projection (ExactTransverseMercator if exact and
ellipsoidal, otherwise KTransverseMercator for TMorder ).
|
Inherited from karney._CapsBase :
caps ,
debug
Inherited from named._Named :
classname ,
classnaming ,
iteration ,
name ,
named ,
named2 ,
named3 ,
named4 ,
sizeof
Inherited from object :
__class__
|