Home | Trees | Indices | Help |
|
---|
|
object --+ | named._Named --+ | named._NamedBase --+ | _AlbersBase
(INTERNAL) Base class for AlbersEqualArea...
projections.
See Also:
Karney's C++ class AlbersEqualArea, method Init
.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
Properties | |
datum Get the datum (Datum). |
|
equatoradius Get the geodesic's equatorial radius, semi-axis ( meter ).
|
|
iteration Get the iteration number ( int ) or None if
not available/applicable.
|
|
flattening Get the geodesic's flattening ( float ).
|
|
ispolar Is this projection polar ( bool )?
|
|
isPolar Is this projection polar ( bool )?
|
|
lat0 Get the latitude of the projection origin ( degrees ).
|
|
lat1 Get the latitude of the first parallel ( degrees ).
|
|
lat2 Get the latitude of the second parallel ( degrees ).
|
|
majoradius DEPRECATED, use property equatoradius .
|
|
scale0 Get the central scale for the projection ( float ).
|
|
Inherited from Inherited from |
Method Details |
(INTERNAL) New
|
Convert a geodetic location to east- and northing.
Note:
The origin latitude is returned by |
Set the azimuthal scale for this projection.
Note: This allows a latitude of conformality to be specified. |
Convert an east- and northing location to geodetic lat- and longitude.
Note:
The origin latitude is returned by |
Property Details |
datumGet the datum (Datum).
|
equatoradiusGet the geodesic's equatorial radius, semi-axis
(
|
iterationGet the iteration number (
|
flatteningGet the geodesic's flattening (
|
ispolarIs this projection polar (
|
isPolarIs this projection polar (
|
lat0Get the latitude of the projection origin ( This is the latitude of minimum azimuthal scale and equals the
|
lat1Get the latitude of the first parallel (
|
lat2Get the latitude of the second parallel (
Note:
The second and first parallel latitudes are the same instance for
1-parallel |
majoradiusDEPRECATED, use property
|
scale0Get the central scale for the projection ( This is the azimuthal scale on the latitude of origin of the
projection, see
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Nov 21 19:56:43 2021 | http://epydoc.sourceforge.net |