|
__init__(self,
easting,
northing,
band='',
datum=None,
falsed=True,
gamma=None,
scale=None)
(INTERNAL) New UtmUpsBase. |
|
|
|
|
|
|
|
eastingnorthing2(self,
falsed=True)
Return easting and northing, falsed or unfalsed. |
|
|
|
latFootPoint(self,
northing=None,
lat0=0,
makris=False)
Compute the foot-point latitude in degrees . |
|
|
|
phiFootPoint(self,
northing=None,
lat0=0,
makris=False)
Compute the foot-point latitude in radians . |
|
|
|
to2en(self,
falsed=True)
DEPRECATED, use method eastingnorthing2 . |
|
|
|
toEpsg(self)
Determine the EPSG (European Petroleum Survey Group) code. |
|
|
|
toMgrs(self,
center=False)
Convert this UTM/UPS coordinate to an MGRS grid reference. |
|
|
Inherited from named._NamedBase :
others ,
toRepr ,
toStr
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__
|
|
convergence
DEPRECATED, use property gamma .
|
|
datum
Class property with a .name attribute.
|
|
easting
Get the easting (meter ).
|
|
eastingnorthing
Get easting and northing (EasNor2Tuple(easting, northing) ).
|
|
falsed
Are easting and northing falsed (bool )?
|
|
falsed2
Must be overloaded.
|
|
gamma
Get the meridian convergence (degrees ) or
None if not available.
|
|
hemisphere
Get the hemisphere (str , 'N'|'S').
|
|
northing
Get the northing (meter ).
|
|
scale
Get the grid scale (float ) or None .
|
|
scale0
Get the central scale factor (float ).
|
Inherited from named._Named :
classname ,
classnaming ,
iteration ,
name ,
named ,
named2 ,
named3 ,
named4 ,
sizeof ,
typename
Inherited from object :
__class__
|