Universal Polar Stereographic (UPS) coordinate.
|
__init__(self,
zone,
pole,
easting,
northing,
band='',
datum=Datum(name='WGS84', ellipsoid=Ellipsoids.WGS84, transform=Tran... ,
falsed=True,
convergence=None,
scale=None,
name='')
New Ups UPS
coordinate. |
|
|
|
|
|
parse(self,
strUPS,
name='')
Parse a string to a similar Ups instance. |
|
|
|
|
|
rescale0(self,
lat,
scale0=0.994)
Set the central scale factor for this UPS projection. |
|
|
|
toLatLon(self,
LatLon=None,
unfalse=True,
**LatLon_kwds)
Convert this UPS coordinate to an (ellipsoidal) geodetic point. |
|
|
|
toMgrs(self)
Convert this UPS coordinate to an MGRS grid reference. |
|
|
|
toRepr(self,
prec=0,
fmt='[%s]',
sep=', ',
B=False,
cs=False,
**unused)
Return a string representation of this UPS coordinate. |
|
|
|
toStr(self,
prec=0,
sep=' ',
B=False,
cs=False)
Return a string representation of this UPS coordinate. |
|
|
|
toUps(self,
pole='',
**unused)
Duplicate this UPS coordinate. |
|
|
|
toUtm(self,
zone,
falsed=True,
**unused)
Convert this UPS coordinate to a UTM coordinate. |
|
|
Inherited from utmupsBase.UtmUpsBase :
__repr__ ,
__str__ ,
eastingnorthing2 ,
to2en ,
toEpsg
Inherited from named._NamedBase :
others
Inherited from named._Named :
_DOT_ ,
attrs ,
classof ,
copy ,
dup ,
rename ,
toStr2
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|