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. |
|
|
|
|
|
parseUPS(self,
strUPS)
Parse a string to a UPS coordinate. |
|
|
|
rescale0(self,
lat,
scale0=0.994)
Set the central scale factor for this UPS projection. |
|
|
|
toLatLon(self,
LatLon=None,
unfalse=True)
Convert this UPS coordinate to an (ellipsoidal) geodetic point. |
|
|
|
toMgrs(self)
Convert this UPS coordinate to an MGRS grid reference. |
|
|
|
toStr(self,
prec=0,
sep=' ' ,
B=False,
cs=False)
Return a string representation of this UPS coordinate. |
|
|
|
toStr2(self,
prec=0,
fmt=' [%s] ' ,
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__ ,
to2en ,
toEpsg
Inherited from named._NamedBase :
others
Inherited from named._Named :
_dot_ ,
attrs ,
classof ,
copy
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|