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

    Class EquidistantConic

    Equidistant Conic

    Classification: Conic

    Available forms: Forward and inverse, ellipsoidal

    Defined area: Global

    Alias: eqdc

    Domain: 2D

    Input type: Geodetic coordinates

    Output type: Projected coordinates

    +proj=eqdc +lat_1=55 +lat_2=60
    
    • +lat_1 (Latitude of the first standard parallel)
    • +lat_2 (Latitude of the second standard parallel)
    • +lon_0 (Central meridian)
    • +ellps (Ellipsoid name)
    • +R (Radius of the sphere)
    • +x_0 (False easting)
    • +y_0 (False northing)

    Equidistant Conic

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Methods

    Constructors

    Methods

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

      Parameters

      • p: VectorPoint

        lon-lat WGS84 point

      Returns void

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

      Parameters

      • p: VectorPoint

        EquidistantConic point

      Returns void