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. |
|
|
|
|
|
|
|
parse(self,
strUTM,
name='')
Parse a string to a similar Utm instance. |
|
|
|
|
|
toEtm(self)
Copy this UTM to an ETM coordinate. |
|
|
|
toLatLon(self,
LatLon=None,
eps=2.22044604925e-16,
unfalse=True,
**LatLon_kwds)
Convert this UTM coordinate to an (ellipsoidal) geodetic point. |
|
|
|
toMgrs(self,
center=False)
Convert this UTM coordinate to an MGRS grid reference. |
|
|
|
toRepr(self,
prec=0,
fmt='[%s]',
sep=', ',
B=False,
cs=False,
**unused)
Return a string representation of this UTM coordinate. |
|
|
|
toStr(self,
prec=0,
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 :
eastingnorthing2 ,
to2en ,
toEpsg
Inherited from named._NamedBase :
others
Inherited from named._Named :
__imatmul__ ,
__matmul__ ,
__rmatmul__ ,
attrs ,
classof ,
copy ,
dup ,
rename ,
toStr2
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|