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 Property to get and set the datum (Datum). |
|
equatoradius Get the equatorial radius, semi-axis ( meter ).
|
|
extendp Get using the extended domain ( bool ).
|
|
flattening Get the flattening ( float ).
|
|
iteration Get the most recent ExactTransverseMercator.forward or
ExactTransverseMercator.reverse iteration number
(int ) or None if not available/applicable.
|
|
k0 Property to get and set the central scale factor ( float ).
|
|
lon0 Property to get and set the central meridian ( degrees180 ).
|
|
majoradius DEPRECATED, use property equatoradius .
|
|
Inherited from Inherited from |
Method Details |
New ExactTransverseMercator projection.
Note:
The maximum error 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 |
datumProperty to get and set the datum (Datum).
|
equatoradiusGet the equatorial radius, semi-axis (
|
extendpGet using the extended domain (
|
flatteningGet the flattening (
|
iterationGet the most recent
|
k0Property to get and set the central scale factor
(
|
lon0Property to get and set the central meridian
(
|
majoradiusDEPRECATED, use property
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jul 7 14:02:00 2021 | http://epydoc.sourceforge.net |