Home | Trees | Indices | Help |
|
---|
|
object --+ | named._Named --+ | named._NamedBase --+ | latlonBase.LatLonBase --+ | nvectorBase.LatLonNvectorBase --+ | object --+ | | | named._Named --+ | | | named._NamedBase --+ | | | latlonBase.LatLonBase --+ | | | sphericalBase.LatLonSphericalBase --+ | LatLon
New n-vector-based point on a spherical earth model.
Tools for working with points, lines and paths on (a spherical model of) the earth's surface using vector-based methods.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from 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.
|
Compute the (signed) distance from this point to great circle defined by a start and end point.
|
Locate the destination from this point after having travelled the given distance on the given bearing.
|
Compute the distance from this to an other point.
|
Compute the vector normal to great circle obtained by heading on the given 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 vector normal to great circle obtained by heading from this to an other point or on a given bearing. 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 projected from the point at given fraction on a straight line (chord) between this and an other point.
|
Locate the point at a given fraction between this and an other point.
See Also:
Methods |
Locate the intersection point of two lines each defined by two points or a start point and bearing from North.
See Also: Function sphericalNvector.intersection and method intersection2. |
Locate the intersections of two (great circle) lines each defined by two points or by a start point and an (initial) bearing.
See Also: Function sphericalNvector.intersection2 and method intersection. |
Check whether a (convex) polygon or composite encloses this point.
See Also:
Functions pygeodesy.isconvex, pygeodesy.isenclosedBy and pygeodesy.ispolar especially if the
|
DEPRECATED, use method
|
Check whether this point is between two other points. If this point is not on the great circle arc defined by both points, return whether it is within the area bound by perpendiculars to the great circle at each point (in the same hemispere). |
DEPRECATED, use method
|
Find the midpoint between this and an other point.
See Also:
Methods |
Locate the point on the great circle arc between two points closest to this point.
|
DEPRECATED, use method sphericalNvector.LatLon.nearestOn3.
|
Locate the point on a path or polygon (with great circle arcs joining consecutive points) closest to this point. The closest point is either on within the extent of any great circle arc or the nearest of the arc's end points.
|
Convert this point to
|
Convert this point to
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Oct 22 17:06:21 2024 | http://epydoc.sourceforge.net |