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

    Class Polyconic

    Polyconic (American)

    Classification: Pseudoconical

    Available forms: Forward and inverse, spherical and ellipsoidal

    Defined area: Global

    Alias: poly

    Domain: 2D

    Input type: Geodetic coordinates

    Output type: Projected coordinates

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

    Polyconic (American)

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Methods

    Constructors

    Methods

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

      Parameters

      • p: VectorPoint

        lon-lat WGS84 point

      Returns void

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

      Parameters

      • p: VectorPoint

        Polyconic point

      Returns void