Home | Trees | Indices | Help |
|
---|
|
object --+ | named._Named --+ | named._NamedBase --+ | object --+ | | | named._NamedLocal --+ | latlonBase.LatLonBase --+ | ellipsoidalBase.LatLonEllipsoidalBase --+ | ellipsoidalBaseDI.LatLonEllipsoidalBaseDI --+ | LatLon
New point on an (oblate) ellipsoidal earth model, using the formulae devised by Thaddeus Vincenty (1975) to compute geodesic distances, bearings (azimuths), etc.
Set the earth model to be used with the keyword argument datum. The
default is Datums.WGS84
, which is the most globally
accurate. For other models, see the Datums.
Note:
This implementation of Vincenty methods may not converge for
some valid points, raising a VincentyError. In that case, a result may be
obtained by increasing the tolerance epsilon
and/or
iteration limit
, see properties LatLon.epsilon and LatLon.iterations.
Properties | |
Ecef Get the ECEF class (EcefVeness), once. |
|
epsilon Class property with a .name attribute.
|
|
iterations Class property with a .name attribute.
|
|
Inherited from Inherited from Inherited from Inherited from Inherited from |
Method Details |
DEPRECATED, use method initialBearingTo or bearingTo2.
|
Convert this point to
|
Property Details |
EcefGet the ECEF class (EcefVeness), once.
|
epsilonClass
|
iterationsClass
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Jan 11 15:36:21 2025 | http://epydoc.sourceforge.net |