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

    Class VanDerGrinten

    van der Grinten (I)

    Classification: Miscellaneous

    Available forms: Forward and inverse, spherical projection

    Defined area: Global

    Alias: vandg

    Domain: 2D

    Input type: Geodetic coordinates

    Output type: Projected coordinates

    +proj=vandg
    

    All parameters are optional.

    • +lon_0=<value>: Central meridian.
    • +R=<value>: Radius of the sphere.
    • +x_0=<value>: False easting.
    • +y_0=<value>: False northing.

    van der Grinten (I)

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Methods

    Constructors

    Methods

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

      Parameters

      • p: VectorPoint

        lon-lat WGS84 point

      Returns void

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

      Parameters

      • p: VectorPoint

        VanDerGrinten point

      Returns void