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 (INTERNAL) Class property with retrievable name.
|
|
ellipsoid Get the ellipsoid (Ellipsoid) or None .
|
|
equatoradius Get the ellipsoid 's equatorial radius, semi-axis
(meter ).
|
|
extendp Get using the extended or standard domain ( bool ).
|
|
flattening Get the ellipsoid 's flattening (float ).
|
|
iteration Get the most recent ExactTransverseMercator.forward or
ExactTransverseMercator.reverse iteration number
(int ) or None if not available/applicable.
|
|
k0 (INTERNAL) Class property with retrievable name.
|
|
lon0 (INTERNAL) Class property with retrievable name.
|
|
majoradius DEPRECATED, use property equatoradius .
|
|
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 |
datum(INTERNAL) Class
|
ellipsoidGet the ellipsoid (Ellipsoid) or
|
equatoradiusGet the
|
extendpGet using the extended or standard domain
(
|
flatteningGet the
|
iterationGet the most recent
|
k0(INTERNAL) Class
|
lon0(INTERNAL) Class
|
majoradiusDEPRECATED, use property
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed May 4 16:33:51 2022 | http://epydoc.sourceforge.net |