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

    Function geocentricToWgs84

    • pj_geocentic_to_wgs84( p ) p = point to transform in geocentric coordinates (x,y,z) point object, nothing fancy, just allows values to be passed back and forth by reference rather than by value. Other point classes may be used as long as they have x and y properties, which will get modified in the transform method.

      Parameters

      • p: VectorPoint

        Geocentric point

      • datumType: number

        datum type

      • datumParams: DatumParams

        datum parameters

      Returns void