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

    Class AlbersConicEqualArea

    Albers Conic Equal Area Projection

    Classification: Conic

    Available forms: Forward and inverse, spherical and ellipsoidal

    Defined area: Global

    Alias: aea

    Domain: 2D

    Input type: Geodetic coordinates

    Output type: Projected coordinates

    +proj=aea +lat_1=29.5 +lat_2=42.5
    
    • lat1
    • lat2
    • lon0
    • ellps
    • R
    • x0
    • y0

    Albers Conic Equal Area Projection

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Albers Conical Equal Area forward equations--mapping lon-lat to x-y

      Parameters

      • p: VectorPoint

        lon-lat WGS84 point

      Returns void

    • Albers Conical Equal Area inverse equations--mapping x-y to lon-lat

      Parameters

      • p: VectorPoint

        Albers Conic Equal Area point

      Returns void