Home | Trees | Indices | Help |
|
---|
|
object --+ | miscs.named._Named --+ | miscs.named._NamedBase --+ | Base.latlon.LatLonBase --+ | Base.LatLonEllipsoidalBase --+ | BaseDI.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 retrievable name.
|
|
iterations Class property with retrievable name.
|
|
Inherited from Inherited from Inherited from Inherited from Inherited from |
Method Details |
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 Mon Mar 4 16:45:45 2024 | http://epydoc.sourceforge.net |