Lambert conformal conic East-/Northing location.
|
__init__(self,
e,
n,
h=0,
conic=Conic(name='WRF_Lb', lat0=40, lon0=-97, par1=33, par2=45, E0=0... ,
**name)
New Lcc
Lamber conformal conic position. |
|
|
|
to3lld(self,
datum=None)
DEPRECATED, use method toLatLon . |
|
|
|
toLatLon(self,
LatLon=None,
datum=None,
height=None,
**LatLon_kwds)
Convert this Lcc to an (ellipsoidal) geodetic point. |
|
|
|
toRepr(self,
prec=0,
fmt='[%s]',
sep=', ',
m=' m ' ,
C=False,
**unused)
Return a string representation of this Lcc position. |
|
|
|
toStr(self,
prec=0,
sep=' ',
m=' m ' )
Return a string representation of this Lcc position. |
|
|
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__
|
|
conic
Get the conic projection (Conic).
|
|
easting
Get the easting (meter ).
|
|
height
Get the height (meter ).
|
|
latlon
Get the lat- and longitude in degrees (LatLon2Tuple).
|
|
latlonheight
Get the lat-, longitude and height (LatLon3Tuple(lat, lon, height) ).
|
|
latlonheightdatum
Get the lat-, longitude in degrees with height and datum
(LatLon4Tuple(lat, lon, height, datum) ).
|
|
northing
Get the northing (meter ).
|
|
philam
Get the lat- and longitude in radians (PhiLam2Tuple).
|
|
philamheight
Get the lat-, longitude in radians and height (PhiLam3Tuple(phi, lam, height) ).
|
|
philamheightdatum
Get the lat-, longitude in radians with height and datum
(PhiLam4Tuple(phi, lam, height, datum) ).
|
Inherited from named._Named :
classname ,
classnaming ,
iteration ,
name ,
named ,
named2 ,
named3 ,
named4 ,
sizeof
Inherited from object :
__class__
|