Home | Trees | Indices | Help |
|
---|
|
object --+ | named._Named --+ | named._NamedBase --+ | ExactTransverseMercator
Pure Python version of Karney's C++ class TransverseMercatorExact, a numerically exact transverse
Mercator projection, abbreviated as TMExact
.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
Properties | |
datum Class property with a .name attribute.
|
|
ellipsoid Get the ellipsoid (Ellipsoid). |
|
equatoradius Get the ellipsoid 's equatorial radius, semi-axis
(meter ).
|
|
a Get the ellipsoid 's equatorial radius, semi-axis
(meter ).
|
|
extendp Get the domain ( bool ), extended or
standard.
|
|
flattening Get the ellipsoid 's flattening (scalar ).
|
|
f Get the ellipsoid 's flattening (scalar ).
|
|
iteration Get the most recent ExactTransverseMercator.forward or
ExactTransverseMercator.reverse iteration number
(int ) or None if not available/applicable.
|
|
k0 Class property with a .name attribute.
|
|
lon0 Class property with a .name attribute.
|
|
majoradius DEPRECATED, use property equatoradius .
|
|
raiser Class property with a .name attribute.
|
|
Inherited from Inherited from |
Method Details |
New ExactTransverseMercator projection.
See Also: Constructor TransverseMercatorExact for more details, especially on extendp. Note:
For all 255.5K TMcoords.dat tests (with |
Forward projection, from geographic to transverse Mercator.
See Also:
|
Set the central parallel and meridian.
|
Reverse projection, from Transverse Mercator to geographic.
See Also:
|
Return a
|
Property Details |
datumClass
|
ellipsoidGet the ellipsoid (Ellipsoid).
|
equatoradiusGet the
|
aGet the
|
extendpGet the domain (
|
flatteningGet the
|
fGet the
|
iterationGet the most recent
|
k0Class
|
lon0Class
|
majoradiusDEPRECATED, use property
|
raiserClass
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Jan 11 15:36:22 2025 | http://epydoc.sourceforge.net |