Home | Trees | Indices | Help |
|
---|
|
object --+ | named._Named --+ | named._NamedBase --+ | karney._CapsBase --+ | _RhumbLine
(INTERNAL) Class RhumbLine
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
Class Variables | |
Inherited from |
Properties | |
azi12 Get this rhumb line's azimuth (compass degrees ).
|
|
ellipsoid Get this rhumb line's ellipsoid (Ellipsoid). |
|
exact Get this rhumb line's exact option ( bool ).
|
|
lat1 Get this rhumb line's latitude ( degrees90 ).
|
|
lon1 Get this rhumb line's longitude ( degrees180 ).
|
|
latlon1 Get this rhumb line's lat- and longitude (LatLon2Tuple (lat, lon) ).
|
|
RAorder Get this rhumb line's Rhumb Area order ( int , 4,
5, 6, 7 or 8).
|
|
rhumb Get this rhumb line's rhumb (Rhumb). |
|
TMorder Get this rhumb line's Transverse Mercator order ( int , 4, 5, 6, 7 or 8).
|
|
xTM Get this rhumb line's Transverse Mercator projection (ExactTransverseMercator if exact and ellipsoidal, otherwise KTransverseMercator). |
|
Inherited from Inherited from Inherited from |
Method Details |
New
|
Return the distance and (initial) bearing of a point to this rhumb line's start point.
See Also: Methods RhumbLine.intersection2 and RhumbLine.nearestOn4. |
Iteratively find the intersection of this and an other rhumb line.
See Also: Methods RhumbLine.distance2 and RhumbLine.nearestOn4 and function pygeodesy.intersection3d3. Note: Each iteration involves a round trip to this rhumb line's ExactTransverseMercator or KTransverseMercator projection and invoking function intersection3d3 in that domain. |
Iteratively locate the point on this rhumb line nearest to the given point.
See Also: Methods RhumbLine.distance2 and RhumbLine.intersection2 and function intersection3d3. |
Compute a position at a distance on this rhumb line.
Note:
If If the first point is a pole, the cosine of its latitude is
taken to be |
Return this
|
Property Details |
azi12Get this rhumb line's azimuth (compass
|
ellipsoidGet this rhumb line's ellipsoid (Ellipsoid).
|
exactGet this rhumb line's exact option (
|
lat1Get this rhumb line's latitude (
|
lon1Get this rhumb line's longitude (
|
latlon1Get this rhumb line's lat- and longitude (LatLon2Tuple
|
RAorderGet this rhumb line's Rhumb Area order (
|
rhumbGet this rhumb line's rhumb (Rhumb).
|
TMorderGet this rhumb line's Transverse Mercator order
(
|
xTMGet this rhumb line's Transverse Mercator projection (ExactTransverseMercator if exact and ellipsoidal, otherwise KTransverseMercator).
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Sep 18 15:47:38 2022 | http://epydoc.sourceforge.net |