| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
bases.Base --+
|
object --+ |
| |
bases.Named --+
|
datum._Based --+
|
Lcc
Lambert conformal conic East-/Northing location.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
| Properties | |
|
conic Gets the conic projection (Conic). |
|
|
easting Gets the easting (meter). |
|
|
height Gets the height (meter). |
|
|
northing Gets the northing (meter). |
|
|
Inherited from Inherited from |
|
| Method Details |
New Lcc position.
Example:
>>> lb = Lcc(448251, 5411932.0001)
|
Converts this Lcc to an (ellipsoidal) geodetic point.
|
Returns 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 |
Returns a string representation of this Lcc position.
|
| Property Details |
conicGets the conic projection (Conic).
|
eastingGets the easting (meter).
|
heightGets the height (meter).
|
northingGets the northing (meter).
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue May 30 11:06:30 2017 | http://epydoc.sourceforge.net |