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

    Class Geocentric

    Geocentric Projection

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Methods

    Constructors

    Methods

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

      The function Convert_Geodetic_To_Geocentric converts geodetic coordinates (latitude, longitude, and height) to geocentric coordinates (X, Y, Z), according to the current ellipsoid parameters.

      Latitude : Geodetic latitude in radians (input) Longitude : Geodetic longitude in radians (input) Height : Geodetic height, in meters (input) X : Calculated Geocentric X coordinate, in meters (output) Y : Calculated Geocentric Y coordinate, in meters (output) Z : Calculated Geocentric Z coordinate, in meters (output)

      Parameters

      • p: VectorPoint

        lon-lat WGS84 point

      Returns void

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

      Parameters

      • p: VectorPoint

        Geocentric point

      Returns void