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

    Class Mollweide

    Mollweide

    Classification: Pseudocylindrical

    Available forms: Forward and inverse, spherical projection

    Defined area: Global

    Alias: moll

    Domain: 2D

    Input type: Geodetic coordinates

    Output type: Projected coordinates

    +proj=moll
    
    • None
    • +lon_0: Longitude of projection center. Defaults to 0.
    • +R: Radius of the sphere.
    • +x_0: False easting. Defaults to 0.
    • +y_0: False northing. Defaults to 0.

    Mollweide

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Methods

    Constructors

    Methods

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

      Parameters

      • p: VectorPoint

        lon-lat WGS84 point

      Returns void

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

      Parameters

      • p: VectorPoint

        Mollweide point

      Returns void