Universal Transverse Mercator (UTM) coordinate.
|
|
|
__init__(self,
zone,
hemisphere,
easting,
northing,
band='
' ,
datum=Datum(name='WGS84', ellipsoid=Ellipsoids.WGS84, transform=Tran... ,
falsed=True,
convergence=None,
scale=None,
name='
' )
New Utm UTM
coordinate. |
|
|
|
|
|
|
|
copy(self)
Copy this UTM coordinate. |
|
|
|
parseUTM(self,
strUTM)
Parse a string to a UTM coordinate. |
|
|
|
toEtm(self)
Copy this UTM to an ETM coordinate. |
|
|
|
toLatLon(self,
LatLon=None,
eps=2.22044604925e-16,
unfalse=True)
Convert this UTM coordinate to an (ellipsoidal) geodetic point. |
|
|
|
toMgrs(self)
Convert this UTM coordinate to an MGRS grid reference. |
|
|
|
toStr(self,
prec=0,
sep=' ' ,
B=False,
cs=False)
Return a string representation of this UTM coordinate. |
|
|
|
toStr2(self,
prec=0,
fmt=' [%s] ' ,
sep=' , ' ,
B=False,
cs=False)
Return a string representation of this UTM coordinate. |
|
|
|
toUps(self,
pole='
' ,
eps=2.22044604925e-16,
falsed=True,
**unused)
Convert this UTM coordinate to a UPS coordinate. |
|
|
|
toUtm(self,
zone,
eps=2.22044604925e-16,
falsed=True,
**unused)
Convert this UTM coordinate to a different zone. |
|
|
Inherited from utmupsBase.UtmUpsBase :
to2en ,
toEpsg
Inherited from named._NamedBase :
others
Inherited from named._Named :
__copy__ ,
classof
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|
|
band
Get the (latitudinal) band (str , 'C'..'X' or '').
|
|
falsed2
Get the easting and northing falsing (EasNor2Tuple(easting, northing) ).
|
|
pole
Get the top center of (stereographic) projection,
"" always.
|
|
zone
Get the (longitudinal) zone (int , 1..60).
|
Inherited from utmupsBase.UtmUpsBase :
convergence ,
datum ,
easting ,
falsed ,
hemisphere ,
northing ,
scale ,
scale0
Inherited from named._Named :
classname ,
classnaming ,
name ,
named ,
named2
Inherited from object :
__class__
|