Home | Trees | Indices | Help |
|
---|
|
object --+ | named._Named --+ | named._NamedBase --+ | named._NamedEnumItem --+ | Conic
Lambert conformal conic projection (1- or 2-SP).
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
Class Variables | |
_n_ = 0 (INTERNAL) Precomputed 1 / n. |
Properties | |
auth An immutable property ( Read Only ).
|
|
datum An immutable property ( Read Only ).
|
|
E0 An immutable property ( Read Only ).
|
|
k0 An immutable property ( Read Only ).
|
|
lat0 An immutable property ( Read Only ).
|
|
latlon0 An immutable property ( Read Only ).
|
|
lam0 An immutable property ( Read Only ).
|
|
lon0 An immutable property ( Read Only ).
|
|
N0 An immutable property ( Read Only ).
|
|
name2 An immutable property ( Read Only ).
|
|
opt3 An immutable property ( Read Only ).
|
|
par1 An immutable property ( Read Only ).
|
|
par2 An immutable property ( Read Only ).
|
|
phi0 An immutable property ( Read Only ).
|
|
philam0 An immutable property ( Read Only ).
|
|
SP An immutable property ( Read Only ).
|
|
Inherited from Inherited from 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') |
Convert this conic to the given datum. |
Convert this conic to the given datum. |
Return this conic as a string.
|
Property Details |
authAn immutable property (
|
datumAn immutable property (
|
E0An immutable property (
|
k0An immutable property (
|
lat0An immutable property (
|
latlon0An immutable property (
|
lam0An immutable property (
|
lon0An immutable property (
|
N0An immutable property (
|
name2An immutable property (
|
opt3An immutable property (
|
par1An immutable property (
|
par2An immutable property (
|
phi0An immutable property (
|
philam0An immutable property (
|
SPAn immutable property (
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Mar 16 12:12:52 2020 | http://epydoc.sourceforge.net |