Home | Trees | Indices | Help |
|
---|
|
object --+ | named._Named --+ | named._NamedBase --+ | ExactTransverseMercator
A Python version of Karney's TransverseMercatorExact C++ class, a numerically exact
transverse Mercator projection, here referred to as
TMExact
.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
Properties | |
datum Class property with retrievable name.
|
|
ellipsoid Get the ellipsoid (Ellipsoid). |
|
equatoradius Get this ellipsoid 's equatorial radius, semi-axis
(meter ).
|
|
a Get this ellipsoid 's equatorial radius, semi-axis
(meter ).
|
|
extendp Get the domain ( bool ), extended or
standard.
|
|
flattening Get this ellipsoid 's flattening (float ).
|
|
f Get this ellipsoid 's flattening (float ).
|
|
iteration Get the most recent ExactTransverseMercator.forward or
ExactTransverseMercator.reverse iteration number
(int ) or None if not available/applicable.
|
|
k0 Class property with retrievable name.
|
|
lon0 Class property with retrievable name.
|
|
majoradius DEPRECATED, use property equatoradius .
|
|
raiser Class property with retrievable name.
|
|
Inherited from Inherited from |
Method Details |
New ExactTransverseMercator projection.
See Also: Constructor TransverseMercatorExact<https://GeographicLib.SourceForge.io/ html/classGeographicLib_1_1TransverseMercatorExact.html for more details, especially on extendp. Note:
For all 255.5K TMcoords.dat tests (with |
Forward projection, from geographic to transverse Mercator.
See Also:
|
Reverse projection, from Transverse Mercator to geographic.
See Also:
|
Return a
|
Property Details |
datumClass
|
ellipsoidGet the ellipsoid (Ellipsoid).
|
equatoradiusGet this
|
aGet this
|
extendpGet the domain (
|
flatteningGet this
|
fGet this
|
iterationGet the most recent
|
k0Class
|
lon0Class
|
majoradiusDEPRECATED, use property
|
raiserClass
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Sep 18 15:47:37 2022 | http://epydoc.sourceforge.net |