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

    Class CassiniSoldner

    Cassini (Cassini-Soldner) Projection

    Although the Cassini projection has been largely replaced by the Transverse Mercator, it is still in limited use outside the United States and was one of the major topographic mapping projections until the early 20th century.

    Classification: Transverse and oblique cylindrical

    Available forms: Forward and Inverse, Spherical and ellipsoidal

    Defined area: Global, but best used near the central meridian with long, narrow areas

    Alias: cass

    Domain: 2D

    Input type: Geodetic coordinates

    Output type: Projected coordinates

    +proj=cass
    
    • lat_0
    • lon_0
    • x_0
    • y_0
    • ellps
    • R
    • +hyperbolic: Use modified form of the standard Cassini-Soldner projection known as the Hyperbolic Cassini-Soldner (used in EPSG:3139).

    Cassini (Cassini-Soldner)

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Cassini Soldner forward equations--mapping lon-lat to x-y

      Parameters

      • p: VectorPoint

        lon-lat WGS84 point

      Returns void

    • Cassini Soldner inverse equations--mapping x-y to lon-lat

      Parameters

      • p: VectorPoint

        A Cassini Soldner point

      Returns void