Home | Trees | Indices | Help |
|
---|
|
object --+ | named._Named --+ | named._NamedBase --+ | Lcc
Lambert conformal conic East-/Northing location.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
Properties | |
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 Inherited from |
Method Details |
New Lcc Lamber conformal conic position.
Example:
>>> lb = Lcc(448251, 5411932.0001)
|
DEPRECATED, use method
|
Convert this Lcc to an (ellipsoidal) geodetic point.
|
Return a string representation of this Lcc position.
|
Return a string representation of this Lcc position.
|
Property Details |
conicGet the conic projection (Conic).
|
eastingGet the easting (
|
heightGet the height (
|
latlonGet the lat- and longitude in
|
latlonheightGet the lat-, longitude and height (LatLon3Tuple
|
latlonheightdatumGet the lat-, longitude in
|
northingGet the northing (
|
philamGet the lat- and longitude in
|
philamheightGet the lat-, longitude in
|
philamheightdatumGet the lat-, longitude in
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Apr 23 13:34:20 2022 | http://epydoc.sourceforge.net |