Web Mercator (WM) coordinate.
|
__init__(self,
x,
y,
earth=6378137.0,
**name_radius)
New Wm
Web Mercator (WM) coordinate. |
|
|
|
latlon2(self,
datum=None)
Convert this WM coordinate to a lat- and longitude. |
|
|
|
parse(self,
strWM,
**name)
Parse a string to a similar Wm
instance. |
|
|
|
|
|
to2ll(self,
datum=None)
DEPRECATED, use method latlon2 . |
|
|
|
toLatLon(self,
LatLon=None,
datum=None,
**LatLon_kwds)
Convert this WM coordinate to a geodetic point. |
|
|
|
toRepr(self,
prec=3,
fmt='[%s]',
sep=', ',
radius=False,
**unused)
Return a string representation of this WM coordinate. |
|
|
|
toStr(self,
prec=3,
fmt='F',
sep=' ',
radius=False,
**unused)
Return a string representation of this WM coordinate. |
|
|
Inherited from named._NamedBase :
__repr__ ,
__str__ ,
others
Inherited from named._Named :
__format__ ,
__imatmul__ ,
__matmul__ ,
__rmatmul__ ,
attrs ,
classof ,
copy ,
dup ,
methodname ,
rename ,
renamed ,
toStr2
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|