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

    Class Sinusoidal

    Sinusoidal (Sanson-Flamsteed)

    Classification: Pseudocylindrical

    Available forms: Forward and inverse, spherical and ellipsoidal

    Defined area: Global

    Alias: sinu

    Domain: 2D

    Input type: Geodetic coordinates

    Output type: Projected coordinates

    +proj=sinu
    

    All parameters are optional.

    • +lon_0=<value>: Central meridian.
    • +R=<value>: Radius of the sphere or semi-major axis of the ellipsoid.
    • +x_0=<value>: False easting.
    • +y_0=<value>: False northing.

    MacBryde and Thomas developed generalized formulas for several of the pseudocylindricals with sinusoidal meridians. The formulas describing the Sinusoidal projection are:

    Forward projection: $$x = C\lambda(m+cos\theta) / ( m + 1)$$ $$y = C\theta$$

    Inverse projection: $$\lambda = x \cdot \frac{m + 1}{C \cdot (m + \cos(y / C))}$$ $$\theta = y / C$$

    Where: $$C = \sqrt { (m + 1 ) / n }$$

    Sinusoidal (Sanson-Flamsteed)

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Methods

    Constructors

    Methods

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

      Parameters

      • p: VectorPoint

        lon-lat WGS84 point

      Returns void

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

      Parameters

      • p: VectorPoint

        Sinusoidal point

      Returns void