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

    Class BonneWerner

    Bonne (Werner lat_1=90) Projection

    Classification: Miscellaneous

    Available forms: Forward and inverse, spherical and ellipsoidal

    Defined area: Global

    Alias: bonne

    Domain: 2D

    Input type: Geodetic coordinates

    Output type: Projected coordinates

    +proj=bonne +lat_1=10
    
    • lat1: Latitude of first standard parallel
    • lon0: Longitude of origin
    • ellps: Ellipsoid name
    • R: Radius of sphere
    • x0: False easting
    • y0: False northing

    Bonne (Werner lat_1=90) Projection

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Methods

    • Bonne Werner Easting forward equations--mapping lon-lat to x-y

      Parameters

      • p: VectorPoint

        lon-lat WGS84 point

      Returns VectorPoint

      • an Bonne Werner point
    • Bonne Werner Easting inverse equations--mapping x-y to lon-lat

      Parameters

      • p: VectorPoint

        Bonne Werner point

      Returns VectorPoint

      • lon-lat WGS84 point
    • Forward projection from x-y to lon-lat. In this case, radians to degrees

      Parameters

      • p: VectorPoint

        Vector Point. This is a placeholder for a lon-lat WGS84 point

      Returns void

    • Inverse projection from lon-lat to x-y. In this case, degrees to radians

      Parameters

      • p: VectorPoint

        Vector Point. This is a placeholder for a lon-lat WGS84 point

      Returns void

    • Bonne Werner Southing forward equations--mapping lon-lat to x-y

      Parameters

      • p: VectorPoint

        lon-lat WGS84 point

      Returns VectorPoint

      • an Bonne Werner point
    • Bonne Werner Southing inverse equations--mapping x-y to lon-lat

      Parameters

      • p: VectorPoint

        Bonne Werner point

      Returns VectorPoint

      • lon-lat WGS84 point