| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
bases.Base --+
|
object --+ |
| |
bases.Named --+
|
datum._Based --+
|
Conic
Lambert conformal conic projection (1- or 2-SP).
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
| Class Variables | |
_n_ = 0(INTERNAL) Precomputed 1 / n. |
|
| Properties | |
|
auth Gets the authentication authority (string). |
|
|
datum Gets the datum (Datum). |
|
|
E0 Gets the false easting (meter). |
|
|
k0 Gets scale factor (scalar). |
|
|
lat0 Gets the origin latitude (degrees90). |
|
|
lon0 Gets the central meridian (degrees180). |
|
|
N0 Gets the false northing (meter). |
|
|
name Gets the conic name (string). |
|
|
name2 Gets the conic and datum names as "conic.datum" (string). |
|
|
par1 Gets the 1st standard parallel (degrees90). |
|
|
par2 Gets the 2nd standard parallel (degrees90). |
|
|
opt3 Gets the optional meridian (degrees180). |
|
|
SP Gets the number of standard parallels (int). |
|
|
Inherited from |
|
| Method Details |
New Lambert conformal conic projection.
Example: >>> from pygeodesy import Conic, Datums, ellipsoidalNvector >>> ll0 = ellipsoidalNvector.LatLon(23, -96, datum=Datums.NAD27) >>> Snyder = Conic(ll0, 33, 45, E0=0, N0=0, name='Snyder') |
Copies this conic.
|
Converts this conic to the given datum. |
Converts this conic to the given datum. |
Returns this conic as a string.
|
| Property Details |
authGets the authentication authority (string).
|
E0Gets the false easting (meter).
|
k0Gets scale factor (scalar).
|
lat0Gets the origin latitude (degrees90).
|
lon0Gets the central meridian (degrees180).
|
N0Gets the false northing (meter).
|
nameGets the conic name (string).
|
name2Gets the conic and datum names as "conic.datum" (string).
|
par1Gets the 1st standard parallel (degrees90).
|
par2Gets the 2nd standard parallel (degrees90).
|
opt3Gets the optional meridian (degrees180).
|
SPGets the number of standard parallels (int).
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue May 30 11:06:30 2017 | http://epydoc.sourceforge.net |