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

    Class Robinson

    Robinson

    Classification: Pseudocylindrical

    Available forms: Forward and inverse, spherical projection

    Defined area: Global

    Alias: robin

    Domain: 2D

    Input type: Geodetic coordinates

    Output type: Projected coordinates

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

    Robinson

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Methods

    Constructors

    Methods

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

      Parameters

      • p: VectorPoint

        lon-lat WGS84 point

      Returns void

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

      Parameters

      • p: VectorPoint

        Robinson point

      Returns void