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, referred to as TMExact
here.
See Also:
TMExact(real a, real f, real k0, bool extendp)
.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
Class Variables | |
_trips_ = 13
|
Properties | |
datum Get the datum (Datum) or None .
|
|
extendp Get using the extended domain ( bool ).
|
|
flattening Get the flattening ( float ).
|
|
k0 Get the central scale factor ( float ), aka
scale0 .
|
|
lon0 Get the central meridian ( degrees180 ).
|
|
majoradius Get the major (equatorial) radius, semi-axis ( float ).
|
|
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 |
datumGet the datum (Datum) or |
extendpGet using the extended domain (
|
flatteningGet the flattening (
|
k0Get the central scale factor (
|
lon0Get the central meridian (
|
majoradiusGet the major (equatorial) radius, semi-axis (
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Feb 7 13:45:15 2020 | http://epydoc.sourceforge.net |