gis-tools-ts - v0.6.0
    Preparing search index...

    Class LambertAzimuthalEqualArea

    Lambert Azimuthal Equal Area

    Classification: Azimuthal

    Available forms: Forward and inverse, spherical and ellipsoidal

    Defined area: Global

    Alias: laea

    Domain: 2D

    Input type: Geodetic coordinates

    Output type: Projected coordinates

    +proj=laea
    
    • None, all parameters are optional for this projection.
    • +lon_0: Longitude of projection center. Defaults to 0.
    • +lat_0: Latitude of projection center. Defaults to 0.
    • +ellps: Ellipsoid. Defaults to WGS84.
    • +R: Radius of the sphere.
    • +x_0: False easting. Defaults to 0.
    • +y_0: False northing. Defaults to 0.

    Reference "New Equal-Area Map Projections for Noncircular Regions", John P. Snyder, The American Cartographer, Vol 15, No. 4, October 1988, pp. 341-355.

    Lambert Azimuthal Equal Area

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Methods

    Constructors

    Methods

    • LambertAzimuthalEqualArea forward equations--mapping lon-lat to x-y

      Parameters

      • p: VectorPoint

        lon-lat WGS84 point

      Returns void

    • LambertAzimuthalEqualArea inverse equations--mapping x-y to lon-lat

      Parameters

      • p: VectorPoint

        LambertAzimuthalEqualArea point

      Returns void