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 ).
|
|
northing Get the northing ( meter ).
|
|
Inherited from Inherited from |
Method Details |
New Lcc Lamber conformal conic position.
Example:
>>> lb = Lcc(448251, 5411932.0001)
|
Copy this LCC location.
|
Convert this Lcc to a geodetic lat- and longitude.
|
Convert this Lcc to an (ellipsoidal) geodetic point.
|
Return a string representation of this Lcc position.
Example: >>> lb = Lcc(448251, 5411932.0001) >>> lb.toStr(4) # 448251.0 5411932.0001 >>> lb.toStr(sep=', ') # 448251, 5411932 |
Return a string representation of this Lcc position.
|
Property Details |
conicGet the conic projection (Conic).
|
eastingGet the easting (
|
heightGet the height (
|
northingGet the northing (
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Dec 22 14:05:09 2019 | http://epydoc.sourceforge.net |