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

    Class StereographicNorthPole

    Oblique Stereographic Alternative

    Classification: Azimuthal

    Available forms: Forward and inverse, spherical and ellipsoidal

    Defined area: Global

    Alias: sterea

    Domain: 2D

    Input type: Geodetic coordinates

    Output type: Projected coordinates

    +proj=sterea +lat_0=52.1561605555556 +lon_0=5.38763888888889 +k=0.9999079 +x_0=155000 +y_0=463000 +ellps=bessel
    

    This projection method, referenced by EPSG as "Oblique Stereographic", is for example used for the Netherlands "Amersfoort / RD New" projected CRS. It gives different results than the :ref:stere method in the non-polar cases (i.e. the oblique and equatorial case).

    • None
    • +lat_0=<value>: Latitude of origin.
    • +lon_0=<value>: Central meridian.
    • +k=<value>: Scale factor.
    • +x_0=<value>: False easting.
    • +y_0=<value>: False northing.
    • +ellps=<value>: Ellipsoid used.
    • +R=<value>: Radius of the projection sphere.

    Oblique Stereographic Alternative

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Methods

    Constructors

    Methods

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

      Parameters

      • p: VectorPoint

        lon-lat WGS84 point

      Returns void

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

      Parameters

      • p: VectorPoint

        StereographicNorthPole point

      Returns void