Home | Trees | Indices | Help |
|
---|
|
object --+ | named._Named --+ | named._NamedBase --+ | latlonBase.LatLonBase --+ | sphericalBase.LatLonSphericalBase --+ | LatLon
New point on a spherical earth model, based on trigonometry formulae.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from |
Properties | |
Inherited from Inherited from Inherited from Inherited from |
Method Details |
Compute the (signed) distance from the start to the closest point on the great circle line defined by a start and an end point. That is, if a perpendicular is drawn from this point to the great circle line, the along-track distance is the distance from the start point to the point where the perpendicular crosses the line.
|
DEPRECATED, use method initialBearingTo.
|
Return the pair of meridians at which a great circle defined by this and an other point crosses the given latitude.
|
Compute the (signed) distance from this point to the great circle defined by a start and an end point.
|
Locate the destination from this point after having travelled the given distance on the given initial bearing.
|
Compute the (angular) distance from this to an other point.
|
Compute the vector normal to great circle obtained by heading on the given initial bearing from this point. Direction of vector is such that initial bearing vector b = c × n, where n is an n-vector representing this point.
|
Compute the initial bearing (forward azimuth) from this to an other point.
|
Locate the point at given fraction between (or along) this and an other point.
See Also:
Methods |
Compute the intersection point of two lines, each defined by two points or a start point and bearing from North.
|
Compute the intersection points of two circles, each defined by a center point and radius.
|
DEPRECATED, use method
|
Check whether a (convex) polygon or composite encloses this point.
See Also:
Functions pygeodesy.isconvex, pygeodesy.isenclosedBy and pygeodesy.ispolar especially if the
|
Find the midpoint between this and an other point.
See Also:
Methods |
Locate the point between two points closest to this point. Distances are approximated by function pygeodesy.equirectangular4, subject to the supplied
See Also: Functions pygeodesy.equirectangular4 and pygeodesy.nearestOn5 and method sphericalTrigonometry.LatLon.nearestOn3. |
DEPRECATED, use method sphericalTrigonometry.LatLon.nearestOn3.
|
Locate the point on a polygon closest to this point. Distances are approximated by function pygeodesy.equirectangular4, subject to the supplied
See Also: Functions pygeodesy.compassAngle, pygeodesy.equirectangular4 and pygeodesy.nearestOn5. |
Convert this point to
|
Compute the angles, sides and area of a spherical triangle.
See Also: Function triangle7 and Spherical trigonometry. |
Locate a point given this, an other point and the (initial) bearing at this and at the other point.
See Also: Method intersection for further details. |
Trilaterate three points by area overlap or perimeter intersection of three corresponding circles.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Oct 22 17:06:21 2024 | http://epydoc.sourceforge.net |